Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_query.c310 struct pipe_constant_buffer constant_buffer = {}; in gfx10_sh_query_get_result_resource() local
Dsi_query.c1537 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.h172 struct etna_constbuf_state constant_buffer[PIPE_SHADER_TYPES]; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.h186 struct panfrost_constant_buffer constant_buffer[PIPE_SHADER_TYPES]; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.c1615 struct pipe_constant_buffer constant_buffer = {}; in r600_query_hw_get_result_resource() local
/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.c930 const struct pipe_constant_buffer *constant_buffer) in trace_context_set_constant_buffer()