/external/deqp-deps/glslang/Test/ |
D | samplerlessTextureFunctions.frag | 18 ivec2 tex2DSize = textureSize(tex2D, 0); 19 ivec2 texMSSize = textureSize(texMS); 20 int bufSize = textureSize(buf); 39 ivec2 tex2DSize = textureSize(tex2D, 0); 40 ivec2 texMSSize = textureSize(texMS); 41 int bufSize = textureSize(buf);
|
D | 320.vert | 103 highp int s1 = textureSize(bufSamp1); 104 highp int s2 = textureSize(bufSamp2); 105 highp int s3 = textureSize(bufSamp3); 151 highp ivec3 s4 = textureSize(CA4, 1); 152 highp ivec3 s5 = textureSize(CA5, 1); 153 highp ivec3 s6 = textureSize(CA6, 1); 154 highp ivec3 s7 = textureSize(CA7, 1); 209 ivec3 tfs = textureSize(samp2DMSA); 210 ivec3 tfsi = textureSize(samp2DMSAi); 211 ivec3 tfsb = textureSize(samp2DMSAi, 4); // ERROR, no lod [all …]
|
D | spv.samplerlessTextureFunctions.frag | 16 ivec2 tex2DSize = textureSize(tex2D, 0); 17 ivec2 texMSSize = textureSize(texMS); 18 int bufSize = textureSize(buf);
|
D | 310.vert | 63 v2 = textureSize(s2dms); 64 v2 = textureSize(us2dms); 222 highp int s1 = textureSize(bufSamp1); 223 highp int s2 = textureSize(bufSamp2); 224 highp int s3 = textureSize(bufSamp3); 281 highp ivec3 s4 = textureSize(CA4, 1); 282 highp ivec3 s5 = textureSize(CA5, 1); 283 highp ivec3 s6 = textureSize(CA6, 1); 284 highp ivec3 s7 = textureSize(CA7, 1); 349 ivec3 tfs = textureSize(samp2DMSA); [all …]
|
D | 150.frag | 33 ivec2 t11 = textureSize( sms); 34 ivec2 t12 = textureSize(isms); 35 ivec2 t13 = textureSize(usms); 36 ivec3 t21 = textureSize( smsa); 37 ivec3 t22 = textureSize(ismsa); 38 ivec3 t23 = textureSize(usmsa);
|
D | spv.140.frag | 30 o.w = float(textureSize(sampR) + textureSize(sampB)) / 100.0;
|
D | 300.vert | 120 ivec2 x1 = textureSize(s2D, 2); 121 textureSize(s2D); // ERROR, no lod 122 ivec3 x3 = textureSize(s2DAS, -1); 123 textureSize(s2DAS); // ERROR, no lod
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | samplerlessTextureFunctions.frag | 18 ivec2 tex2DSize = textureSize(tex2D, 0); 19 ivec2 texMSSize = textureSize(texMS); 20 int bufSize = textureSize(buf); 39 ivec2 tex2DSize = textureSize(tex2D, 0); 40 ivec2 texMSSize = textureSize(texMS); 41 int bufSize = textureSize(buf);
|
D | 320.vert | 103 highp int s1 = textureSize(bufSamp1); 104 highp int s2 = textureSize(bufSamp2); 105 highp int s3 = textureSize(bufSamp3); 151 highp ivec3 s4 = textureSize(CA4, 1); 152 highp ivec3 s5 = textureSize(CA5, 1); 153 highp ivec3 s6 = textureSize(CA6, 1); 154 highp ivec3 s7 = textureSize(CA7, 1); 209 ivec3 tfs = textureSize(samp2DMSA); 210 ivec3 tfsi = textureSize(samp2DMSAi); 211 ivec3 tfsb = textureSize(samp2DMSAi, 4); // ERROR, no lod [all …]
|
D | spv.samplerlessTextureFunctions.frag | 16 ivec2 tex2DSize = textureSize(tex2D, 0); 17 ivec2 texMSSize = textureSize(texMS); 18 int bufSize = textureSize(buf);
|
D | 310.vert | 63 v2 = textureSize(s2dms); 64 v2 = textureSize(us2dms); 222 highp int s1 = textureSize(bufSamp1); 223 highp int s2 = textureSize(bufSamp2); 224 highp int s3 = textureSize(bufSamp3); 281 highp ivec3 s4 = textureSize(CA4, 1); 282 highp ivec3 s5 = textureSize(CA5, 1); 283 highp ivec3 s6 = textureSize(CA6, 1); 284 highp ivec3 s7 = textureSize(CA7, 1); 349 ivec3 tfs = textureSize(samp2DMSA); [all …]
|
D | 150.frag | 33 ivec2 t11 = textureSize( sms); 34 ivec2 t12 = textureSize(isms); 35 ivec2 t13 = textureSize(usms); 36 ivec3 t21 = textureSize( smsa); 37 ivec3 t22 = textureSize(ismsa); 38 ivec3 t23 = textureSize(usmsa);
|
D | spv.140.frag | 30 o.w = float(textureSize(sampR) + textureSize(sampB)) / 100.0;
|
D | 300.vert | 120 ivec2 x1 = textureSize(s2D, 2); 121 textureSize(s2D); // ERROR, no lod 122 ivec3 x3 = textureSize(s2DAS, -1); 123 textureSize(s2DAS); // ERROR, no lod
|
/external/angle/src/tests/perf_tests/ |
D | TextureSampling.cpp | 40 textureSize = 32; in TextureSamplingParams() 46 unsigned int textureSize; member 134 << params.textureSize in initShaders() 199 unsigned int dataSize = params.textureSize * params.textureSize; in initTextures() 220 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, params.textureSize, params.textureSize, 0, GL_RGBA, in initTextures()
|
D | ClearPerf.cpp | 33 textureSize = 16; in ClearParams() 41 GLsizei textureSize; member 132 std::vector<float> textureData(params.textureSize * params.textureSize * 4, 0.5); in drawBenchmark()
|
D | TexturesPerf.cpp | 175 size_t textureSize = static_cast<size_t>(1) << params.textureMipCount; in initTextures() local 176 std::vector<GLubyte> textureData(textureSize * textureSize * 4); in initTextures() 191 GLsizei levelSize = static_cast<GLsizei>(textureSize >> mip); in initTextures()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | samplerlessTextureFunctions.frag.out | 5 ERROR: 0:18: 'textureSize' : required extension not requested: GL_EXT_samplerless_texture_functions 6 ERROR: 0:19: 'textureSize' : required extension not requested: GL_EXT_samplerless_texture_functions 7 ERROR: 0:20: 'textureSize' : required extension not requested: GL_EXT_samplerless_texture_functions
|
D | hlsl.getdimensions.dx10.frag.out | 12 0:65 textureSize ( temp uint) 22 0:66 textureSize ( temp uint) 36 0:69 textureSize ( temp uint) 46 0:70 textureSize ( temp uint) 60 0:73 textureSize ( temp uint) 70 0:74 textureSize ( temp uint) 84 0:77 textureSize ( temp 2-component vector of uint) 103 0:78 textureSize ( temp 2-component vector of uint) 126 0:81 textureSize ( temp 2-component vector of uint) 145 0:82 textureSize ( temp 2-component vector of uint) [all …]
|
D | hlsl.intrinsics.promote.outputs.frag.out | 20 0:40 textureSize ( temp uint) 31 0:41 textureSize ( temp uint) 46 0:42 textureSize ( temp uint) 61 0:43 textureSize ( temp uint) 124 0:40 textureSize ( temp uint) 135 0:41 textureSize ( temp uint) 150 0:42 textureSize ( temp uint) 165 0:43 textureSize ( temp uint)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | samplerlessTextureFunctions.frag.out | 5 ERROR: 0:18: 'textureSize' : required extension not requested: GL_EXT_samplerless_texture_functions 6 ERROR: 0:19: 'textureSize' : required extension not requested: GL_EXT_samplerless_texture_functions 7 ERROR: 0:20: 'textureSize' : required extension not requested: GL_EXT_samplerless_texture_functions
|
D | hlsl.getdimensions.dx10.frag.out | 12 0:65 textureSize ( temp uint) 22 0:66 textureSize ( temp uint) 36 0:69 textureSize ( temp uint) 46 0:70 textureSize ( temp uint) 60 0:73 textureSize ( temp uint) 70 0:74 textureSize ( temp uint) 84 0:77 textureSize ( temp 2-component vector of uint) 103 0:78 textureSize ( temp 2-component vector of uint) 126 0:81 textureSize ( temp 2-component vector of uint) 145 0:82 textureSize ( temp 2-component vector of uint) [all …]
|
D | hlsl.intrinsics.promote.outputs.frag.out | 20 0:40 textureSize ( temp uint) 31 0:41 textureSize ( temp uint) 46 0:42 textureSize ( temp uint) 61 0:43 textureSize ( temp uint) 124 0:40 textureSize ( temp uint) 135 0:41 textureSize ( temp uint) 150 0:42 textureSize ( temp uint) 165 0:43 textureSize ( temp uint)
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferMAXSizeValidation.cpp | 203 glw::GLint textureSize = 0; in iterate() local 205 …LevelParameteriv(m_glExtTokens.TEXTURE_BUFFER, 0, m_glExtTokens.TEXTURE_BUFFER_SIZE, &textureSize); in iterate() 211 if (expectedSize != textureSize) in iterate() 215 << "Result GL_TEXTURE_BUFFER_SIZE_EXT parameter value : " << textureSize << "\n" in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureUnitTests.cpp | 300 …dMax(const tcu::Vector<tcu::Vec2, 3>& derivateParts, const tcu::IVec3& textureSize, const Vec2& sc… in calculateLodMax() argument 302 float dudx = derivateParts[0].x() * (float)textureSize.x() * screenDerivate.x(); in calculateLodMax() 303 float dudy = derivateParts[0].y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMax() 304 float dvdx = derivateParts[1].x() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMax() 305 float dvdy = derivateParts[1].y() * (float)textureSize.y() * screenDerivate.y(); in calculateLodMax() 306 float dwdx = derivateParts[2].x() * (float)textureSize.z() * screenDerivate.x(); in calculateLodMax() 307 float dwdy = derivateParts[2].y() * (float)textureSize.z() * screenDerivate.y(); in calculateLodMax() 316 …dMin(const tcu::Vector<tcu::Vec2, 3>& derivateParts, const tcu::IVec3& textureSize, const Vec2& sc… in calculateLodMin() argument 318 float dudx = derivateParts[0].x() * (float)textureSize.x() * screenDerivate.x(); in calculateLodMin() 319 float dudy = derivateParts[0].y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMin() [all …]
|