Searched refs:constbuf_surf_state (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_context.h | 292 struct iris_state_ref constbuf_surf_state[PIPE_MAX_CONSTANT_BUFFERS]; member in struct:iris_shader_state
|
| H A D | iris_state.c | 2624 upload_ubo_ssbo_surf_state(ice, cbuf, &shs->constbuf_surf_state[index], 2629 pipe_resource_reference(&shs->constbuf_surf_state[index].res, NULL); 2719 upload_ubo_ssbo_surf_state(ice, cbuf, &shs->constbuf_surf_state[0], false); 4203 &shs->constbuf_surf_state[i], false); 5619 pipe_resource_reference(&shs->constbuf_surf_state[i].res, NULL); 5712 struct iris_state_ref *surf_state = &shs->constbuf_surf_state[i];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_context.h | 523 struct iris_state_ref constbuf_surf_state[PIPE_MAX_CONSTANT_BUFFERS]; member in struct:iris_shader_state
|
| H A D | iris_state.c | 3216 pipe_resource_reference(&shs->constbuf_surf_state[index].res, NULL); 3353 &shs->constbuf_surf_state[sysval_cbuf_index], 5031 &shs->constbuf_surf_state[i], false, 7199 pipe_resource_reference(&shs->constbuf_surf_state[i].res, NULL); 7316 struct iris_state_ref *surf_state = &shs->constbuf_surf_state[i];
|
| H A D | iris_program.c | 2118 struct iris_state_ref *surf_state = &shs->constbuf_surf_state[i];
|
Completed in 29 milliseconds