Searched refs:posNdx (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | ProvokingVertexTest.cpp | 459 constexpr GLuint posNdx = 0; in TEST_P() local 479 glEnableVertexAttribArray(posNdx); in TEST_P() 480 glVertexAttribPointer(posNdx, 2, GL_FLOAT, GL_FALSE, 0, nullptr); in TEST_P() 544 constexpr GLuint posNdx = 0; in testSetUp() local 601 glEnableVertexAttribArray(posNdx); in testSetUp() 602 glVertexAttribPointer(posNdx, 2, GL_FLOAT, GL_FALSE, 0, nullptr); in testSetUp()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 4483 for (deUint32 posNdx = 0; posNdx < positions.size(); ++posNdx) in runAndVerifyDefaultPipeline() local 4485 const int x = positions[posNdx].first; in runAndVerifyDefaultPipeline() 4486 const int y = positions[posNdx].second; in runAndVerifyDefaultPipeline() 4491 … const float* expected = static_cast<const float*>(outputData) + posNdx * outputType.numElements; in runAndVerifyDefaultPipeline() 4500 …const deInt32* expected = static_cast<const deInt32*>(outputData) + posNdx * outputType.numElemen… in runAndVerifyDefaultPipeline() 4509 …const deUint32* expected = static_cast<const deUint32*>(outputData) + posNdx * outputType.numElem… in runAndVerifyDefaultPipeline() 4518 … const double* original = static_cast<const double*>(inputData) + posNdx * outputType.numElements; in runAndVerifyDefaultPipeline() 4529 …const deFloat16* original = static_cast<const deFloat16*>(inputData) + posNdx * outputType.numElem… in runAndVerifyDefaultPipeline() 4538 … const float* original = static_cast<const float*>(inputData) + posNdx * outputType.numElements; in runAndVerifyDefaultPipeline() 4548 …const deInt16* expected = static_cast<const deInt16*>(outputData) + posNdx * outputType.numElemen… in runAndVerifyDefaultPipeline() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRayTracingUtil.cpp | 721 for (size_t posNdx = 0; posNdx < geometryData.size() / 2; ++posNdx) in addGeometry() local 723 DE_ASSERT(geometryData[2 * posNdx].x() <= geometryData[2 * posNdx + 1].x()); in addGeometry() 724 DE_ASSERT(geometryData[2 * posNdx].y() <= geometryData[2 * posNdx + 1].y()); in addGeometry() 725 DE_ASSERT(geometryData[2 * posNdx].z() <= geometryData[2 * posNdx + 1].z()); in addGeometry()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryBuiltinTests.cpp | 3623 const deUint32 posNdx = elem0Pos + zStride * zNdx; in initAccelerationStructures() local 3625 m_expected[posNdx] = static_cast<deInt32>(FIXED_POINT_DIVISOR * m[colNdx][rowNdx]); in initAccelerationStructures() 3839 const deUint32 posNdx = elem0Pos + zStride * zNdx; in initAccelerationStructures() local 3841 m_expected[posNdx] = static_cast<deInt32>(FIXED_POINT_DIVISOR * m[colNdx][rowNdx]); in initAccelerationStructures()
|