Home
last modified time | relevance | path

Searched refs:simdPerComputeUnit (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_AMD_shader_core_properties.txt60 shader_core_properties.simdPerComputeUnit;
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dlimits.txt2147 * [[limits-simdPerComputeUnit]] pname:simdPerComputeUnit is an unsigned
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl4390 uint32_t simdPerComputeUnit; member
DvkVulkan_c.inl11955 deUint32 simdPerComputeUnit; member
DvkStrUtilImpl.inl10418 s << "\tsimdPerComputeUnit = " << value.simdPerComputeUnit << '\n';
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2330 properties->simdPerComputeUnit = pdevice->rad_info.num_simd_per_compute_unit; in radv_GetPhysicalDeviceProperties2()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h10430 uint32_t simdPerComputeUnit; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h10993 uint32_t simdPerComputeUnit; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h11001 uint32_t simdPerComputeUnit; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h10833 uint32_t simdPerComputeUnit; member
Dvulkan_structs.hpp51762 , simdPerComputeUnit( simdPerComputeUnit_ )
51812 …( simdPerComputeUnit == rhs.simdPerComputeUnit ) && ( wavefrontsPerSimd == rhs.wavefrontsPerSimd )… in operator ==()
51832 uint32_t simdPerComputeUnit = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h11936 uint32_t simdPerComputeUnit; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h12547 uint32_t simdPerComputeUnit; member
Dvulkan_structs.hpp72313 , simdPerComputeUnit( simdPerComputeUnit_ )
72381 simdPerComputeUnit, in reflect()
72405 …( simdPerComputeUnit == rhs.simdPerComputeUnit ) && ( wavefrontsPerSimd == rhs.wavefrontsPerSimd )… in operator ==()
72425 uint32_t simdPerComputeUnit = {}; member
Dvulkan_hash.hpp9897 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderCorePropertiesAMD.simdPerComputeUnit ); in operator ()()