Home
last modified time | relevance | path

Searched refs:texel2 (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp2986 const unsigned char texel2[1] = { 127 }; in configureConversionDatabase() local
2993 …getR8PixelData(1, GL_UNSIGNED_BYTE, texel2[0]), getLuminance8OESPixelData(GL_UNSIGNED_BYTE, texel2 in configureConversionDatabase()
3001 getR8PixelData(1, GL_UNSIGNED_BYTE, texel2[0]), getR8PixelData(0, GL_UNSIGNED_BYTE, texel2[0]), in configureConversionDatabase()
3010 const unsigned char texel2[2] = { 127, 63 }; in configureConversionDatabase() local
3017 getRG8PixelData(1, GL_UNSIGNED_BYTE, texel2[0], texel2[1]), in configureConversionDatabase()
3018 getLuminance8OESPixelData(GL_UNSIGNED_BYTE, texel2[0]), in configureConversionDatabase()
3027 …getRG8PixelData(1, GL_UNSIGNED_BYTE, texel2[0], texel2[1]), getR8PixelData(0, GL_UNSIGNED_BYTE, te… in configureConversionDatabase()
3035 getRG8PixelData(1, GL_UNSIGNED_BYTE, texel2[0], texel2[1]), in configureConversionDatabase()
3036 getRG8PixelData(0, GL_UNSIGNED_BYTE, texel2[0], texel2[1]), in configureConversionDatabase()
3047 const unsigned char texel2[3] = { 127, 63, 0 }; in configureConversionDatabase() local
[all …]
/external/angle/src/libANGLE/renderer/metal/shaders/
Dgen_mipmap.metal100 // If the width of mip is 1, texel2 will equal to texel1:
101 float4 texel2 = OUT_OF_BOUND_CHECK(texel1, TEXEL_LOAD(lIndex + 1), atEdge.x);
107 float4 texel5 = OUT_OF_BOUND_CHECK(texel2, TEXEL_LOAD(lIndex + (kThreadGroupX + 1)),
110 float4 texel6 = OUT_OF_BOUND_CHECK(texel2, TEXEL_LOAD(lIndex + (kThreadGroupXY + 1)),
120 texel1 = (texel1 + texel2 + texel3 + texel4 + texel5 + texel6 + texel7 + texel8) / 8.0;
143 // If the width of mip is 1, texel2 will equal to texel1:
144 float4 texel2 = OUT_OF_BOUND_CHECK(texel1, TEXEL_LOAD(lIndex + 2), atEdge.x);
152 float4 texel5 = OUT_OF_BOUND_CHECK(texel2, TEXEL_LOAD(lIndex + (2 * kThreadGroupX + 2)),
155 float4 texel6 = OUT_OF_BOUND_CHECK(texel2, TEXEL_LOAD(lIndex + (2 * kThreadGroupXY + 2)),
166 texel1 = (texel1 + texel2 + texel3 + texel4 + texel5 + texel6 + texel7 + texel8) / 8.0;
[all …]
Dmtl_default_shaders_src_autogen.inc1008 …float4 texel2 = (atEdge.x) ? (texel1) : (float4(sR[lIndex + 1], sG[lIndex + 1], sB[lIndex + 1], sA…
1014 …float4 texel5 = (atEdge.x | atEdge.y) ? (texel2) : (float4(sR[lIndex + (8 + 1)], sG[lIndex + (8 + …
1017 …float4 texel6 = (atEdge.x | atEdge.z) ? (texel2) : (float4(sR[lIndex + ((8 * 8) + 1)], sG[lIndex +…
1027 texel1 = (texel1 + texel2 + texel3 + texel4 + texel5 + texel6 + texel7 + texel8) / 8.0;
1051 …float4 texel2 = (atEdge.x) ? (texel1) : (float4(sR[lIndex + 2], sG[lIndex + 2], sB[lIndex + 2], sA…
1059 …float4 texel5 = (atEdge.x | atEdge.y) ? (texel2) : (float4(sR[lIndex + (2 * 8 + 2)], sG[lIndex + (…
1062 …float4 texel6 = (atEdge.x | atEdge.z) ? (texel2) : (float4(sR[lIndex + (2 * (8 * 8) + 2)], sG[lInd…
1073 texel1 = (texel1 + texel2 + texel3 + texel4 + texel5 + texel6 + texel7 + texel8) / 8.0;
1097 …float4 texel2 = (atEdge.x) ? (texel1) : (float4(sR[lIndex + 4], sG[lIndex + 4], sB[lIndex + 4], sA…
1105 …float4 texel5 = (atEdge.x | atEdge.y) ? (texel2) : (float4(sR[lIndex + (4 * 8 + 4)], sG[lIndex + (…
[all …]