Searched refs:activeComputeUnitCount (Results 1 – 19 of 19) sorted by relevance
/external/vulkan-validation-layers/layers/generated/ |
D | vk_safe_struct.cpp | 26561 activeComputeUnitCount(in_struct->activeComputeUnitCount) in safe_VkPhysicalDeviceShaderCoreProperties2AMD() 26574 activeComputeUnitCount = src.activeComputeUnitCount; in safe_VkPhysicalDeviceShaderCoreProperties2AMD() 26587 activeComputeUnitCount = src.activeComputeUnitCount; in operator =() 26603 activeComputeUnitCount = in_struct->activeComputeUnitCount; in initialize() 26611 activeComputeUnitCount = src->activeComputeUnitCount; in initialize()
|
D | vk_safe_struct.h | 6168 uint32_t activeComputeUnitCount; member
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 4835 uint32_t activeComputeUnitCount; member
|
D | vkVulkan_c.inl | 13177 deUint32 activeComputeUnitCount; member
|
D | vkStrUtilImpl.inl | 11021 s << "\tactiveComputeUnitCount = " << value.activeComputeUnitCount << '\n';
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 1930 properties->activeComputeUnitCount = in radv_GetPhysicalDeviceProperties2()
|
/external/mesa3d/include/vulkan/ |
D | vulkan_core.h | 10325 uint32_t activeComputeUnitCount; member
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 10948 uint32_t activeComputeUnitCount; member
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vulkan_core.h | 11056 uint32_t activeComputeUnitCount; member
|
/external/gfxstream-protocols/include/vulkan/include/vulkan/ |
D | vulkan_core.h | 11562 uint32_t activeComputeUnitCount; member
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_core.h | 12241 uint32_t activeComputeUnitCount; member
|
D | vulkan_structs.hpp | 61724 , activeComputeUnitCount( activeComputeUnitCount_ ) 61762 return std::tie( sType, pNext, shaderCoreFeatures, activeComputeUnitCount ); in reflect() 61775 ( activeComputeUnitCount == rhs.activeComputeUnitCount ); in operator ==() 61789 uint32_t activeComputeUnitCount = {}; member
|
D | vulkan_hash.hpp | 8179 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderCoreProperties2AMD.activeComputeUnitCount ); in operator ()()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 12219 uint32_t activeComputeUnitCount; member
|
D | vulkan_structs.hpp | 63675 , activeComputeUnitCount( activeComputeUnitCount_ ) 63718 return std::tie( sType, pNext, shaderCoreFeatures, activeComputeUnitCount ); in reflect() 63731 ( activeComputeUnitCount == rhs.activeComputeUnitCount ); in operator ==() 63745 uint32_t activeComputeUnitCount = {}; member
|
D | vulkan_hash.hpp | 8491 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderCoreProperties2AMD.activeComputeUnitCount ); in operator ()()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 12650 uint32_t activeComputeUnitCount; member
|
D | vulkan_structs.hpp | 61818 activeComputeUnitCount(activeComputeUnitCount_) 61856 return std::tie(sType, pNext, shaderCoreFeatures, activeComputeUnitCount); in reflect() 61869 (activeComputeUnitCount == rhs.activeComputeUnitCount); in operator ==() 61883 uint32_t activeComputeUnitCount = {}; member
|
D | vulkan_hash.hpp | 8178 VULKAN_HPP_HASH_COMBINE(seed, physicalDeviceShaderCoreProperties2AMD.activeComputeUnitCount); in operator ()()
|