Searched refs:isVertexFormatPacked (Results 1 – 3 of 3) sorted by relevance
84 …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 …]
74 bool isVertexFormatPacked (vk::VkFormat format);
848 bool isVertexFormatPacked(VkFormat format) in isVertexFormatPacked() function