Home
last modified time | relevance | path

Searched defs:constant_buffer (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx11_query.c293 struct pipe_constant_buffer constant_buffer = {}; in gfx11_sh_query_get_result_resource() local
Dsi_query.c1529 struct pipe_constant_buffer constant_buffer = {}; in si_query_hw_get_result_resource() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dbinary.hpp104 constant_buffer, enumerator
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.h176 struct etna_constbuf_state constant_buffer[PIPE_SHADER_TYPES]; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.h183 struct panfrost_constant_buffer constant_buffer[PIPE_SHADER_TYPES]; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.c1597 struct pipe_constant_buffer constant_buffer = {}; in r600_query_hw_get_result_resource() local
/third_party/mesa3d/src/gallium/frontends/rusticl/core/
Dkernel.rs436 constant_buffer: Option<Arc<PipeResource>>, field
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py425 def set_constant_buffer(self, shader, index, take_ownership, constant_buffer): argument
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c954 const struct pipe_constant_buffer *constant_buffer) in trace_context_set_constant_buffer()