Home | History | Annotate | Download | only in gd3d11

Lines Matching refs:shader_cso

321 			void* shader_cso = shader ? shader->object : default_shaders[s];
325 pipe->bind_vs_state(pipe, shader_cso);
328 pipe->bind_fs_state(pipe, shader_cso);
331 pipe->bind_gs_state(pipe, shader_cso);