Home
last modified time | relevance | path

Searched refs:shaderModuleIdentifierAlgorithmUUID (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1356 sizeof(props->shaderModuleIdentifierAlgorithmUUID)); in tu_GetPhysicalDeviceProperties2()
1357 memcpy(props->shaderModuleIdentifierAlgorithmUUID, in tu_GetPhysicalDeviceProperties2()
1359 sizeof(props->shaderModuleIdentifierAlgorithmUUID)); in tu_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_shader_module_identifier.adoc73 `VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT::shaderModuleIdentifierAlgorithmUUID`
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineShaderModuleIdentifierTests.cpp756 …if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, properties2.shaderModuleIdentifierAl… in constantAlgorithmUUIDCase()
762 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, nullUUID, uuidSize) == 0) in constantAlgorithmUUIDCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineShaderModuleIdentifierTests.cpp762 …if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, properties2.shaderModuleIdentifierAl… in constantAlgorithmUUIDCase()
768 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, nullUUID, uuidSize) == 0) in constantAlgorithmUUIDCase()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2612 sizeof(props->shaderModuleIdentifierAlgorithmUUID)); in anv_GetPhysicalDeviceProperties2()
2613 memcpy(props->shaderModuleIdentifierAlgorithmUUID, in anv_GetPhysicalDeviceProperties2()
2615 sizeof(props->shaderModuleIdentifierAlgorithmUUID)); in anv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2557 sizeof(properties->shaderModuleIdentifierAlgorithmUUID)); in radv_GetPhysicalDeviceProperties2()
2558 memcpy(properties->shaderModuleIdentifierAlgorithmUUID, in radv_GetPhysicalDeviceProperties2()
2560 sizeof(properties->shaderModuleIdentifierAlgorithmUUID)); in radv_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dshaders.adoc1416 <<limits-shaderModuleIdentifierAlgorithmUUID,
1417 pname:shaderModuleIdentifierAlgorithmUUID>> as the device consuming the
1453 <<limits-shaderModuleIdentifierAlgorithmUUID,
1454 pname:shaderModuleIdentifierAlgorithmUUID>> as the device consuming the
Dlimits.adoc3985 * [[limits-shaderModuleIdentifierAlgorithmUUID]]
3986 pname:shaderModuleIdentifierAlgorithmUUID is an array of
4003 pname:shaderModuleIdentifierAlgorithmUUID values are actually unique, so
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl7483 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
DvkStrUtilImpl.inl15313 …_BEGIN(value.shaderModuleIdentifierAlgorithmUUID)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END…
DvkVulkan_c.inl17166 deUint8 shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl7800 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
DvkStrUtilImpl.inl15863 …_BEGIN(value.shaderModuleIdentifierAlgorithmUUID)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END…
DvkVulkan_c.inl18172 deUint8 shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h14452 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h18059 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
Dvulkan_structs.hpp83018 , shaderModuleIdentifierAlgorithmUUID( shaderModuleIdentifierAlgorithmUUID_ )
83058 return std::tie( sType, pNext, shaderModuleIdentifierAlgorithmUUID ); in reflect()
83070 …ype ) && ( pNext == rhs.pNext ) && ( shaderModuleIdentifierAlgorithmUUID == rhs.shaderModuleIdenti… in operator ==()
83083 …VULKAN_HPP_NAMESPACE::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> shaderModuleIdentifierAlgorithmUUID = … member
Dvulkan_hash.hpp11324 …E( seed, physicalDeviceShaderModuleIdentifierPropertiesEXT.shaderModuleIdentifierAlgorithmUUID[i] … in operator ()()