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

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.hpp 59 bool isVertexFormatSnorm (vk::VkFormat format);
vktPipelineVertexInputTests.cpp 80 DE_ASSERT(isVertexFormatSnorm(format));
565 else if (isVertexFormatSnorm(attributeInfo.vkType))
610 if (isVertexFormatSnorm(format))
    [all...]
vktPipelineVertexUtil.cpp 563 bool isVertexFormatSnorm (VkFormat format)

Completed in 34 milliseconds