Home
last modified time | relevance | path

Searched refs:newCoord (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c1691 GLfloat newCoord[2]; in sample_2d_ewa() local
1726 newCoord[0] = u / ((GLfloat) img->Width2); in sample_2d_ewa()
1727 newCoord[1] = v / ((GLfloat) img->Height2); in sample_2d_ewa()
1729 sample_2d_nearest(ctx, samp, img, newCoord, rgba); in sample_2d_ewa()
1798 GLfloat newCoord[2]; in sample_2d_footprint() local
1814 newCoord[0] = texcoord[0] + ds * ((GLfloat)(s+1) / (numSamples+1) -0.5f); in sample_2d_footprint()
1815 newCoord[1] = texcoord[1] + dt * ((GLfloat)(s+1) / (numSamples+1) -0.5f); in sample_2d_footprint()
1817 sample_2d_linear(ctx, samp, img, newCoord, rgba); in sample_2d_footprint()
2346 const GLfloat texcoord[4], GLfloat newCoord[4]) in choose_cube_face()
2411 newCoord[0] = ( sc * ima + 1.0F ) * 0.5F; in choose_cube_face()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp475 IVec2& newCoord, in wrapCubemapEdge() argument
504 newCoord[edgeComponent[adjacentEdgeNdx]] = coord[edgeComponent[edgeNdx]]; in wrapCubemapEdge()
508 newCoord[edgeComponent[adjacentEdgeNdx]] = in wrapCubemapEdge()
512 newCoord[1 - edgeComponent[adjacentEdgeNdx]] = 0; in wrapCubemapEdge()
513 newCoord += edgeOffset; in wrapCubemapEdge()
DvktSampleVerifierUtil.hpp91 tcu::IVec2& newCoord,
DvktSampleVerifier.cpp160 IVec2 newCoord(0); in fetchTexel() local
166 newCoord, in fetchTexel()
169 coord.xy() = newCoord; in fetchTexel()
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp886 const float newCoord = t * line[1][1 - component] + (1 - t) * line[0][1 - component]; in applyClippingBox() local
891 line[1 - side / 2][1 - component] = newCoord; in applyClippingBox()
896 line[side / 2][1 - component] = newCoord; in applyClippingBox()