Home
last modified time | relevance | path

Searched refs:RADV_SUBGROUP_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_constants.h91 #define RADV_SUBGROUP_SIZE 64 macro
Dradv_pipeline.c2961 local_size % RADV_SUBGROUP_SIZE == 0) in radv_fill_shader_info()
2966 subgroup_size = RADV_SUBGROUP_SIZE; in radv_fill_shader_info()
Dradv_device.c1834 p->subgroupSize = RADV_SUBGROUP_SIZE; in radv_get_physical_device_properties_1_1()