Home
last modified time | relevance | path

Searched refs:ndx2 (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeAdvancedBlendEquationTests.cpp189 for (int ndx2 = 0; ndx2 < DE_LENGTH_OF_ARRAY(s_equations); ++ndx2) in blend_qualifier_mismatch() local
191 if (s_equations[ndx] == s_equations[ndx2]) in blend_qualifier_mismatch()
195 ctx.glBlendEquation(getEquation(s_equations[ndx2])); in blend_qualifier_mismatch()
/external/aac/libAACenc/src/
Ddyn_bits.cpp223 const INT ndx2, in FDKaacEnc_CalcMergeGain() argument
229 …huffsection[ndx1].sfbCnt + huffsection[ndx2].sfbCnt] + FDKaacEnc_findMinMergeBits(bitLookUp[ndx1],… in FDKaacEnc_CalcMergeGain()
230 …SplitBits = huffsection[ndx1].sectionBits + huffsection[ndx2].sectionBits; /* Bit amount for split… in FDKaacEnc_CalcMergeGain()
233 …if ( (huffsection[ndx1].codeBook==CODE_BOOK_PNS_NO)||(huffsection[ndx2].codeBook==CODE_BOOK_PNS_NO) in FDKaacEnc_CalcMergeGain()
234 …|| (huffsection[ndx1].codeBook==CODE_BOOK_IS_OUT_OF_PHASE_NO)||(huffsection[ndx2].codeBook==CODE_B… in FDKaacEnc_CalcMergeGain()
235 …|| (huffsection[ndx1].codeBook==CODE_BOOK_IS_IN_PHASE_NO)||(huffsection[ndx2].codeBook==CODE_BOOK_… in FDKaacEnc_CalcMergeGain()
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp1988 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init() local
1996 const tcu::IVec3 r2 = outside[ndx2]; in init()
2006 (outside[ndx2].x() > 0 ? "_pos_x" : (outside[ndx2].x() < 0 ? "_neg_x" : "")) + in init()
2007 (outside[ndx2].y() > 0 ? "_pos_y" : (outside[ndx2].y() < 0 ? "_neg_y" : "")) + in init()
2008 (outside[ndx2].z() > 0 ? "_pos_z" : (outside[ndx2].z() < 0 ? "_neg_z" : "")); in init()
2020 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init() local
2021 for (int ndx3 = ndx2 + 1; ndx3 < DE_LENGTH_OF_ARRAY(outside); ++ndx3) in init()
2028 const tcu::IVec3 r1 = outside[ndx2]; in init()
2047 (outside[ndx2].x() > 0 ? "_pos_x" : (outside[ndx2].x() < 0 ? "_neg_x" : "")) + in init()
2048 (outside[ndx2].y() > 0 ? "_pos_y" : (outside[ndx2].y() < 0 ? "_neg_y" : "")) + in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp1985 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init() local
1993 const tcu::IVec3 r2 = outside[ndx2]; in init()
2003 (outside[ndx2].x() > 0 ? "_pos_x" : (outside[ndx2].x() < 0 ? "_neg_x" : "")) + in init()
2004 (outside[ndx2].y() > 0 ? "_pos_y" : (outside[ndx2].y() < 0 ? "_neg_y" : "")) + in init()
2005 (outside[ndx2].z() > 0 ? "_pos_z" : (outside[ndx2].z() < 0 ? "_neg_z" : "")); in init()
2017 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init() local
2018 for (int ndx3 = ndx2 + 1; ndx3 < DE_LENGTH_OF_ARRAY(outside); ++ndx3) in init()
2025 const tcu::IVec3 r1 = outside[ndx2]; in init()
2044 (outside[ndx2].x() > 0 ? "_pos_x" : (outside[ndx2].x() < 0 ? "_neg_x" : "")) + in init()
2045 (outside[ndx2].y() > 0 ? "_pos_y" : (outside[ndx2].y() < 0 ? "_neg_y" : "")) + in init()
[all …]
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp4814 for (size_t ndx2 = 0; ndx2 < fixedInputs.in2.size(); ++ndx2) in generateInputs() local
4820 fixedInputs.in2[ndx2], in generateInputs()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4784 for (size_t ndx2 = 0; ndx2 < fixedInputs.in2.size(); ++ndx2) in generateInputs() local
4790 fixedInputs.in2[ndx2], in generateInputs()