Home
last modified time | relevance | path

Searched refs:constbuf_surf_state (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h548 struct iris_state_ref constbuf_surf_state[PIPE_MAX_CONSTANT_BUFFERS]; member
Diris_state.c3380 pipe_resource_reference(&shs->constbuf_surf_state[index].res, NULL); in iris_set_constant_buffer()
3517 &shs->constbuf_surf_state[sysval_cbuf_index], in upload_sysvals()
5180 &shs->constbuf_surf_state[i], false, in iris_populate_binding_table()
7429 pipe_resource_reference(&shs->constbuf_surf_state[i].res, NULL); in iris_destroy_state()
7546 struct iris_state_ref *surf_state = &shs->constbuf_surf_state[i]; in iris_rebind_buffer()
Diris_program.c2136 struct iris_state_ref *surf_state = &shs->constbuf_surf_state[i]; in iris_update_pull_constant_descriptors()