Home
last modified time | relevance | path

Searched refs:BRW_SUBGROUP_SIZE (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c592 RET((uint32_t []) { BRW_SUBGROUP_SIZE }); in crocus_get_compute_param()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c587 RET((uint32_t []) { BRW_SUBGROUP_SIZE }); in iris_get_compute_param()
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h142 #define BRW_SUBGROUP_SIZE 32 macro
Dbrw_nir.c1371 return BRW_SUBGROUP_SIZE; in get_subgroup_size()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c1867 local_size % BRW_SUBGROUP_SIZE == 0) in anv_pipeline_compile_cs()
1877 stage.nir->info.subgroup_size = BRW_SUBGROUP_SIZE; in anv_pipeline_compile_cs()
Danv_device.c2040 p->subgroupSize = BRW_SUBGROUP_SIZE; in anv_get_physical_device_properties_1_1()