Home
last modified time | relevance | path

Searched refs:textureSize (Results 1 – 25 of 121) sorted by relevance

12345

/external/deqp-deps/glslang/Test/
DsamplerlessTextureFunctions.frag18 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);
D320.vert103 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 …]
Dspv.samplerlessTextureFunctions.frag16 ivec2 tex2DSize = textureSize(tex2D, 0);
17 ivec2 texMSSize = textureSize(texMS);
18 int bufSize = textureSize(buf);
D310.vert63 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 …]
D150.frag33 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);
Dspv.140.frag30 o.w = float(textureSize(sampR) + textureSize(sampB)) / 100.0;
D300.vert120 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/
DsamplerlessTextureFunctions.frag18 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);
D320.vert103 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 …]
Dspv.samplerlessTextureFunctions.frag16 ivec2 tex2DSize = textureSize(tex2D, 0);
17 ivec2 texMSSize = textureSize(texMS);
18 int bufSize = textureSize(buf);
D310.vert63 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 …]
D150.frag33 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);
Dspv.140.frag30 o.w = float(textureSize(sampR) + textureSize(sampB)) / 100.0;
D300.vert120 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/
DTextureSampling.cpp40 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()
DClearPerf.cpp33 textureSize = 16; in ClearParams()
41 GLsizei textureSize; member
132 std::vector<float> textureData(params.textureSize * params.textureSize * 4, 0.5); in drawBenchmark()
DTexturesPerf.cpp175 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/
DsamplerlessTextureFunctions.frag.out5 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
Dhlsl.getdimensions.dx10.frag.out12 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 …]
Dhlsl.intrinsics.promote.outputs.frag.out20 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/
DsamplerlessTextureFunctions.frag.out5 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
Dhlsl.getdimensions.dx10.frag.out12 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 …]
Dhlsl.intrinsics.promote.outputs.frag.out20 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/
DesextcTextureBufferMAXSizeValidation.cpp203 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/
Des3fTextureUnitTests.cpp300 …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 …]

12345