Home
last modified time | relevance | path

Searched refs:channelValues (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp147 const float channelValues[] = in swizzle() local
157 return tcu::Vec4(channelValues[swizzle.x()], in swizzle()
158 channelValues[swizzle.y()], in swizzle()
159 channelValues[swizzle.z()], in swizzle()
160 channelValues[swizzle.w()]); in swizzle()
H A DvktPipelineImageViewTests.cpp163 const float channelValues[] = in swizzle() local
175 return tcu::Vec4(channelValues[componentMapping.r], in swizzle()
176 channelValues[componentMapping.g], in swizzle()
177 channelValues[componentMapping.b], in swizzle()
178 channelValues[componentMapping.a]); in swizzle()
H A DvktPipelineImageSamplingInstance.cpp1054 // Remove VK_COMPONENT_SWIZZLE_IDENTITY to avoid addressing channelValues[0] in swizzleScaleBias()
1063 const float channelValues[] = in swizzleScaleBias() local
1074 return tcu::Vec4(channelValues[nonIdentitySwz.r], channelValues[nonIdentitySwz.g], channelValues[nonIdentitySwz.b], channelValues[nonIdentitySwz.a]); in swizzleScaleBias()
H A DvktPipelineSamplerTests.cpp367 // Remove VK_COMPONENT_SWIZZLE_IDENTITY to avoid addressing channelValues[0] in swizzle()
377 const float channelValues[] = in swizzle() local
389 return tcu::Vec4(channelValues[nonIdentityMapping.r], in swizzle()
390 channelValues[nonIdentityMapping.g], in swizzle()
391 channelValues[nonIdentityMapping.b], in swizzle()
392 channelValues[nonIdentityMapping.a]); in swizzle()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp147 const float channelValues[] = in swizzle() local
157 return tcu::Vec4(channelValues[swizzle.x()], in swizzle()
158 channelValues[swizzle.y()], in swizzle()
159 channelValues[swizzle.z()], in swizzle()
160 channelValues[swizzle.w()]); in swizzle()
H A DvktPipelineImageViewTests.cpp157 const float channelValues[] = in swizzle() local
169 return tcu::Vec4(channelValues[componentMapping.r], in swizzle()
170 channelValues[componentMapping.g], in swizzle()
171 channelValues[componentMapping.b], in swizzle()
172 channelValues[componentMapping.a]); in swizzle()
H A DvktPipelineImageSamplingInstance.cpp1048 // Remove VK_COMPONENT_SWIZZLE_IDENTITY to avoid addressing channelValues[0] in swizzleScaleBias()
1057 const float channelValues[] = in swizzleScaleBias() local
1068 return tcu::Vec4(channelValues[nonIdentitySwz.r], channelValues[nonIdentitySwz.g], channelValues[nonIdentitySwz.b], channelValues[nonIdentitySwz.a]); in swizzleScaleBias()
H A DvktPipelineSamplerTests.cpp368 // Remove VK_COMPONENT_SWIZZLE_IDENTITY to avoid addressing channelValues[0] in swizzle()
378 const float channelValues[] = in swizzle() local
390 return tcu::Vec4(channelValues[nonIdentityMapping.r], in swizzle()
391 channelValues[nonIdentityMapping.g], in swizzle()
392 channelValues[nonIdentityMapping.b], in swizzle()
393 channelValues[nonIdentityMapping.a]); in swizzle()

Completed in 22 milliseconds