Home
last modified time | relevance | path

Searched refs:isVertexFormatDouble (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp73 bool isVertexFormatDouble (vk::VkFormat format);
DvktPipelineVertexUtil.cpp824 bool isVertexFormatDouble (VkFormat format) in isVertexFormatDouble() function
DvktPipelineVertexInputTests.cpp65 if (isVertexFormatDouble(format) && !context.getDeviceFeatures().shaderFloat64) in isSupportedVertexFormat()