Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp64 bool isVertexFormatSint (vk::VkFormat format);
DvktPipelineVertexUtil.cpp581 bool isVertexFormatSint (VkFormat format) in isVertexFormatSint() function
DvktPipelineVertexInputTests.cpp818 if (isVertexFormatSint(attributeInfo.vkType)) in getGlslAttributeConditions()
1644 return isVertexFormatSint(format); in isCompatibleType()