/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSwizzleTests.cpp | 65 static void swizzle (tcu::Surface& surface, deUint32 swzR, deUint32 swzG, deUint32 swzB, deUint32 swzA) in swizzle() argument 72 surface.setPixel(x, y, tcu::RGBA(swizzle(p, swzR), swizzle(p, swzG), swizzle(p, swzB), swizzle(p, swzA))); in swizzle() 285 deUint32 swzA; in init() member 316 deUint32 swzA = (chanNdx == 3) ? swz : defaultSwizzles[3]; in init() local 318 singleChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Single-channel swizzle", GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, swzR, swzG, swzB, swzA)); in init() 333 deUint32 swzA = swizzleCases[caseNdx].swzA; in init() local 338 multiChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Multi-channel swizzle", intFormat, format, dataType, swzR, swzG, swzB, swzA)); in init()
|
H A D | es3fShaderTextureFunctionTests.cpp | 625 const IVec4& swzA = texCubeSwz[face]; in initTexture() local 626 IVec4 swzB = 1-swzA; in initTexture() 627 Vec4 colorA = cBias + cScale*f.swizzle(swzA[0], swzA[1], swzA[2], swzA[3]); in initTexture()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
H A D | esextcTextureShadowLodFunctionsTest.cpp | 576 const IVec4& swzA = texCubeSwz[face]; in initTexture() local 577 IVec4 swzB = 1 - swzA; in initTexture() 578 Vec4 colorA = cBias + cScale * f.swizzle(swzA[0], swzA[1], swzA[2], swzA[3]); in initTexture() 652 const IVec4& swzA = texCubeSwz[face]; in initTexture() local 653 IVec4 swzB = 1 - swzA; in initTexture() 654 Vec4 colorA = cBias + cScale * f.swizzle(swzA[0], swzA[ in initTexture() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderTextureFunctionTests.cpp | 378 const IVec4& swzA = texCubeSwz[face]; in initTexture() local 379 IVec4 swzB = 1-swzA; in initTexture() 380 Vec4 colorA = cBias + cScale*f.swizzle(swzA[0], swzA[1], swzA[2], swzA[3]); in initTexture()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 940 const IVec4& swzA = texCubeSwz[face]; in initTexture() local 941 IVec4 swzB = 1-swzA; in initTexture() 942 Vec4 colorA = cBias + cScale*f.swizzle(swzA[0], swzA[1], swzA[2], swzA[3]); in initTexture() 1145 const IVec4& swzA = texCubeSwz[face]; in initTexture() local 1146 IVec4 swzB = 1-swzA; in initTexture() 1147 Vec4 colorA = cBias + cScale*f.swizzle(swzA[0], swzA[ in initTexture() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 937 const IVec4& swzA = texCubeSwz[face]; in initTexture() local 938 IVec4 swzB = 1-swzA; in initTexture() 939 Vec4 colorA = cBias + cScale*f.swizzle(swzA[0], swzA[1], swzA[2], swzA[3]); in initTexture() 1142 const IVec4& swzA = texCubeSwz[face]; in initTexture() local 1143 IVec4 swzB = 1-swzA; in initTexture() 1144 Vec4 colorA = cBias + cScale*f.swizzle(swzA[0], swzA[ in initTexture() [all...] |