Searched refs:ndx (Results 1 - 25 of 353) sorted by relevance

1234567891011>>

/external/deqp/modules/gles31/functional/
H A Des31fIndexedStateQueryTests.cpp111 for (int ndx = 0; ndx < m_maxSampleMaskWords; ++ndx)
112 verifyStateIndexedInteger(result, gl, GL_SAMPLE_MASK_VALUE, ndx, -1, m_verifierType);
119 for (int ndx = 0; ndx < m_maxSampleMaskWords; ++ndx)
121 gl.glSampleMaski(ndx, 0);
124 verifyStateIndexedInteger(result, gl, GL_SAMPLE_MASK_VALUE, ndx, 0, m_verifierType);
178 for (int ndx
[all...]
/external/deqp/framework/randomshaders/
H A DrsgVariableValue.cpp40 for (int ndx = 0; ndx < numMembers; ndx++)
42 if (!compareValueRangesAllTrue<CompareOp>(a.member(ndx), b.member(ndx)))
49 for (int ndx = 0; ndx < numElements; ndx++)
51 if (!compareValueRangesAllTrue<CompareOp>(a.arrayElement(ndx), b.arrayElement(ndx)))
[all...]
H A DrsgUtils.cpp64 for (int ndx = 0; ndx < type.getNumElements(); ndx++)
67 float minVal = valueRange.component(ndx).getMin().asFloat();
68 float maxVal = valueRange.component(ndx).getMax().asFloat();
69 dst.component(ndx).asFloat() = getQuantizedFloat(rnd, minVal, maxVal, quantizeStep);
74 for (int ndx = 0; ndx < type.getNumElements(); ndx++)
76 int minVal = valueRange.component(ndx)
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.cpp153 for (size_t ndx = 0; ndx < decl.m_vertexAttributes.size(); ++ndx)
155 this->rr::VertexShader::m_inputs[ndx].type = decl.m_vertexAttributes[ndx].type;
156 m_attributeNames[ndx] = decl.m_vertexAttributes[ndx].name;
161 for (size_t ndx = 0; ndx < decl.m_vertexToGeometryVaryings.size(); ++ndx)
[all...]
/external/ltrace/sysdeps/linux-gnu/alpha/
H A Dplt.c26 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela *rela) argument
28 return lte->plt_addr + ndx * 12 + 32;
/external/elfutils/src/libebl/
H A Debl_check_special_section.c37 ebl_check_special_section (ebl, ndx, shdr, sname)
39 int ndx;
43 return ebl != NULL && ebl->check_special_section (ebl, ndx, shdr, sname);
/external/deqp/framework/opengl/
H A DgluRenderConfig.cpp58 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorCfgs); ndx++)
60 if (deStringBeginsWith(cfgName, colorCfgs[ndx].name))
62 config->redBits = colorCfgs[ndx].redBits;
63 config->greenBits = colorCfgs[ndx].greenBits;
64 config->blueBits = colorCfgs[ndx].blueBits;
65 config->alphaBits = colorCfgs[ndx].alphaBits;
67 cfgName += strlen(colorCfgs[ndx].name);
83 for (int ndx
[all...]
H A DgluRenderContext.cpp94 int ndx; local
95 for (ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_flagMap); ndx++)
97 if (*flagIter == s_flagMap[ndx].name)
99 flags = flags | s_flagMap[ndx].flag;
104 if (ndx == DE_LENGTH_OF_ARRAY(s_flagMap))
109 for (ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_flagMap); ndx
[all...]
H A DgluStrUtil.cpp38 for (deUint32 ndx = 0; ndx < fmt.size; ndx++)
40 if (ndx != 0)
42 str << getBooleanStr(fmt.value[ndx]);
57 for (deUint32 ndx = 0; ndx < fmt.size; ndx++)
59 if (ndx != 0)
62 str << tcu::Format::Enum<int, 4>(fmt.getName, fmt.value[ndx]);
[all...]
/external/deqp/framework/common/
H A DtcuArray.hpp41 inline T operator[] (int ndx) const { return m_data[ndx]; }
42 inline T& operator[] (int ndx) { return m_data[ndx]; } argument
H A DtcuTexVerifierUtil.hpp43 for (int ndx = 0; ndx < Size; ndx++)
44 res[ndx] = computeFloatingPointError(value[ndx], numAccurateBits[ndx]);
52 for (int ndx = 0; ndx < Size; ndx++)
53 res[ndx]
[all...]
/external/ltrace/sysdeps/linux-gnu/s390/
H A Dplt.c31 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela) { argument
32 return lte->plt_addr + (ndx + 1) * 32;
43 const char *a_name, GElf_Rela *rela, size_t ndx,
54 ndx, ret);
42 arch_elf_add_plt_entry(struct process *proc, struct ltelf *lte, const char *a_name, GElf_Rela *rela, size_t ndx, struct library_symbol **ret) argument
/external/deqp/framework/referencerenderer/
H A DrrPrimitiveAssembler.hpp84 for (size_t ndx = 0; ndx + 2 < numVertices; ndx += 3)
85 *(outputIterator++) = Triangle(vertices[ndx], vertices[ndx+1], vertices[ndx+2], provokingOffset);
106 size_t ndx = 2; local
111 if (ndx >= numVertices)
114 *(outputIterator++) = Triangle(vert0, vert1, vertices[ndx], (provokingConvention == rr::PROVOKINGVERTEX_FIRST) ? (0) : (2));
115 vert0 = vertices[ndx];
[all...]
H A DrrPrimitivePacket.cpp54 for (size_t ndx = 0; ndx < m_vpalloc.getNumVertexOutputs(); ++ndx)
55 packet->outputs[ndx] = varyings[ndx];
/external/deqp/framework/platform/android/
H A DtcuAndroidWindow.cpp144 for (int ndx = 0; ndx < (int)m_windows.size(); ++ndx)
146 Window* const window = m_windows[ndx];
153 m_windows[ndx] = m_windows.back();
168 for (int ndx = 0; ndx < (int)m_windows.size(); ++ndx)
170 Window* const window = m_windows[ndx];
181 for (int ndx
[all...]
/external/ltrace/sysdeps/linux-gnu/aarch64/
H A Dplt.c35 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela *rela) argument
37 return lte->plt_addr + 32 + ndx * 16;
/external/ltrace/sysdeps/linux-gnu/cris/
H A Dplt.c26 GElf_Addr arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela) argument
28 return lte->plt_addr + 0x20 + (ndx * 26);
/external/ltrace/sysdeps/linux-gnu/m68k/
H A Dplt.c27 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela) { argument
28 return lte->plt_addr + (ndx + 1)
/external/ltrace/sysdeps/linux-gnu/metag/
H A Dplt.c29 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela) argument
31 return lte->plt_addr + ( ndx * 0x14 ) + 0x14;
/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp109 int ndx; local
110 for (ndx = 0; first != last; ++first, ++ndx)
112 if (ndx < numItems)
113 *(result + ndx) = *first;
116 int r = getInt(0, ndx);
122 DE_ASSERT(ndx >= numItems);
139 int ndx; local
140 for (ndx = 0; (first + ndx) !
[all...]
H A DdeSpinBarrier.cpp167 for (int ndx = 0; ndx < numThreads; ndx++)
169 threads[ndx] = new TestThread(barrier, &sharedVar, numThreads, ndx, busyOk);
170 DE_TEST_ASSERT(threads[ndx]);
171 threads[ndx]->start();
174 for (int ndx = 0; ndx < numThreads; ndx
[all...]
/external/elfutils/src/libelf/
H A Dgelf_update_auxv.c40 gelf_update_auxv (data, ndx, src)
42 int ndx;
52 if (unlikely (ndx < 0))
82 if (unlikely ((ndx + 1) * sizeof (Elf32_auxv_t) > data_scn->d.d_size))
88 auxv = &((Elf32_auxv_t *) data_scn->d.d_buf)[ndx];
96 if (unlikely ((ndx + 1) * sizeof (Elf64_auxv_t) > data_scn->d.d_size))
102 ((Elf64_auxv_t *) data_scn->d.d_buf)[ndx] = *src;
H A Dgelf_getlib.c42 gelf_getlib (data, ndx, dst)
44 int ndx;
68 if (INVALID_NDX (ndx, GElf_Lib, data))
72 *dst = ((GElf_Lib *) data->d_buf)[ndx];
/external/deqp/modules/gles3/functional/
H A Des3fIndexedStateQueryTests.cpp155 for (int ndx = 0; ndx < 2; ++ndx)
157 glBindBuffer(GL_TRANSFORM_FEEDBACK_BUFFER, feedbackBuffers[ndx]);
159 glBindBufferBase(GL_TRANSFORM_FEEDBACK_BUFFER, feedbackIndex[ndx], feedbackBuffers[ndx]);
165 for (int ndx = 0; ndx < 2; ++ndx)
168 glGetIntegeri_v(GL_TRANSFORM_FEEDBACK_BUFFER_BINDING, feedbackIndex[ndx],
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fRboStateQueryTests.cpp63 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(referenceSizes); ++ndx)
65 if (referenceSizes[ndx] == -1)
69 gl.glGetRenderbufferParameteriv(GL_RENDERBUFFER, paramNames[ndx], &state);
74 if (state < referenceSizes[ndx])
76 testCtx.getLog() << TestLog::Message << "// ERROR: Expected greater or equal to " << referenceSizes[ndx] << "; got " << state << TestLog::EndMessage;
170 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(requiredColorformats); ++ndx)
[all...]

Completed in 591 milliseconds

1234567891011>>