OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
73
DE_ASSERT(
isVertexFormatUnorm
(format) || isVertexFormatSRGB(format));
571
else if (
isVertexFormatUnorm
(attributeInfo.vkType) || isVertexFormatSRGB(attributeInfo.vkType))
614
else if (
isVertexFormatUnorm
(format))
[
all
...]
vktPipelineVertexUtil.cpp
534
bool
isVertexFormatUnorm
(VkFormat format)
Completed in 684 milliseconds