Lines Matching full:shader
836 * DRM_VMW_CREATE_SHADER - Create shader
838 * Creates a shader and optionally binds it to a dma buffer containing
839 * the shader byte-code.
843 * enum drm_vmw_shader_type - Shader types
854 * @shader_type: Shader type of the shader to create.
856 * where the shader byte-code starts
858 * shader byte-code
860 * can be used to subsequently identify the shader.
875 * DRM_VMW_UNREF_SHADER - Unreferences a shader
877 * Destroys a user-space reference to a shader, optionally destroying
884 * @handle: Handle identifying the shader to destroy.