Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fClippingTests.cpp1987 for (int ndx1 = 0; ndx1 < DE_LENGTH_OF_ARRAY(outside); ++ndx1) in init() local
1988 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init()
1995 const tcu::IVec3 r1 = outside[ndx1]; in init()
2002 (outside[ndx1].x() > 0 ? "_pos_x" : (outside[ndx1].x() < 0 ? "_neg_x" : "")) + in init()
2003 (outside[ndx1].y() > 0 ? "_pos_y" : (outside[ndx1].y() < 0 ? "_neg_y" : "")) + in init()
2004 (outside[ndx1].z() > 0 ? "_pos_z" : (outside[ndx1].z() < 0 ? "_neg_z" : "")) + in init()
2019 for (int ndx1 = 0; ndx1 < DE_LENGTH_OF_ARRAY(outside); ++ndx1) in init() local
2020 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init()
2027 const tcu::IVec3 r0 = outside[ndx1]; in init()
2043 (outside[ndx1].x() > 0 ? "_pos_x" : (outside[ndx1].x() < 0 ? "_neg_x" : "")) + in init()
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fClippingTests.cpp1984 for (int ndx1 = 0; ndx1 < DE_LENGTH_OF_ARRAY(outside); ++ndx1) in init() local
1985 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init()
1992 const tcu::IVec3 r1 = outside[ndx1]; in init()
1999 (outside[ndx1].x() > 0 ? "_pos_x" : (outside[ndx1].x() < 0 ? "_neg_x" : "")) + in init()
2000 (outside[ndx1].y() > 0 ? "_pos_y" : (outside[ndx1].y() < 0 ? "_neg_y" : "")) + in init()
2001 (outside[ndx1].z() > 0 ? "_pos_z" : (outside[ndx1].z() < 0 ? "_neg_z" : "")) + in init()
2016 for (int ndx1 = 0; ndx1 < DE_LENGTH_OF_ARRAY(outside); ++ndx1) in init() local
2017 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init()
2024 const tcu::IVec3 r0 = outside[ndx1]; in init()
2040 (outside[ndx1].x() > 0 ? "_pos_x" : (outside[ndx1].x() < 0 ? "_neg_x" : "")) + in init()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2774 …const deUint32 ndx1 = (setNdx * getInterfaceNumResources(m_shaderInterface) + 1) % numSrcBuff… in testResourceAccess() local
2777 …, *layout, setNdx, **buffers[ndx0], viewOffsets[ndx0], **buffers[ndx1], viewOffsets[ndx1], m_resul… in testResourceAccess()
2864 const deUint32 ndx1 = (setNdx * getInterfaceNumResources(m_shaderInterface) + 1) % numSrcBuffers; in testResourceAccess() local
2866 …s[setNdx], setNdx, **buffers[ndx0], viewOffsets[ndx0], **buffers[ndx1], viewOffsets[ndx1], m_resul… in testResourceAccess()
2875 const deUint32 ndx1 = (setNdx * getInterfaceNumResources(m_shaderInterface) + 1) % numSrcBuffers; in testResourceAccess() local
2877 …t(DE_NULL, setNdx, **buffers[ndx0], viewOffsets[ndx0], **buffers[ndx1], viewOffsets[ndx1], m_resul… in testResourceAccess()
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp5009 for (size_t ndx1 = 0; ndx1 < fixedInputs.in1.size(); ++ndx1) in generateInputs() local
5016 fixedInputs.in1[ndx1], in generateInputs()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp6608 for (size_t ndx1 = 0; ndx1 < fixedInputs.in1.size(); ++ndx1) in generateInputs() local
6615 fixedInputs.in1[ndx1], in generateInputs()