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.h118 #define RADV_SUBGROUP_SIZE 64 macro
Dradv_pipeline.c3657 local_size % RADV_SUBGROUP_SIZE == 0) in radv_fill_shader_info()
3662 subgroup_size = RADV_SUBGROUP_SIZE; in radv_fill_shader_info()
Dradv_device.c2066 p->subgroupSize = RADV_SUBGROUP_SIZE; in radv_get_physical_device_properties_1_1()