Home
last modified time | relevance | path

Searched refs:customBorderColorFeatures (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBinaryTests.cpp693 auto customBorderColorFeatures = m_context.getCustomBorderColorFeaturesEXT(); in iterate() local
844 &customBorderColorFeatures, in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp2581 VkPhysicalDeviceCustomBorderColorFeaturesEXT customBorderColorFeatures = initVulkanStructure();
2624 addToChainVulkanStructure(&nextPtr, customBorderColorFeatures);
2712 DE_ASSERT(customBorderColorFeatures.customBorderColors);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp2564 VkPhysicalDeviceCustomBorderColorFeaturesEXT customBorderColorFeatures = initVulkanStructure();
2604 addToChainVulkanStructure(&nextPtr, customBorderColorFeatures);
2692 DE_ASSERT(customBorderColorFeatures.customBorderColors);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp891 const auto *customBorderColorFeatures = reinterpret_cast<const VkPhysicalDeviceCustomBorderColorFeaturesEXT *>(extensionCreateInfo); in vkCreateDevice() local
894 (void)customBorderColorFeatures->customBorderColors; in vkCreateDevice()
895 (void)customBorderColorFeatures->customBorderColorWithoutFormat; in vkCreateDevice()

Completed in 22 milliseconds