Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_query.c309 struct pipe_constant_buffer constant_buffer = {}; in gfx10_sh_query_get_result_resource() local
Dsi_query.c1437 struct pipe_constant_buffer constant_buffer = {}; in si_query_hw_get_result_resource() local
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx12.cpp150 VERTEX_CONSTANT_BUFFER* constant_buffer = &vertex_constant_buffer; in ImGui_ImplDX12_RenderDrawData() local
Dimgui_impl_dx10.cpp116 VERTEX_CONSTANT_BUFFER* constant_buffer = (VERTEX_CONSTANT_BUFFER*)mapped_resource; in ImGui_ImplDX10_RenderDrawData() local
Dimgui_impl_dx11.cpp118 VERTEX_CONSTANT_BUFFER* constant_buffer = (VERTEX_CONSTANT_BUFFER*)mapped_resource.pData; in ImGui_ImplDX11_RenderDrawData() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dbinary.hpp104 constant_buffer, enumerator
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx10.cpp174 VERTEX_CONSTANT_BUFFER* constant_buffer = (VERTEX_CONSTANT_BUFFER*)mapped_resource; in ImGui_ImplDX10_RenderDrawData() local
Dimgui_impl_dx11.cpp180 VERTEX_CONSTANT_BUFFER* constant_buffer = (VERTEX_CONSTANT_BUFFER*)mapped_resource.pData; in ImGui_ImplDX11_RenderDrawData() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.h170 struct etna_constbuf_state constant_buffer[PIPE_SHADER_TYPES]; member
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.h181 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.py388 def set_constant_buffer(self, shader, index, constant_buffer): argument
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c883 const struct pipe_constant_buffer *constant_buffer) in trace_context_set_constant_buffer()