Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_AMD_shader_core_properties.txt54 shader_core_properties.shaderArraysPerEngineCount;
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dlimits.txt2133 * [[limits-shaderArraysPerEngineCount]] pname:shaderArraysPerEngineCount
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl4388 uint32_t shaderArraysPerEngineCount; member
DvkVulkan_c.inl11953 deUint32 shaderArraysPerEngineCount; member
DvkStrUtilImpl.inl10416 s << "\tshaderArraysPerEngineCount = " << value.shaderArraysPerEngineCount << '\n';
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2328 properties->shaderArraysPerEngineCount = pdevice->rad_info.max_sa_per_se; in radv_GetPhysicalDeviceProperties2()
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h10428 uint32_t shaderArraysPerEngineCount; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h10991 uint32_t shaderArraysPerEngineCount; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h10999 uint32_t shaderArraysPerEngineCount; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h10831 uint32_t shaderArraysPerEngineCount; member
Dvulkan_structs.hpp51760 , shaderArraysPerEngineCount( shaderArraysPerEngineCount_ )
51810 ( shaderArraysPerEngineCount == rhs.shaderArraysPerEngineCount ) && in operator ==()
51830 uint32_t shaderArraysPerEngineCount = {}; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h11934 uint32_t shaderArraysPerEngineCount; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h12545 uint32_t shaderArraysPerEngineCount; member
Dvulkan_structs.hpp72311 , shaderArraysPerEngineCount( shaderArraysPerEngineCount_ )
72379 shaderArraysPerEngineCount, in reflect()
72404 …( shaderArraysPerEngineCount == rhs.shaderArraysPerEngineCount ) && ( computeUnitsPerShaderArray =… in operator ==()
72423 uint32_t shaderArraysPerEngineCount = {}; member
Dvulkan_hash.hpp9895 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderCorePropertiesAMD.shaderArraysPerEngineCount ); in operator ()()