Home
last modified time | relevance | path

Searched refs:TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c114 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH, 1); in si_create_dma_compute_shader()
524 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH, 1); in si_create_fmask_expand_cs()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c182 bdepth = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH]; in softpipe_launch_grid()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h300 TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH, enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c485 info->properties[TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH] = nir->info.workgroup_size[2]; in nir_tgsi_scan_shader()
Dtgsi_to_nir.c2388 case TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH: in ttn_compile_init()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2397 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH, in ureg_setup_compute_shader()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1218 case TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH: in scanProperty()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3046 case TGSI_PROPERTY_CS_FIXED_BLOCK_DEPTH: in emit_vgpu10_property()