HomeSort by relevance Sort by last modified time
    Searched refs:swzA (Results 1 - 5 of 5) sorted by null

  /external/deqp/modules/gles3/functional/
es3fTextureSwizzleTests.cpp 65 static void swizzle (tcu::Surface& surface, deUint32 swzR, deUint32 swzG, deUint32 swzB, deUint32 swzA)
72 surface.setPixel(x, y, tcu::RGBA(swizzle(p, swzR), swizzle(p, swzG), swizzle(p, swzB), swizzle(p, swzA)));
285 deUint32 swzA;
316 deUint32 swzA = (chanNdx == 3) ? swz : defaultSwizzles[3];
318 singleChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Single-channel swizzle", GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, swzR, swzG, swzB, swzA));
333 deUint32 swzA = swizzleCases[caseNdx].swzA;
338 multiChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Multi-channel swizzle", intFormat, format, dataType, swzR, swzG, swzB, swzA));
es3fShaderTextureFunctionTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 378 const IVec4& swzA = texCubeSwz[face];
379 IVec4 swzB = 1-swzA;
380 Vec4 colorA = cBias + cScale*f.swizzle(swzA[0], swzA[1], swzA[2], swzA[3]);
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 572 const GLuint swzA = GET_SWZ(swizzle, 3);
587 texels[i][ACOMP] = vector[swzA];
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureFunctionTests.cpp     [all...]

Completed in 222 milliseconds