Lines Matching full:shader
825 * DRM_VMW_CREATE_SHADER - Create shader
827 * Creates a shader and optionally binds it to a dma buffer containing
828 * the shader byte-code.
832 * enum drm_vmw_shader_type - Shader types
843 * @shader_type: Shader type of the shader to create.
845 * where the shader byte-code starts
847 * shader byte-code
849 * can be used to subsequently identify the shader.
864 * DRM_VMW_UNREF_SHADER - Unreferences a shader
866 * Destroys a user-space reference to a shader, optionally destroying
873 * @handle: Handle identifying the shader to destroy.