Searched refs:shaderModuleIdentifierAlgorithmUUID (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.c | 1356 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 D | vktPipelineShaderModuleIdentifierTests.cpp | 762 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 D | vktPipelineShaderModuleIdentifierTests.cpp | 756 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 D | anv_device.c | 2612 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 D | radv_device.c | 2557 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 D | vulkan_core.h | 14452 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 18059 uint8_t shaderModuleIdentifierAlgorithmUUID[VK_UUID_SIZE]; member
|
H A D | vulkan_hash.hpp | 11324 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderModuleIdentifierPropertiesEXT.shaderModuleIdentifierAlgorithmUUID[i] );
|
H A D | vulkan_structs.hpp | [all...] |
Completed in 233 milliseconds