Home
last modified time | relevance | path

Searched refs:activeComputeUnitCount (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl4684 uint32_t activeComputeUnitCount; member
DvkVulkan_c.inl12475 deUint32 activeComputeUnitCount; member
DvkStrUtilImpl.inl10806 s << "\tactiveComputeUnitCount = " << value.activeComputeUnitCount << '\n';
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2352 properties->activeComputeUnitCount = pdevice->rad_info.num_cu; in radv_GetPhysicalDeviceProperties2()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h10948 uint32_t activeComputeUnitCount; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h11513 uint32_t activeComputeUnitCount; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h11353 uint32_t activeComputeUnitCount; member
Dvulkan_structs.hpp51666 , activeComputeUnitCount( activeComputeUnitCount_ )
51704 ( activeComputeUnitCount == rhs.activeComputeUnitCount ); in operator ==()
51717 uint32_t activeComputeUnitCount = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h12423 uint32_t activeComputeUnitCount; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h12551 uint32_t activeComputeUnitCount; member
Dvulkan_hash.hpp9306 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderCoreProperties2AMD.activeComputeUnitCount ); in operator ()()
Dvulkan_structs.hpp67673 , activeComputeUnitCount( activeComputeUnitCount_ )
67711 return std::tie( sType, pNext, shaderCoreFeatures, activeComputeUnitCount ); in reflect()
67724 ( activeComputeUnitCount == rhs.activeComputeUnitCount ); in operator ==()
67738 uint32_t activeComputeUnitCount = {}; member