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

1234567891011>>

/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/0.153/libebl/
H A Debl_check_special_section.c58 ebl_check_special_section (ebl, ndx, shdr, sname)
60 int ndx;
64 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...]
/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/deqp/framework/common/
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/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/elfutils/0.153/libelf/
H A Dgelf_update_lib.c63 gelf_update_lib (data, ndx, src)
65 int ndx;
71 if (unlikely (ndx < 0))
90 if (unlikely ((ndx + 1) * sizeof (Elf64_Lib) > data_scn->d.d_size))
94 ((Elf64_Lib *) data_scn->d.d_buf)[ndx] = *src;
H A Dgelf_update_move.c63 gelf_update_move (data, ndx, src)
65 int ndx;
78 if (unlikely (ndx < 0)
79 || unlikely ((ndx + 1) * sizeof (GElf_Move) > data_scn->d.d_size))
94 ((GElf_Move *) data_scn->d.d_buf)[ndx] = *src;
H A Dgelf_update_syminfo.c63 gelf_update_syminfo (data, ndx, src)
65 int ndx;
75 if (unlikely (ndx < 0))
96 if (unlikely ((ndx + 1) * sizeof (GElf_Syminfo) > data_scn->d.d_size))
102 ((GElf_Syminfo *) data_scn->d.d_buf)[ndx] = *src;
H A Dgelf_update_versym.c63 gelf_update_versym (data, ndx, src)
65 int ndx;
78 if (unlikely (ndx < 0)
79 || unlikely ((ndx + 1) * sizeof (GElf_Versym) > data_scn->d.d_size))
94 ((GElf_Versym *) data_scn->d.d_buf)[ndx] = *src;
H A Dgelf_getrel.c62 gelf_getrel (data, ndx, dst)
64 int ndx;
74 if (unlikely (ndx < 0))
96 if (unlikely ((ndx + 1) * sizeof (Elf32_Rel) > data_scn->d.d_size))
103 Elf32_Rel *src = &((Elf32_Rel *) data_scn->d.d_buf)[ndx];
116 if (unlikely ((ndx + 1) * sizeof (Elf64_Rel) > data_scn->d.d_size))
122 result = memcpy (dst, &((Elf64_Rel *) data_scn->d.d_buf)[ndx],
H A Dgelf_getrela.c62 gelf_getrela (data, ndx, dst)
64 int ndx;
74 if (unlikely (ndx < 0))
96 if (unlikely ((ndx + 1) * sizeof (Elf32_Rela) > data_scn->d.d_size))
103 Elf32_Rela *src = &((Elf32_Rela *) data_scn->d.d_buf)[ndx];
117 if (unlikely ((ndx + 1) * sizeof (Elf64_Rela) > data_scn->d.d_size))
123 result = memcpy (dst, &((Elf64_Rela *) data_scn->d.d_buf)[ndx],
H A Dgelf_update_auxv.c61 gelf_update_auxv (data, ndx, src)
63 int ndx;
73 if (unlikely (ndx < 0))
103 if (unlikely ((ndx + 1) * sizeof (Elf32_auxv_t) > data_scn->d.d_size))
109 auxv = &((Elf32_auxv_t *) data_scn->d.d_buf)[ndx];
117 if (unlikely ((ndx + 1) * sizeof (Elf64_auxv_t) > data_scn->d.d_size))
123 ((Elf64_auxv_t *) data_scn->d.d_buf)[ndx] = *src;
H A Dgelf_update_dyn.c62 gelf_update_dyn (data, ndx, src)
64 int ndx;
74 if (unlikely (ndx < 0))
105 if (unlikely ((ndx + 1) * sizeof (Elf32_Dyn) > data_scn->d.d_size))
111 dyn = &((Elf32_Dyn *) data_scn->d.d_buf)[ndx];
119 if (unlikely ((ndx + 1) * sizeof (Elf64_Dyn) > data_scn->d.d_size))
125 ((Elf64_Dyn *) data_scn->d.d_buf)[ndx] = *src;
/external/deqp/modules/gles3/functional/
H A Des3fTextureStateQueryTests.cpp274 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(swizzleValues); ++ndx)
276 glTexParameteri(m_textureTarget, m_valueName, swizzleValues[ndx]);
279 m_verifier->verifyInteger(m_testCtx, m_textureTarget, m_valueName, swizzleValues[ndx]);
285 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(swizzleValues); ++ndx)
287 glTexParameterf(m_textureTarget, m_valueName, (GLfloat)swizzleValues[ndx]);
290 m_verifier->verifyInteger(m_testCtx, m_textureTarget, m_valueName, swizzleValues[ndx]);
[all...]
/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...]

Completed in 267 milliseconds

1234567891011>>