HomeSort by relevance Sort by last modified time
    Searched refs:isVertexFormatUnorm (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.hpp 58 bool isVertexFormatUnorm (vk::VkFormat format);
vktPipelineVertexInputTests.cpp 74 DE_ASSERT(isVertexFormatUnorm(format) || isVertexFormatSRGB(format));
730 else if (isVertexFormatUnorm(attributeInfo.vkType) || isVertexFormatSRGB(attributeInfo.vkType))
773 else if (isVertexFormatUnorm(format))
    [all...]
vktPipelineVertexUtil.cpp 534 bool isVertexFormatUnorm (VkFormat format)

Completed in 55 milliseconds