Home
last modified time | relevance | path

Searched refs:shaderModuleIdentifierAlgorithmUUID (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
H A 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/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp762 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, properties2.shaderModuleIdentifierAlgorithmUUID, uuidSize) != 0) in constantAlgorithmUUIDCase()
763 return tcu::TestStatus::fail("shaderModuleIdentifierAlgorithmUUID not constant accross calls"); in constantAlgorithmUUIDCase()
768 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, nullUUID, uuidSize) == 0) in constantAlgorithmUUIDCase()
769 return tcu::TestStatus(QP_TEST_RESULT_QUALITY_WARNING, "shaderModuleIdentifierAlgorithmUUID is all zeros"); in constantAlgorithmUUIDCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp756 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, properties2.shaderModuleIdentifierAlgorithmUUID, uuidSize) != 0) in constantAlgorithmUUIDCase()
757 return tcu::TestStatus::fail("shaderModuleIdentifierAlgorithmUUID not constant accross calls"); in constantAlgorithmUUIDCase()
762 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, nullUUID, uuidSize) == 0) in constantAlgorithmUUIDCase()
763 return tcu::TestStatus(QP_TEST_RESULT_QUALITY_WARNING, "shaderModuleIdentifierAlgorithmUUID is all zeros"); in constantAlgorithmUUIDCase()
/third_party/mesa3d/src/intel/vulkan/
H A 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/
H A 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/mesa3d/include/vulkan/
H A Dvulkan_core.h14452 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h18059 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
H A Dvulkan_hash.hpp11324 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderModuleIdentifierPropertiesEXT.shaderModuleIdentifierAlgorithmUUID[i] );
H A Dvulkan_structs.hpp[all...]

Completed in 233 milliseconds