Searched refs:cb_vs (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_state.h | 320 struct pipe_constant_buffer cb_vs; member in struct:nine_context::__anon97a8ae2a0608
|
| H A D | nine_state.c | 516 pipe_resource_reference(&context->pipe_data.cb_vs.buffer, NULL); 518 context->pipe_data.cb_vs = cb; 1118 pipe->set_constant_buffer(pipe, PIPE_SHADER_VERTEX, 0, &context->pipe_data.cb_vs); 2923 pipe_resource_reference(&context->pipe_data.cb_vs.buffer, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_state.h | 327 struct pipe_constant_buffer cb_vs; member in struct:nine_context::__anon9e15edb10608
|
| H A D | nine_state.c | 543 pipe_resource_reference(&context->pipe_data.cb_vs.buffer, NULL); 545 context->pipe_data.cb_vs = cb; 1142 pipe->set_constant_buffer(pipe, PIPE_SHADER_VERTEX, 0, false, &context->pipe_data.cb_vs); 2986 pipe_resource_reference(&context->pipe_data.cb_vs.buffer, NULL);
|
Completed in 14 milliseconds