Searched refs:uuidSize (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 760 const auto uuidSize = static_cast<size_t>(VK_UUID_SIZE); in constantAlgorithmUUIDCase() local 762 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, properties2.shaderModuleIdentifierAlgorithmUUID, uuidSize) != 0) in constantAlgorithmUUIDCase() 765 uint8_t nullUUID[uuidSize]; in constantAlgorithmUUIDCase() 766 deMemset(nullUUID, 0, uuidSize); in constantAlgorithmUUIDCase() 768 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, nullUUID, uuidSize) == 0) in constantAlgorithmUUIDCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 754 const auto uuidSize = static_cast<size_t>(VK_UUID_SIZE); in constantAlgorithmUUIDCase() local 756 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, properties2.shaderModuleIdentifierAlgorithmUUID, uuidSize) != 0) in constantAlgorithmUUIDCase() 759 uint8_t nullUUID[uuidSize]; in constantAlgorithmUUIDCase() 760 deMemset(nullUUID, 0, uuidSize); in constantAlgorithmUUIDCase() 762 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, nullUUID, uuidSize) == 0) in constantAlgorithmUUIDCase()
|
Completed in 12 milliseconds