Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.hpp70 bool isVertexFormatSRGB (vk::VkFormat format);
DvktPipelineVertexInputTests.cpp77 DE_ASSERT(isVertexFormatUnorm(format) || isVertexFormatSRGB(format)); in getRepresentableDifferenceUnorm()
84 …DE_ASSERT((isVertexFormatUnorm(format) || isVertexFormatSRGB(format)) && isVertexFormatPacked(form… in getRepresentableDifferenceUnormPacked()
884 else if (isVertexFormatUnorm(attributeInfo.vkType) || isVertexFormatSRGB(attributeInfo.vkType)) in getGlslAttributeConditions()
1589 ….format) || isVertexFormatUnorm(attribute.vkDescription.format) || isVertexFormatSRGB(attribute.vk… in writeVertexInputValue()
1651 … || isVertexFormatSscaled(format) || isVertexFormatUscaled(format) || isVertexFormatSRGB(format) || in isCompatibleType()
DvktPipelineVertexUtil.cpp749 bool isVertexFormatSRGB (VkFormat format) in isVertexFormatSRGB() function