Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/vulkan/
Ddevice.h90 uint32_t GetMaxSubgroupSize() const;
Dengine_vulkan.cc335 required_subgroup_size_uint = device_->GetMaxSubgroupSize(); in SetShader()
Ddevice.cc1354 uint32_t Device::GetMaxSubgroupSize() const { in GetMaxSubgroupSize() function in amber::vulkan::Device