Searched refs:TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH (Results 1 – 10 of 10) sorted by relevance
137 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, sscreen->compute_wave_size); in si_create_dma_compute_shader()229 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, 64); in si_create_dcc_retile_cs()727 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, 8); in si_create_fmask_expand_cs()
182 bwidth = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH]; in softpipe_launch_grid()
304 TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, enumerator
293 #define TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH 20 macro
228 if (info->properties[TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH] == 0) in scan_instruction()490 info->properties[TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH] = nir->info.cs.local_size[0]; in nir_tgsi_scan_shader()
2356 case TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH: in ttn_compile_init()
138 if (info->properties[TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH] == 0) in scan_src_operand()
2356 ureg_property(ureg, TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH, in ureg_setup_compute_shader()
1206 case TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH: in scanProperty()
1690 case TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH: in iter_property()