Home
last modified time | relevance | path

Searched refs:TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_tgsi.c112 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, default_wave_size); in si_create_dma_compute_shader()
522 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, 8); in si_create_fmask_expand_cs()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c180 bwidth = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH]; in softpipe_launch_grid()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c224 if (info->properties[TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH] == 0) in scan_instruction()
483 info->properties[TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH] = nir->info.workgroup_size[0]; in nir_tgsi_scan_shader()
Dtgsi_to_nir.c2380 case TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH: in ttn_compile_init()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h298 TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c138 if (info->properties[TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH] == 0) in scan_src_operand()
Dtgsi_ureg.c2393 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, in ureg_setup_compute_shader()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1212 case TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH: in scanProperty()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3038 case TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH: in emit_vgpu10_property()