Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp84 …DE_ASSERT((isVertexFormatUnorm(format) || isVertexFormatSRGB(format)) && isVertexFormatPacked(form… in getRepresentableDifferenceUnormPacked()
98 DE_ASSERT(isVertexFormatSnorm(format) && isVertexFormatPacked(format)); in getRepresentableDifferenceSnormPacked()
820 if (isVertexFormatPacked(attributeInfo.vkType)) in getGlslAttributeConditions()
832 if (isVertexFormatPacked(attributeInfo.vkType)) in getGlslAttributeConditions()
854 if (isVertexFormatPacked(attributeInfo.vkType)) in getGlslAttributeConditions()
866 if (isVertexFormatPacked(attributeInfo.vkType)) in getGlslAttributeConditions()
877 …const float representableDiff = isVertexFormatPacked(attributeInfo.vkType) ? getRepresentableDiffe… in getGlslAttributeConditions()
879 if(isVertexFormatPacked(attributeInfo.vkType)) in getGlslAttributeConditions()
886 …const float representableDiff = isVertexFormatPacked(attributeInfo.vkType) ? getRepresentableDiffe… in getGlslAttributeConditions()
888 if (isVertexFormatPacked(attributeInfo.vkType)) in getGlslAttributeConditions()
[all …]
DvktPipelineVertexUtil.hpp74 bool isVertexFormatPacked (vk::VkFormat format);
DvktPipelineVertexUtil.cpp848 bool isVertexFormatPacked(VkFormat format) in isVertexFormatPacked() function