Home
last modified time | relevance | path

Searched refs:texCoord (Results 1 – 25 of 69) sorted by relevance

123

/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.scalarCast.vert.out4 … structure{ temp 4-component vector of float position, temp 2-component vector of float texCoord})
15 … structure{ temp 4-component vector of float position, temp 2-component vector of float texCoord})
26 … structure{ temp 4-component vector of float position, temp 2-component vector of float texCoord})
37 … structure{ temp 4-component vector of float position, temp 2-component vector of float texCoord})
46 … structure{ temp 4-component vector of float position, temp 2-component vector of float texCoord})
55 … structure{ temp 4-component vector of float position, temp 2-component vector of float texCoord})
64 … structure{ temp 4-component vector of float position, temp 2-component vector of float texCoord})
71 … structure{ temp 4-component vector of float position, temp 2-component vector of float texCoord})
80 … structure{ temp 4-component vector of float position, temp 2-component vector of float texCoord})
89 … structure{ temp 4-component vector of float position, temp 2-component vector of float texCoord})
[all …]
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp159 …urfaceAccess& dst, const tcu::ConstPixelBufferAccess& src, const float* texCoord, const tcu::Vec4&…
161 …t tcu::SurfaceAccess& dst, const tcu::Texture2DView& src, const float* texCoord, const ReferenceP…
162 …tcu::SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceP…
163 …u::SurfaceAccess& dst, const tcu::Texture2DArrayView& src, const float* texCoord, const ReferenceP…
164 …t tcu::SurfaceAccess& dst, const tcu::Texture3DView& src, const float* texCoord, const ReferenceP…
165 …:SurfaceAccess& dst, const tcu::TextureCubeArrayView& src, const float* texCoord, const ReferenceP…
166 …t tcu::SurfaceAccess& dst, const tcu::Texture1DView& src, const float* texCoord, const ReferenceP…
167 …u::SurfaceAccess& dst, const tcu::Texture1DArrayView& src, const float* texCoord, const ReferenceP…
190 const float* texCoord,
200 const float* texCoord,
[all …]
DgluTextureTestUtil.cpp548 …st tcu::SurfaceAccess& dst, const tcu::Texture2DView& src, const float* texCoord, const ReferenceP… in sampleTexture() argument
551 const tcu::Vec4 sq = tcu::Vec4(texCoord[0+0], texCoord[2+0], texCoord[4+0], texCoord[6+0]); in sampleTexture()
552 const tcu::Vec4 tq = tcu::Vec4(texCoord[0+1], texCoord[2+1], texCoord[4+1], texCoord[6+1]); in sampleTexture()
560 …st tcu::SurfaceAccess& dst, const tcu::Texture1DView& src, const float* texCoord, const ReferenceP… in sampleTexture() argument
563 const tcu::Vec4 sq = tcu::Vec4(texCoord[0], texCoord[1], texCoord[2], texCoord[3]); in sampleTexture()
659 … tcu::SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceP… in sampleTexture() argument
662 const tcu::Vec4 sq = tcu::Vec4(texCoord[0+0], texCoord[3+0], texCoord[6+0], texCoord[9+0]); in sampleTexture()
663 const tcu::Vec4 tq = tcu::Vec4(texCoord[0+1], texCoord[3+1], texCoord[6+1], texCoord[9+1]); in sampleTexture()
664 const tcu::Vec4 rq = tcu::Vec4(texCoord[0+2], texCoord[3+2], texCoord[6+2], texCoord[9+2]); in sampleTexture()
708 …u::SurfaceAccess& dst, const tcu::Texture2DArrayView& src, const float* texCoord, const ReferenceP… in sampleTexture() argument
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp213 float const texCoord[] = { 0.0f, 0.0f, 1.0f, 1.0f }; in getTexCoords() local
214 return std::vector<float>(texCoord, texCoord + sizeof(texCoord) / sizeof(float)); in getTexCoords()
260 float const texCoord[] = { 0.0f, 0.5f, 0.0f, 0.5f, 1.0f, 0.5f, 1.0f, 0.5f }; in getTexCoords() local
261 return std::vector<float>(texCoord, texCoord + sizeof(texCoord) / sizeof(float)); in getTexCoords()
304 float const texCoord[] = { 0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 1.0f, 1.0f }; in getTexCoords() local
305 return std::vector<float>(texCoord, texCoord + sizeof(texCoord) / sizeof(float)); in getTexCoords()
351 …float const texCoord[] = { 0.0f, 0.0f, 0.5f, 0.0f, 1.0f, 0.5f, 1.0f, 0.0f, 0.5f, 1.0f, 1.0f, 0.5f … in getTexCoords() local
352 return std::vector<float>(texCoord, texCoord + sizeof(texCoord) / sizeof(float)); in getTexCoords()
395 …float const texCoord[] = { 0.0f, 0.0f, 0.5f, 0.0f, 1.0f, 0.5f, 1.0f, 0.0f, 0.5f, 1.0f, 1.0f, 0.5f … in getTexCoords() local
396 return std::vector<float>(texCoord, texCoord + sizeof(texCoord) / sizeof(float)); in getTexCoords()
[all …]
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp206 vector<float> texCoord; in iterate() local
241 computeQuadTexCoord2D(texCoord, tcu::Vec2(-4.0f, -4.5f), tcu::Vec2(4.0f, 2.5f)); in iterate()
243 m_renderer.renderQuad(0, &texCoord[0], refParams); in iterate()
245 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); in iterate()
252 computeQuadTexCoord2D(texCoord, tcu::Vec2(-0.5f, 0.75f), tcu::Vec2(0.25f, 1.25f)); in iterate()
254 m_renderer.renderQuad(0, &texCoord[0], refParams); in iterate()
256 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); in iterate()
281 computeQuadTexCoord2D(texCoord, tcu::Vec2(sMin, tMin), tcu::Vec2(sMin+sRange, tMin+tRange)); in iterate()
283 m_renderer.renderQuad(0, &texCoord[0], refParams); in iterate()
285 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); in iterate()
[all …]
Des2aTextureMipmapTests.cpp265 vector<float> texCoord; in iterate() local
334 case COORDTYPE_BASIC: getBasicTexCoord2D (texCoord, cellNdx); break; in iterate()
335 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break; in iterate()
347 m_renderer.renderQuad(0, &texCoord[0], sampleParams); in iterate()
353 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], sampleParams); in iterate()
542 vector<float> texCoord; in iterate() local
599 computeQuadTexCoordCube(texCoord, cubeFace); in iterate()
615 m_renderer.renderQuad(0, &texCoord[0], params); in iterate()
621 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params); in iterate()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp196 vector<float> texCoord; in iterate() local
231 computeQuadTexCoord2D(texCoord, tcu::Vec2(-4.0f, -4.5f), tcu::Vec2(4.0f, 2.5f)); in iterate()
233 m_renderer.renderQuad(0, &texCoord[0], refParams); in iterate()
235 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); in iterate()
242 computeQuadTexCoord2D(texCoord, tcu::Vec2(-0.5f, 0.75f), tcu::Vec2(0.25f, 1.25f)); in iterate()
244 m_renderer.renderQuad(0, &texCoord[0], refParams); in iterate()
246 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); in iterate()
271 computeQuadTexCoord2D(texCoord, tcu::Vec2(sMin, tMin), tcu::Vec2(sMin+sRange, tMin+tRange)); in iterate()
273 m_renderer.renderQuad(0, &texCoord[0], refParams); in iterate()
275 m_textures[curTexNdx]->getRefTexture(), &texCoord[0], refParams); in iterate()
[all …]
Des3aTextureMipmapTests.cpp256 vector<float> texCoord; in iterate() local
326 case COORDTYPE_BASIC: getBasicTexCoord2D (texCoord, cellNdx); break; in iterate()
327 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break; in iterate()
339 m_renderer.renderQuad(0, &texCoord[0], sampleParams); in iterate()
345 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], sampleParams); in iterate()
530 vector<float> texCoord; in iterate() local
587 computeQuadTexCoordCube(texCoord, cubeFace); in iterate()
603 m_renderer.renderQuad(0, &texCoord[0], params); in iterate()
609 sampleTexture(idealDst, m_texture->getRefTexture(), &texCoord[0], params); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp442 vector<Vec2> texCoord; in testFormat() local
448 generateLookupCoordinates(size, &texCoord); in testFormat()
450 result.resize(texCoord.size()); in testFormat()
451 reference.resize(texCoord.size()); in testFormat()
455 const void* inputs[] = { texCoord[0].getPtr() }; in testFormat()
458 executor->execute((int)texCoord.size(), inputs, outputs, *descSet); in testFormat()
469 for (size_t ndx = 0; ndx < texCoord.size(); ++ndx) in testFormat()
471 const Vec2& coord = texCoord[ndx]; in testFormat()
477 for (size_t ndx = 0; ndx < texCoord.size(); ++ndx) in testFormat()
482 for (size_t ndx = 0; ndx < texCoord.size(); ++ndx) in testFormat()
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp73 static void logCubeArrayTexCoords(TestLog& log, vector<float>& texCoord) in logCubeArrayTexCoords() argument
75 const size_t numVerts = texCoord.size() / 4; in logCubeArrayTexCoords()
77 DE_ASSERT(texCoord.size() % 4 == 0); in logCubeArrayTexCoords()
83 const float u = texCoord[coordNdx + 0]; in logCubeArrayTexCoords()
84 const float v = texCoord[coordNdx + 1]; in logCubeArrayTexCoords()
85 const float w = texCoord[coordNdx + 2]; in logCubeArrayTexCoords()
86 const float q = texCoord[coordNdx + 3]; in logCubeArrayTexCoords()
363 vector<float> texCoord; in iterate() local
365 …computeQuadTexCoordCubeArray(texCoord, face, curCase.bottomLeft, curCase.topRight, curCase.layerRa… in iterate()
371 logCubeArrayTexCoords(log, texCoord); in iterate()
[all …]
Des31fTextureFormatTests.cpp204 vector<float> texCoord; in testLayerFace() local
217 …computeQuadTexCoordCubeArray(texCoord, face, tcu::Vec2(0.0f, 0.0f), tcu::Vec2(1.0f, 1.0f), tcu::Ve… in testLayerFace()
239 m_renderer.renderQuad(0, &texCoord[0], renderParams); in testLayerFace()
243 …erCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams); in testLayerFace()
354 vector<float> texCoord; in iterate() local
364 computeQuadTexCoord1D(texCoord, 0.0f, (float)(effectiveRefTexture.getWidth())); in iterate()
383 m_renderer.renderQuad(0, &texCoord[0], renderParams); in iterate()
389 … m_renderCtx.getRenderTarget().getPixelFormat()), effectiveRefTexture, &texCoord[0], spec.lookupSc… in iterate()
Des31fTextureBorderClampTests.cpp549 void renderQuad (const float* texCoord,
557 const float* texCoord,
563 const float* texCoord,
571 const float* texCoord,
576 const float* texCoord,
768 std::vector<float> texCoord; in renderTo() local
771 glu::TextureTestUtil::computeQuadTexCoord2D(texCoord, config.p0, config.p1); in renderTo()
866 renderQuad(&texCoord[0], samplerParams); in renderTo()
870 void TextureBorderClampTest::renderQuad (const float* texCoord, const glu::TextureTestUtil::Referen… in renderQuad() argument
874 m_renderer->renderQuad(0, texCoord, samplerParams); in renderQuad()
[all …]
/external/deqp/modules/gles2/functional/
Des2fTextureFormatTests.cpp146 vector<float> texCoord; in iterate() local
160 computeQuadTexCoord2D(texCoord, tcu::Vec2(0.0f, 0.0f), tcu::Vec2(1.0f, 1.0f)); in iterate()
188 m_renderer.renderQuad(0, &texCoord[0], renderParams); in iterate()
193 …erCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams); in iterate()
322 vector<float> texCoord; in testFace() local
336 computeQuadTexCoordCube(texCoord, face); in testFace()
356 m_renderer.renderQuad(0, &texCoord[0], renderParams); in testFace()
361 …erCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams); in testFace()
456 vector<float> texCoord; in iterate() local
458 computeQuadTexCoord2D(texCoord, tcu::Vec2(0.0f, 0.0f), tcu::Vec2(1.0f, 1.0f)); in iterate()
[all …]
Des2fTextureSizeTests.cpp135 vector<float> texCoord; in iterate() local
137 computeQuadTexCoord2D(texCoord, tcu::Vec2(0.0f, 0.0f), tcu::Vec2(1.0f, 1.0f)); in iterate()
156 m_renderer.renderQuad(0, &texCoord[0], TEXTURETYPE_2D); in iterate()
160 …erCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferencePara… in iterate()
283 vector<float> texCoord; in testFace() local
285 computeQuadTexCoordCube(texCoord, face); in testFace()
303 m_renderer.renderQuad(0, &texCoord[0], TEXTURETYPE_CUBE); in testFace()
309 …erCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferencePara… in testFace()
Des2fTextureMipmapTests.cpp263 vector<float> texCoord; in iterate() local
326 case COORDTYPE_BASIC: getBasicTexCoord2D (texCoord, cellNdx); break; in iterate()
327 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break; in iterate()
339 m_renderer.renderQuad(0, &texCoord[0], sampleParams); in iterate()
378 case COORDTYPE_BASIC: getBasicTexCoord2D (texCoord, cellNdx); break; in iterate()
379 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break; in iterate()
391 refTexture, &texCoord[0], sampleParams); in iterate()
397 m_texture->getRefTexture(), &texCoord[0], sampleParams, in iterate()
596 vector<float> texCoord; in iterate() local
650 computeQuadTexCoordCube(texCoord, cubeFace); in iterate()
[all …]
Des2fTextureWrapTests.cpp171 vector<float> texCoord; in iterate() local
195 computeQuadTexCoord2D(texCoord, tcu::Vec2(-1.5f, -3.0f), tcu::Vec2(1.5f, 2.5f)); in iterate()
197 m_renderer.renderQuad(0, &texCoord[0], refParams); in iterate()
201 m_texture->getRefTexture(), &texCoord[0], refParams); in iterate()
208 computeQuadTexCoord2D(texCoord, tcu::Vec2(-0.5f, 0.75f), tcu::Vec2(0.25f, 1.25f)); in iterate()
210 m_renderer.renderQuad(0, &texCoord[0], refParams); in iterate()
214 m_texture->getRefTexture(), &texCoord[0], refParams); in iterate()
/external/deqp/modules/gles3/functional/
Des3fTextureFormatTests.cpp183 vector<float> texCoord; in iterate() local
197 computeQuadTexCoord2D(texCoord, tcu::Vec2(0.0f, 0.0f), tcu::Vec2(1.0f, 1.0f)); in iterate()
225 m_renderer.renderQuad(0, &texCoord[0], renderParams); in iterate()
230 …erCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams); in iterate()
378 vector<float> texCoord; in testFace() local
392 computeQuadTexCoordCube(texCoord, face); in testFace()
412 m_renderer.renderQuad(0, &texCoord[0], renderParams); in testFace()
417 …erCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], renderParams); in testFace()
545 vector<float> texCoord; in testLayer() local
554 computeQuadTexCoord2DArray(texCoord, layerNdx, tcu::Vec2(0.0f, 0.0f), tcu::Vec2(1.0f, 1.0f)); in testLayer()
[all …]
Des3fTextureMipmapTests.cpp307 vector<float> texCoord; in iterate() local
370 case COORDTYPE_BASIC: getBasicTexCoord2D (texCoord, cellNdx); break; in iterate()
371 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break; in iterate()
383 m_renderer.renderQuad(0, &texCoord[0], sampleParams); in iterate()
422 case COORDTYPE_BASIC: getBasicTexCoord2D (texCoord, cellNdx); break; in iterate()
423 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break; in iterate()
435 refTexture, &texCoord[0], sampleParams); in iterate()
441 m_texture->getRefTexture(), &texCoord[0], sampleParams, in iterate()
635 vector<float> texCoord; in iterate() local
681 computeQuadTexCoordCube(texCoord, cubeFace); in iterate()
[all …]
Des3fTextureSizeTests.cpp136 vector<float> texCoord; in iterate() local
138 computeQuadTexCoord2D(texCoord, tcu::Vec2(0.0f, 0.0f), tcu::Vec2(1.0f, 1.0f)); in iterate()
157 m_renderer.renderQuad(0, &texCoord[0], TEXTURETYPE_2D); in iterate()
161 …erCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferencePara… in iterate()
284 vector<float> texCoord; in testFace() local
286 computeQuadTexCoordCube(texCoord, face); in testFace()
304 m_renderer.renderQuad(0, &texCoord[0], TEXTURETYPE_CUBE); in testFace()
310 …erCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferencePara… in testFace()
Des3fTextureShadowTests.cpp101 const float* texCoord, in verifyTexCompareResult() argument
126 sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), clampedSource, texCoord, sampleParams); in verifyTexCompareResult()
127 …ff(result, reference.getAccess(), errorMask.getAccess(), clampedSource, texCoord, sampleParams, co… in verifyTexCompareResult()
133 sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), src, texCoord, sampleParams); in verifyTexCompareResult()
134 …eCompareDiff(result, reference.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, co… in verifyTexCompareResult()
333 vector<float> texCoord; in iterate() local
349 computeQuadTexCoord2D(texCoord, curCase.minCoord, curCase.maxCoord); in iterate()
360 m_renderer.renderQuad(0, &texCoord[0], sampleParams); in iterate()
377 &texCoord[0], sampleParams, texComparePrecision, lodPrecision, pixelFormat); in iterate()
388 &texCoord[0], sampleParams, texComparePrecision, lodPrecision, pixelFormat); in iterate()
[all …]
Des3fTextureFilteringTests.cpp290 vector<float> texCoord; in iterate() local
304 computeQuadTexCoord2D(texCoord, curCase.minCoord, curCase.maxCoord); in iterate()
313 m_renderer.renderQuad(0, &texCoord[0], refParams); in iterate()
331 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat); in iterate()
342 &texCoord[0], refParams, lookupPrecision, lodPrecision, pixelFormat); in iterate()
617 vector<float> texCoord; in iterate() local
619 computeQuadTexCoordCube(texCoord, face, curCase.bottomLeft, curCase.topRight); in iterate()
625 m_renderer.renderQuad(0, &texCoord[0], sampleParams); in iterate()
646 &texCoord[0], sampleParams, lookupPrecision, lodPrecision, pixelFormat); in iterate()
657 &texCoord[0], sampleParams, lookupPrecision, lodPrecision, pixelFormat); in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureMipmapTests.cpp267 vector<float> texCoord; in iterate() local
314 case COORDTYPE_BASIC: getBasicTexCoord2D (texCoord, cellNdx); break; in iterate()
315 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break; in iterate()
326 m_renderer.renderQuad(renderedFrame, 0, &texCoord[0], refParams); in iterate()
363 case COORDTYPE_BASIC: getBasicTexCoord2D (texCoord, cellNdx); break; in iterate()
364 case COORDTYPE_AFFINE: getAffineTexCoord2D (texCoord, cellNdx); break; in iterate()
376 m_texture->getTexture(), &texCoord[0], refParams); in iterate()
382 m_texture->getTexture(), &texCoord[0], refParams, in iterate()
511 vector<float> texCoord; in iterate() local
545 computeQuadTexCoordCube(texCoord, cubeFace); in iterate()
[all …]
DvktTextureShadowTests.cpp134 const float* texCoord, in verifyTexCompareResult() argument
159 sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), clampedSource, texCoord, sampleParams); in verifyTexCompareResult()
160 …ff(result, reference.getAccess(), errorMask.getAccess(), clampedSource, texCoord, sampleParams, co… in verifyTexCompareResult()
166 sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), src, texCoord, sampleParams); in verifyTexCompareResult()
167 …eCompareDiff(result, reference.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, co… in verifyTexCompareResult()
330 vector<float> texCoord; in iterate() local
345 computeQuadTexCoord2D(texCoord, curCase.minCoord, curCase.maxCoord); in iterate()
347 m_renderer.renderQuad(rendered, curCase.textureIndex, &texCoord[0], sampleParams); in iterate()
363 &texCoord[0], sampleParams, texComparePrecision, lodPrecision, pixelFormat); in iterate()
374 &texCoord[0], sampleParams, texComparePrecision, lodPrecision, pixelFormat); in iterate()
[all …]
DvktTextureCompressedFormatTests.cpp106 vector<float> texCoord; in iterate() local
139 computeQuadTexCoord2D(texCoord, tcu::Vec2(0.0f, 0.0f), tcu::Vec2(1.0f, 1.0f)); in iterate()
141 m_renderer.renderQuad(rendered, 0, &texCoord[0], sampleParams); in iterate()
147 …sampleTexture(tcu::SurfaceAccess(referenceFrame, pixelFormat), m_texture->getTexture(), &texCoord[… in iterate()
DvktTextureFilteringAnisotropyTests.cpp128 vector<float> texCoord; in iterate() local
130 computeQuadTexCoord2D(texCoord, Vec2(0.0f), Vec2(1.0f)); in iterate()
132 renderer.renderQuad(renderedFrame, position, 0, &texCoord[0], m_refParams, 1.0f); in iterate()
133 …renderer.renderQuad(renderedAnisotropyFrame, position, 0, &texCoord[0], m_refParams, m_refParams.m… in iterate()

123