Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h13106 uint32_t maxSgprAllocation; member
Dvulkan_structs.hpp74648 …sPerSimd( sgprsPerSimd_ ), minSgprAllocation( minSgprAllocation_ ), maxSgprAllocation( maxSgprAllo…
74686 … wavefrontsPerSimd, wavefrontSize, sgprsPerSimd, minSgprAllocation, maxSgprAllocation, sgprAllocat… in reflect()
74709 && ( maxSgprAllocation == rhs.maxSgprAllocation ) in operator ==()
74735 uint32_t maxSgprAllocation = {}; member
Dvulkan_hash.hpp9817 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderCorePropertiesAMD.maxSgprAllocation ); in operator ()()