Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrDataUtils.cpp540 auto* tRow = reinterpret_cast<const char*>(temp.addr()); in GrConvertPixels() local
542 for (int y = 0; y < dst.height(); ++y, tRow += temp.rowBytes(), dRow += dst.rowBytes()) { in GrConvertPixels()
544 auto t = tRow + x*sizeof(uint32_t); in GrConvertPixels()
555 auto* tRow = reinterpret_cast<char*>(temp.addr()); in GrConvertPixels() local
556 for (int y = 0; y < src.height(); ++y, sRow += src.rowBytes(), tRow += temp.rowBytes()) { in GrConvertPixels()
559 auto t = tRow + x*sizeof(uint32_t); in GrConvertPixels()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp1193 int tRow = 0; in computeQuadTexCoordCube() local
1201 …case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
1202 …case tcu::CUBEFACE_POSITIVE_X: mRow = 0; sRow = 2; tRow = 1; sSign = -1.0f; tSign = -1.0f; brea… in computeQuadTexCoordCube()
1203 …case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
1204 case tcu::CUBEFACE_POSITIVE_Y: mRow = 1; sRow = 0; tRow = 2; break; in computeQuadTexCoordCube()
1205 …case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign =… in computeQuadTexCoordCube()
1206 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCube()
1224 dst[0+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCube()
1225 dst[3+tRow] = tSign * topRight.y(); in computeQuadTexCoordCube()
1226 dst[6+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCube()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp126 int tRow = 0; in computeQuadTexCoordCube() local
134 …case tcu::CUBEFACE_NEGATIVE_X: mRow = 0; sRow = 2; tRow = 1; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
135 …case tcu::CUBEFACE_POSITIVE_X: mRow = 0; sRow = 2; tRow = 1; sSign = -1.0f; tSign = -1.0f; brea… in computeQuadTexCoordCube()
136 …case tcu::CUBEFACE_NEGATIVE_Y: mRow = 1; sRow = 0; tRow = 2; mSign = -1.0f; tSign = -1.0f; b… in computeQuadTexCoordCube()
137 case tcu::CUBEFACE_POSITIVE_Y: mRow = 1; sRow = 0; tRow = 2; break; in computeQuadTexCoordCube()
138 …case tcu::CUBEFACE_NEGATIVE_Z: mRow = 2; sRow = 0; tRow = 1; mSign = -1.0f; sSign = -1.0f; tSign =… in computeQuadTexCoordCube()
139 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCube()
157 dst[0+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCube()
158 dst[3+tRow] = tSign * topRight.y(); in computeQuadTexCoordCube()
159 dst[6+tRow] = tSign * bottomLeft.y(); in computeQuadTexCoordCube()
[all …]