OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:channelswizzles
(Results
1 - 1
of
1
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageViewTests.cpp
511
const VkComponentSwizzle
channelSwizzles
[4] = { componentMapping.r, componentMapping.g, componentMapping.b, componentMapping.a };
519
currentChannel[channelNdx] =
channelSwizzles
[(firstChannelNdx + channelNdx) % 4];
Completed in 74 milliseconds