Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp57 bool isVertexFormatSint (vk::VkFormat format);
DvktPipelineVertexUtil.cpp576 bool isVertexFormatSint (VkFormat format) in isVertexFormatSint() function
DvktPipelineVertexInputTests.cpp804 if (isVertexFormatSint(attributeInfo.vkType)) in getGlslAttributeConditions()
1591 return isVertexFormatSint(format); in isCompatibleType()