Home
last modified time | relevance | path

Searched defs:triNdx (Results 1 – 16 of 16) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp441 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule. in sampleTextureNonProjected() local
482 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule. in sampleTextureNonProjected() local
530 int triNdx = nx + ny >= 1.0f ? 1 : 0; in sampleTextureProjected() local
576 int triNdx = nx + ny >= 1.0f ? 1 : 0; in sampleTextureProjected() local
732 const int triNdx = nx + ny >= 1.0f ? 1 : 0; in sampleTextureCube() local
808 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule. in sampleTextureNonProjected() local
858 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule. in sampleTextureNonProjected() local
911 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule. in sampleTextureNonProjected() local
960 int triNdx = nx + ny >= 1.0f ? 1 : 0; in sampleTextureProjected() local
1031 const int triNdx = nx + ny >= 1.0f ? 1 : 0; in sampleTextureCubeArray() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderInvarianceTests.cpp177 for (int triNdx = 0; triNdx < numTriangles; ++triNdx) in iterate() local
189 for (int triNdx = 0; triNdx < numTriangles; ++triNdx) in iterate() local
/external/deqp/modules/gles3/functional/
Des3fShaderInvarianceTests.cpp213 for (int triNdx = 0; triNdx < numTriangles; ++triNdx) in init() local
225 for (int triNdx = 0; triNdx < numTriangles; ++triNdx) in init() local
Des3fShaderBuiltinVarTests.cpp845 const int triNdx = vtxNdx / 3; in init() local
Des3fTransformFeedbackTests.cpp781 int triNdx = outNdx / 3; in getAttributeIndex() local
/external/deqp/modules/gles2/functional/
Des2fShaderInvarianceTests.cpp213 for (int triNdx = 0; triNdx < numTriangles; ++triNdx) in init() local
225 for (int triNdx = 0; triNdx < numTriangles; ++triNdx) in init() local
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp90 int triNdx = nx + ny >= 1.0f ? 1 : 0; in renderReference() local
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp88 int triNdx = nx + ny >= 1.0f ? 1 : 0; in renderReference() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureSwizzleTests.cpp233 const int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule in iterate() local
/external/deqp/modules/gles31/functional/
Des31fMultisampleTests.cpp497 for (int triNdx = 0; triNdx < numTriangles; triNdx++) in drawPattern() local
Des31fTessellationTests.cpp1630 for (int triNdx = 0; triNdx < numTriangles; triNdx++) in compareTriangleSets() local
/external/deqp/modules/egl/
DteglRenderTests.cpp173 for (int triNdx = 0; triNdx < drawOp.count; triNdx++) in randomizeDrawOp() local
/external/deqp/modules/glshared/
DglsLongStressCase.cpp1235 for (int triNdx = 0; triNdx < numVertices - 2; triNdx++) in generateRandomPositionAttribData() local
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp786 for (int triNdx = (int)scene.triangles.size() - 1; triNdx >= 0; --triNdx) in verifyTriangleGroupInterpolationWithInterpolator() local
2970 for (int triNdx = 0; triNdx < (int)scene.triangles.size(); ++triNdx) in verifyTriangleGroupRasterization() local
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationInvarianceTests.cpp1298 for (int triNdx = 0; triNdx < numTriangles; ++triNdx) in compareTriangleSets() local
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp6546 for (int triNdx = 0; triNdx < (int)outTriangles.size(); ++triNdx) in extractLines() local
6566 for (int triNdx = 0; triNdx < (int)outTriangles.size(); ++triNdx) in extractPoints() local