OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isVertexFormatSRGB
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.hpp
60
bool
isVertexFormatSRGB
(vk::VkFormat format);
vktPipelineVertexInputTests.cpp
73
DE_ASSERT(isVertexFormatUnorm(format) ||
isVertexFormatSRGB
(format));
571
else if (isVertexFormatUnorm(attributeInfo.vkType) ||
isVertexFormatSRGB
(attributeInfo.vkType))
[
all
...]
vktPipelineVertexUtil.cpp
589
bool
isVertexFormatSRGB
(VkFormat format)
Completed in 38 milliseconds