Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.c565 RET((uint32_t []) { BRW_SUBGROUP_SIZE }); in iris_get_compute_param()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c589 RET((uint32_t []) { BRW_SUBGROUP_SIZE }); in crocus_get_compute_param()
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h141 #define BRW_SUBGROUP_SIZE 32 macro
Dbrw_nir.c1259 return BRW_SUBGROUP_SIZE; in get_subgroup_size()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c1969 p->subgroupSize = BRW_SUBGROUP_SIZE; in anv_get_physical_device_properties_1_1()
2401 STATIC_ASSERT(8 <= BRW_SUBGROUP_SIZE && BRW_SUBGROUP_SIZE <= 32); in anv_GetPhysicalDeviceProperties2()