Searched refs:nvc0_sp_state_create (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state.c | 591 nvc0_sp_state_create(struct pipe_context *pipe, function in typeref:typename:void * 644 return nvc0_sp_state_create(pipe, cso, PIPE_SHADER_VERTEX); 660 return nvc0_sp_state_create(pipe, cso, PIPE_SHADER_FRAGMENT); 676 return nvc0_sp_state_create(pipe, cso, PIPE_SHADER_GEOMETRY); 692 return nvc0_sp_state_create(pipe, cso, PIPE_SHADER_TESS_CTRL); 708 return nvc0_sp_state_create(pipe, cso, PIPE_SHADER_TESS_EVAL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state.c | 599 nvc0_sp_state_create(struct pipe_context *pipe, function in typeref:typename:void * 653 return nvc0_sp_state_create(pipe, cso, PIPE_SHADER_VERTEX); 669 return nvc0_sp_state_create(pipe, cso, PIPE_SHADER_FRAGMENT); 685 return nvc0_sp_state_create(pipe, cso, PIPE_SHADER_GEOMETRY); 701 return nvc0_sp_state_create(pipe, cso, PIPE_SHADER_TESS_CTRL); 717 return nvc0_sp_state_create(pipe, cso, PIPE_SHADER_TESS_EVAL);
|
Completed in 5 milliseconds