Searched refs:properties1 (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 740 VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT* properties1, in getTwoShaderIdentifierProperties() 743 *properties1 = initVulkanStructure(); in getTwoShaderIdentifierProperties() 748 VkPhysicalDeviceProperties2 main = initVulkanStructure(properties1); in getTwoShaderIdentifierProperties() 757 VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT properties1, properties2; in constantAlgorithmUUIDCase() local 758 getTwoShaderIdentifierProperties(context, &properties1, &properties2); in constantAlgorithmUUIDCase() 762 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, properties2.shaderModuleIdentifierAlgorithmUUID, uuidSize) != 0) in constantAlgorithmUUIDCase() 768 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, nullUUID, uuidSize) == 0) in constantAlgorithmUUIDCase() 739 getTwoShaderIdentifierProperties(Context& context, VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT* properties1, VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT* properties2) getTwoShaderIdentifierProperties() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 734 VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT* properties1, in getTwoShaderIdentifierProperties() 737 *properties1 = initVulkanStructure(); in getTwoShaderIdentifierProperties() 742 VkPhysicalDeviceProperties2 main = initVulkanStructure(properties1); in getTwoShaderIdentifierProperties() 751 VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT properties1, properties2; in constantAlgorithmUUIDCase() local 752 getTwoShaderIdentifierProperties(context, &properties1, &properties2); in constantAlgorithmUUIDCase() 756 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, properties2.shaderModuleIdentifierAlgorithmUUID, uuidSize) != 0) in constantAlgorithmUUIDCase() 762 if (deMemCmp(properties1.shaderModuleIdentifierAlgorithmUUID, nullUUID, uuidSize) == 0) in constantAlgorithmUUIDCase() 733 getTwoShaderIdentifierProperties(Context& context, VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT* properties1, VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT* properties2) getTwoShaderIdentifierProperties() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiExternalMemoryTests.cpp | 3238 vk::VkExternalBufferProperties properties1 = vk::initVulkanStructure(); in testBufferQueriesMaintenance5() local 3239 vki.getPhysicalDeviceExternalBufferProperties(physicalDevice, &info, &properties1); in testBufferQueriesMaintenance5() 3248 if (deMemCmp(&properties1, &properties2, sizeof(vk::VkExternalBufferProperties)) != 0) in testBufferQueriesMaintenance5()
|
Completed in 20 milliseconds