HomeSort by relevance Sort by last modified time
    Searched refs:swzB (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)));
284 deUint32 swzB;
315 deUint32 swzB = (chanNdx == 2) ? swz : defaultSwizzles[2];
318 singleChannelGroup->addChild(new Texture2DSwizzleCase(m_context, name.c_str(), "Single-channel swizzle", GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE, swzR, swzG, swzB, swzA));
332 deUint32 swzB = swizzleCases[caseNdx].swzB;
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 379 IVec4 swzB = 1-swzA;
381 Vec4 colorB = cBias + cScale*f.swizzle(swzB[0], swzB[1], swzB[2], swzB[3]);
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 571 const GLuint swzB = GET_SWZ(swizzle, 2);
586 texels[i][BCOMP] = vector[swzB];
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureFunctionTests.cpp     [all...]

Completed in 267 milliseconds