Home
last modified time | relevance | path

Searched refs:index (Results 6376 - 6400 of 7240) sorted by relevance

1...<<251252253254255256257258259260>>...290

/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_capability_test.cpp2030 for (uint64_t index = 0; index < group.count; ++index) { in spvCoreOperandTableNameLookup()
2031 const auto& entry = group.entries[index]; in spvCoreOperandTableNameLookup()
2164 // ID Bound is at index 3 of the binary. Set it to 65. in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp636 for (size_t index = 0; index < inst->operands().size(); ++index) { in RegisterUniqueTypeDeclaration()
637 const spv_parsed_operand_t& operand = inst->operand(index); in RegisterUniqueTypeDeclaration()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_capability_test.cpp2030 for (uint64_t index = 0; index < group.count; ++index) { in spvCoreOperandTableNameLookup()
2031 const auto& entry = group.entries[index]; in spvCoreOperandTableNameLookup()
2164 // ID Bound is at index 3 of the binary. Set it to 65. in TEST_F()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duregex.cpp805 int32_t index, in uregex_reset()
807 uregex_reset64( regexp2, (int64_t)index, status); in uregex_reset()
812 int64_t index, in uregex_reset64()
818 regexp->fMatcher->reset(index, *status); in uregex_reset64()
1324 // Move a character to an output buffer, with bounds checking on the index.
1695 // Look back to the end of the last find() that succeeded for src index. in appendTail()
804 uregex_reset(URegularExpression *regexp2, int32_t index, UErrorCode *status) uregex_reset() argument
811 uregex_reset64(URegularExpression *regexp2, int64_t index, UErrorCode *status) uregex_reset64() argument
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp517 FT_UInt index = color_stop_iterator.current_color_stop - 1; in colrv1_configure_skpaint()
518 sorted_stops[index].stop_pos = color_stop.stop_offset / float(1 << 14); in colrv1_configure_skpaint()
523 sorted_stops[index].color = SkColorSetA(foregroundColor, newAlpha); in colrv1_configure_skpaint()
529 sorted_stops[index].color = SkColorSetARGB(newAlpha, in colrv1_configure_skpaint()
554 // Dont' draw anything with this color if the palette index is out of bounds. in colrv1_configure_skpaint()
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp88 TOKEN(INDEX, "index"); in InitLayoutMap()
724 result.index(this->layoutInt(), this->position(t)); in layout()
1629 this->error(next, "missing index in '[]'"); in suffix()
1632 DSLExpression index = this->expression(); in suffix() local
1633 if (!index.hasValue()) { in suffix()
1637 DSLPossibleExpression result = base[std::move(index)]; in suffix()
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp487 // limit the number of steps to at most max uint16_t (that's all we can index) in SkComputeRadialSteps()
525 uint16_t fIndex; // index in unsorted polygon
1526 int index = hash(v); in add() local
1527 fGrid[index].addToTail(v); in add()
1532 int index = hash(v); in remove() local
1533 fGrid[index].remove(v); in remove()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver_validation.cc1514 auto index = signature.IndexOf(usage); in ValidateTextureIntrinsicFunction()
1515 if (index < 0) { in ValidateTextureIntrinsicFunction()
1519 auto* arg = call->Arguments()[index]; in ValidateTextureIntrinsicFunction()
1542 auto vector = intrinsic->Parameters()[index]->Type()->Is<sem::Vector>(); in ValidateTextureIntrinsicFunction()
/third_party/protobuf/src/google/protobuf/compiler/php/
H A Dphp_generator.cc898 for (int index = 0; index < oneof->field_count(); index++) { in GenerateMessageToPool()
899 const FieldDescriptor* field = oneof->field(index); in GenerateMessageToPool()
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp1406 for (int index = 0; index < indexCount; ++index) {
1407 fuzz->nextRange(&indices[index], 0, vertexCount - 1);
/third_party/spirv-tools/test/val/
H A Dval_capability_test.cpp2030 for (uint64_t index = 0; index < group.count; ++index) { in spvCoreOperandTableNameLookup()
2031 const auto& entry = group.entries[index]; in spvCoreOperandTableNameLookup()
2164 // ID Bound is at index 3 of the binary. Set it to 65. in TEST_F()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp1060 void runTest(BufferWithMemory& index, BufferWithMemory& values, size_t bufferSize, PipelineConstructionType type);
1103 << "} index;\n" in initPrograms()
1108 << " uint index = atomicAdd(index.writeIndex, 5);" in initPrograms()
1113 << " values.num[index] = verify;" in initPrograms()
1114 << " values.num[index + 1] = iSample1;" in initPrograms()
1115 << " values.num[index + 2] = iSample2;" in initPrograms()
1116 << " values.num[index + 3] = iSample3;" in initPrograms()
1117 << " values.num[index + 4] = iSample4;" in initPrograms()
1131 void PipelineLibraryInterpolateAtSampleTestInstance::runTest(BufferWithMemory& index, BufferWithMemor argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp123 deUint32 getQueueFamilyIndex (const int index) const in getQueueFamilyIndex()
126 std::advance(it, index); in getQueueFamilyIndex()
135 Queues & getQueues (int index) in getQueues() argument
138 advance (it, index); in getQueues()
/third_party/vulkan-loader/loader/
H A Dphys_dev_ext.c551 void *loader_get_phys_dev_ext_tramp(uint32_t index) { in loader_get_phys_dev_ext_tramp() argument
552 switch (index) { in loader_get_phys_dev_ext_tramp()
808 void *loader_get_phys_dev_ext_termin(uint32_t index) { in loader_get_phys_dev_ext_termin() argument
809 switch (index) { in loader_get_phys_dev_ext_termin()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c924 * index in some cases, so in practice all 7 tables need to be in upload_pixel_hashing_tables()
2734 * the array index coordinate at the Z component to avoid recompiles in iris_create_surface()
3370 enum pipe_shader_type p_stage, unsigned index, in iris_set_constant_buffer()
3377 struct pipe_shader_buffer *cbuf = &shs->constbuf[index]; in iris_set_constant_buffer()
3380 pipe_resource_reference(&shs->constbuf_surf_state[index].res, NULL); in iris_set_constant_buffer()
3383 shs->bound_cbufs |= 1u << index; in iris_set_constant_buffer()
3393 iris_set_constant_buffer(ctx, p_stage, index, false, NULL); in iris_set_constant_buffer()
3403 shs->dirty_cbufs |= 1u << index; in iris_set_constant_buffer()
3424 shs->bound_cbufs &= ~(1u << index); in iris_set_constant_buffer()
3859 * At this point, we know which targets are bound to a particular index,
3369 iris_set_constant_buffer(struct pipe_context *ctx, enum pipe_shader_type p_stage, unsigned index, bool take_ownership, const struct pipe_constant_buffer *input) iris_set_constant_buffer() argument
[all...]
/third_party/musl/ldso/linux/
H A Ddynlink.c508 UT_STATIC int check_verinfo(Verdef *def, int16_t *versym, uint32_t index, struct verinfo *verinfo, char *strings) in check_verinfo() argument
521 int16_t vsym = versym[index]; in check_verinfo()
684 int index = -1; in find_dso_parent() local
687 index = i; in find_dso_parent()
691 return index; in find_dso_parent()
696 int index = find_dso_parent(p, parent); in add_dso_parent() local
697 if (index != -1) { in add_dso_parent()
723 int index = find_dso_parent(p, parent); in remove_dso_parent() local
724 if (index == -1) { in remove_dso_parent()
728 for (i = 0; i < index; in remove_dso_parent()
1479 uint16_t index; is_section_exist() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.cpp2676 const auto &uniform = program->getUniformByIndex(uniformLocation.index); in ValidateUniformCommonBase()
6163 GLuint index, in ValidateGetVertexAttribfvRobustANGLE()
6176 if (!ValidateGetVertexAttribBase(context, entryPoint, index, pname, &writeLength, false, false)) in ValidateGetVertexAttribfvRobustANGLE()
6192 GLuint index, in ValidateGetVertexAttribivRobustANGLE()
6205 if (!ValidateGetVertexAttribBase(context, entryPoint, index, pname, &writeLength, false, false)) in ValidateGetVertexAttribivRobustANGLE()
6222 GLuint index, in ValidateGetVertexAttribPointervRobustANGLE()
6235 if (!ValidateGetVertexAttribBase(context, entryPoint, index, pname, &writeLength, true, false)) in ValidateGetVertexAttribPointervRobustANGLE()
6252 GLuint index, in ValidateGetVertexAttribIivRobustANGLE()
6265 if (!ValidateGetVertexAttribBase(context, entryPoint, index, pname, &writeLength, false, true)) in ValidateGetVertexAttribIivRobustANGLE()
6282 GLuint index, in ValidateGetVertexAttribIuivRobustANGLE()
6161 ValidateGetVertexAttribfvRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLfloat *params) ValidateGetVertexAttribfvRobustANGLE() argument
6190 ValidateGetVertexAttribivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLint *params) ValidateGetVertexAttribivRobustANGLE() argument
6220 ValidateGetVertexAttribPointervRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum pname, GLsizei bufSize, const GLsizei *length, void *const *pointer) ValidateGetVertexAttribPointervRobustANGLE() argument
6250 ValidateGetVertexAttribIivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLint *params) ValidateGetVertexAttribIivRobustANGLE() argument
6280 ValidateGetVertexAttribIuivRobustANGLE(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum pname, GLsizei bufSize, const GLsizei *length, const GLuint *params) ValidateGetVertexAttribIuivRobustANGLE() argument
6854 ValidateGetVertexAttribBase(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLenum pname, GLsizei *length, bool pointer, bool pureIntegerEntryPoint) ValidateGetVertexAttribBase() argument
8150 ValidateGetMultisamplefvBase(const Context *context, angle::EntryPoint entryPoint, GLenum pname, GLuint index, const GLfloat *val) ValidateGetMultisamplefvBase() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dmpegtsenc.c439 "and may not be recognized upon reading.\n", st->index, in get_dvb_stream_type()
493 "and may not be recognized upon reading.\n", st->index, in get_m2ts_stream_type()
1212 av_log(s, AV_LOG_ERROR, "Cannot automatically assign PID for stream %d\n", st->index); in mpegts_init()
1537 int st2_index = i < st->index ? i : (i + 1 == s->nb_streams ? st->index : i + 1); in mpegts_write_pes()
/third_party/glslang/glslang/MachineIndependent/
H A DlinkValidate.cpp667 // right index in mergeBlockDefinitions()
1125 error(infoSink, "Layout index qualifier must match:", unitStage); in mergeErrorCheck()
2321 int TIntermediate::getOffset(const TType& type, int index) in getOffset() argument
2328 if (memberList[index].type->getQualifier().hasOffset()) in getOffset()
2329 return memberList[index].type->getQualifier().layoutOffset; in getOffset()
2333 for (int m = 0; m <= index; ++m) { in getOffset()
2336 if (m < index) in getOffset()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java1643 int index; in recalculateStamp()
1651 index = -1; in recalculateStamp()
1656 index = i; in recalculateStamp()
1660 if (index >= 0) { in recalculateStamp()
1661 stamp[index] = ++nextStamp; in recalculateStamp()
3641 int i = 0; // index for dateTimePatterns, dateTimePatternsOverrides in getPatternData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCalendar.java1576 int index; in recalculateStamp()
1584 index = -1; in recalculateStamp()
1589 index = i; in recalculateStamp()
1593 if (index >= 0) { in recalculateStamp()
1594 stamp[index] = ++nextStamp; in recalculateStamp()
/third_party/icu/icu4c/source/i18n/
H A Dcalendar.cpp4031 int32_t index; in recalculateStamp() local
4039 index = -1; in recalculateStamp()
4043 index = i; in recalculateStamp()
4047 if (index >= 0) { in recalculateStamp()
4048 fStamp[index] = ++fNextStamp; in recalculateStamp()
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_to_nir.cpp678 var->data.index = ir->data.index; in visit()
938 &parent_type->fields.structure[cur->strct.index]; in deref_get_qualifier()
2704 nir_ssa_def *index = evaluate_rvalue(ir->array_index); in visit() local
2708 this->deref = nir_build_deref_array(&b, this->deref, index); in visit()
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h925 Definition(uint32_t index, RegClass type) noexcept : temp(index, type) {} in temp()
1556 * Operand(1): VADDR - Address source. Can carry an index and/or offset
1564 bool idxen : 1; /* Supply an index from VGPR (VADDR) */
1583 * Operand(1): VADDR - Address source. Can carry an index and/or offset
1593 uint16_t idxen : 1; /* Supply an index from VGPR (VADDR) */
1610 * Operand(3): VADDR - Address source. Can carry an offset or an index.
1675 /* target[0] is the block index of the branch target.
1919 unsigned index;
1938 Block() : index(
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsclone.c87 #include "index.h"
1177 tmp_indexa->index.entries_offset) + 0x18);
1219 le32_to_cpu(iroot->index.entries_offset) + 0x10);
1447 * The index bitmap is not checked, obsoleted records are
1451 && (le32_to_cpu(indexa->index.entries_offset) >= sizeof(INDEX_HEADER))
1452 && (le32_to_cpu(indexa->index.allocated_size) <= mrecsz)) {
1454 indexa->index.entries_offset) + 0x18);
1469 * Output a set of related clusters (MFT record or index block)
1579 * Copy and wipe the non-resident part of a directory index
1583 * per index recor
[all...]

Completed in 94 milliseconds

1...<<251252253254255256257258259260>>...290