Home
last modified time | relevance | path

Searched refs:const_buffers_declared (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dynamic_indexing.h34 unsigned const_buffers_declared,
Dtgsi_scan.h68 unsigned const_buffers_declared; /**< bitmask of declared const buffers */ member
Dtgsi_scan.c254 info->const_buffers_indirect = info->const_buffers_declared; in scan_src_operand()
651 info->const_buffers_declared |= 1u << buffer; in scan_declaration()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c418 info->uses_const_buffers = tgsi_info->const_buffers_declared != 0; in svga_tgsi_scan_shader()
423 info->const_buffers_declared = tgsi_info->const_buffers_declared; in svga_tgsi_scan_shader()
Dsvga_shader.h328 unsigned const_buffers_declared; /* bitmask of declared const buffers */ member
Dsvga_state_tgsi_transform.c202 info->const_buffers_declared, in transform_dynamic_indexing()
Dsvga_shader.c548 if (shader->info.const_buffers_declared & in svga_init_shader_key_common()
Dsvga_tgsi_vgpu10.c13038 if (emit->info.const_buffers_declared) { in svga_tgsi_vgpu10_translate()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2337 s->info.num_ubos = util_last_bit(scan.const_buffers_declared >> 1); in ttn_compile_init()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst3402 - radeonsi: remove redundant si_shader_info::const_buffers_declared
D20.2.0.rst3284 - radeonsi: remove const_buffers_declared hacks
D22.2.0.rst1587 - nir_to_tgsi_info: drop const_buffers_declared