Lines Matching full:shader
837 * DRM_VMW_CREATE_SHADER - Create shader
839 * Creates a shader and optionally binds it to a dma buffer containing
840 * the shader byte-code.
844 * enum drm_vmw_shader_type - Shader types
855 * @shader_type: Shader type of the shader to create.
857 * where the shader byte-code starts
859 * shader byte-code
861 * can be used to subsequently identify the shader.
876 * DRM_VMW_UNREF_SHADER - Unreferences a shader
878 * Destroys a user-space reference to a shader, optionally destroying
885 * @handle: Handle identifying the shader to destroy.