Home
last modified time | relevance | path

Searched refs:index (Results 7476 - 7500 of 22520) sorted by relevance

1...<<291292293294295296297298299300>>...901

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_descriptor_pool.cpp160 const uint32_t index = handle->cpu_handle.ptr - handle->heap->cpu_base; in d3d12_descriptor_handle_free() local
161 if (index + handle->heap->desc_size == handle->heap->next) { in d3d12_descriptor_handle_free()
162 handle->heap->next = index; in d3d12_descriptor_handle_free()
164 util_dynarray_append(&handle->heap->free_list, uint32_t, index); in d3d12_descriptor_handle_free()
/third_party/musl/include/fortify/linux/
H A Dunistd.h35 #define __DIAGNOSE_BOS_TRIVIALLY_GE_NO_OVERFLOW(bos_val, index) \
36 ((__DIAGNOSE_BOS_DYNAMIC_CHECK_IMPL_AND((bos_val), >=, (index), (bos_val) <= (FORTIFY_SSIZE_MAX)) && \
37 __builtin_constant_p(index) && (index) <= (FORTIFY_SSIZE_MAX)))
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_hilog_adapter.c57 void GenerateRandomString(char* randomString, int index) in GenerateRandomString() argument
63 (void)sprintf_s(randomString, STR_LENGTH, "%02d", index); in GenerateRandomString()
176 int index = (int)arg; in FunctionPrintLog() local
178 "FunctionPrintLog %{public}s", str[index]); in FunctionPrintLog()
/third_party/python/Lib/idlelib/
H A Dcalltip_w.py37 curline = int(self.anchor_widget.index("insert").split('.')[0])
52 curline = int(self.anchor_widget.index("insert").split('.')[0])
63 parenleft: index of the opening parenthesis in the text widget
64 parenright: index of the closing parenthesis in the text widget,
74 int, self.anchor_widget.index(parenleft).split("."))
98 curline, curcol = map(int, self.anchor_widget.index("insert").split('.'))
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_3_2_autogen.h20 void colorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a); \
30 void disablei(GLenum target, GLuint index); \
40 void enablei(GLenum target, GLuint index); \
61 GLboolean isEnabledi(GLenum target, GLuint index) const; \
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dformatsgenerator.py50 for index, format in enumerate(info['formats']):
63 for index, format in enumerate(info['formats']):
78 for index, format in enumerate(info['formats']):
82 suffix = ", +" if index != len(info['formats']) - 1 else ""
141 plane_format_table.append('^| {} ^| ename:{} ^| {} ^| {}'.format(plane_info['index'],
220 'index' : int(plane.get('index')),
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_fixtures.h51 // Overwrites the word at index 'index' with the given word.
54 // This function overwrites the word at the given index with a new word.
55 void OverwriteAssembledBinary(uint32_t index, uint32_t word);
138 void ValidateBase<T>::OverwriteAssembledBinary(uint32_t index, uint32_t word) { in OverwriteAssembledBinary() argument
139 ASSERT_TRUE(index < binary_->wordCount) in OverwriteAssembledBinary()
140 << "OverwriteAssembledBinary: The given index is larger than the binary " in OverwriteAssembledBinary()
142 binary_->code[index] = word; in OverwriteAssembledBinary()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexProgram.hpp68 void pipeline(UInt &index) override;
69 void program(UInt &index);
74 RValue<Pointer<Byte>> uniformAddress(int bufferIndex, unsigned int index);
75 RValue<Pointer<Byte>> uniformAddress(int bufferIndex, unsigned int index, Int &offset);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_fixtures.h51 // Overwrites the word at index 'index' with the given word.
54 // This function overwrites the word at the given index with a new word.
55 void OverwriteAssembledBinary(uint32_t index, uint32_t word);
138 void ValidateBase<T>::OverwriteAssembledBinary(uint32_t index, uint32_t word) { in OverwriteAssembledBinary() argument
139 ASSERT_TRUE(index < binary_->wordCount) in OverwriteAssembledBinary()
140 << "OverwriteAssembledBinary: The given index is larger than the binary " in OverwriteAssembledBinary()
142 binary_->code[index] = word; in OverwriteAssembledBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_partition_tables.cpp45 int index = partition_table[i]; in gen_canonicalized_partition_table() local
46 if (mapped_index[index] == -1) in gen_canonicalized_partition_table()
47 mapped_index[index] = map_weight_count++; in gen_canonicalized_partition_table()
48 uint64_t xlat_index = mapped_index[index]; in gen_canonicalized_partition_table()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatabuilder.h179 inline ConditionalCE32 *getConditionalCE32(int32_t index) const { in getConditionalCE32()
180 return static_cast<ConditionalCE32 *>(conditionalCE32s[index]); in getConditionalCE32()
186 static uint32_t makeBuilderContextCE32(int32_t index) { in makeBuilderContextCE32() argument
187 return Collation::makeCE32FromTagAndIndex(Collation::BUILDER_DATA_TAG, index); in makeBuilderContextCE32()
201 * Sets cond->next to the index of the first new item
202 * and returns the index of the last new item.
H A Ddouble-conversion-utils.h242 T& operator[](int index) const {
243 DOUBLE_CONVERSION_ASSERT(0 <= index && index < length_);
244 return start_[index];
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.h81 unsigned int index; // the index of the first font style set in the fallback set for a specified family name member
113 int getFamilyName(int index, SkString* familyName) const;
117 sk_sp<SkTypeface_OHOS> getTypefaceSP(int styleIndex, int index, bool isFallback = false) const;
118 SkTypeface_OHOS* getTypeface(int styleIndex, int index, bool isFallback = false) const;
161 int pos; // the index of a font style set in generic family list.
177 * \brief To manage the 'index' information for ttc fonts
181 int ttcIndex; // the index of a typeface in a ttc font
200 NamesMap genericNames; // a map to store the index of a family for generic family
201 NamesMap fallbackNames; // a map to store the index o
[all...]
/third_party/skia/tests/
H A DRecordPatternTest.cpp85 int index = 0; in DEF_TEST() local
90 REPORTER_ASSERT(r, pattern.match(&record, index)); in DEF_TEST()
91 index += 3; in DEF_TEST()
97 REPORTER_ASSERT(r, pattern.match(&record, index)); in DEF_TEST()
H A Dskia_test.cpp174 for (int index = 0; index < FLAGS_match.count(); ++index) { in main()
175 header.appendf(" %s", FLAGS_match[index]); in main()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPURenderBundleEncoder.cpp43 interop::GPUIndex32 index, in setBindGroup()
55 enc_.SetBindGroup(index, bg, num_offsets, offsets); in setBindGroup()
59 interop::GPUIndex32 index, in setBindGroup()
71 enc_.SetBindGroup(index, bg, dynamicOffsetsDataLength, in setBindGroup()
41 setBindGroup( Napi::Env env, interop::GPUIndex32 index, interop::Interface<interop::GPUBindGroup> bindGroup, std::vector<interop::GPUBufferDynamicOffset> dynamicOffsets) setBindGroup() argument
58 setBindGroup(Napi::Env env, interop::GPUIndex32 index, interop::Interface<interop::GPUBindGroup> bindGroup, interop::Uint32Array dynamicOffsetsData, interop::GPUSize64 dynamicOffsetsDataStart, interop::GPUSize32 dynamicOffsetsDataLength) setBindGroup() argument
/third_party/optimized-routines/string/bench/
H A Dstrlen.c107 uint16_t index[MAX_ALIGN]; in init_strlen_tests() local
114 index[i] = i * (MAX_STRLEN + 1); in init_strlen_tests()
115 a[index[i] + MAX_STRLEN] = 0; in init_strlen_tests()
126 index[(align + exp_len) & (MAX_ALIGN - 1)] + MAX_STRLEN - exp_len; in init_strlen_tests()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp255 // Find the index of the retval to replace with in PropagateConstantReturn()
256 int index = -1; in PropagateConstantReturn() local
259 index = *EV->idx_begin(); in PropagateConstantReturn()
263 if (index != -1) { in PropagateConstantReturn()
264 Value *New = RetVals[index]; in PropagateConstantReturn()
/third_party/skia/tools/debugger/
H A DDebugCanvas.h80 Executes the draw calls up to the specified index.
84 @param index The index of the final command being executed
87 void drawTo(SkCanvas* canvas, int index, int m = -1);
100 Removes the command at the specified index
101 @param index The index of the command to delete
103 void deleteDrawCommandAt(int index);
106 Returns the draw command at the given index.
107 @param index Th
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DNioByteString.java74 public byte byteAt(int index) { in byteAt() argument
76 return buffer.get(index); in byteAt()
85 public byte internalByteAt(int index) { in internalByteAt() argument
88 return byteAt(index); in internalByteAt()
277 * @param beginIndex the beginning index of the slice (inclusive).
278 * @param endIndex the end index of the slice (exclusive).
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_escaping.cc113 // the given position (index), taking into account any left-over partial
118 // (index). In order words, at least one character could be read successfully.
128 bool ReadCodePoint(StringPiece str, int index, uint32* cp, int* num_left, in ReadCodePoint() argument
132 *cp = static_cast<uint8>(str[index++]); in ReadCodePoint()
180 while (*num_left > 0 && index < str.size()) { in ReadCodePoint()
181 uint32 ch = static_cast<uint8>(str[index++]); in ReadCodePoint()
/third_party/rust/crates/clap/clap_bench/benches/
H A D03_complex.rs61 .arg(Arg::new("positional").help("tests positionals").index(1)) in build_from_builder()
88 .index(3) in build_from_builder()
103 .index(4) in build_from_builder()
146 .arg(Arg::new("scpositional").index(1).help("tests positionals")), in build_from_builder()
/third_party/skia/experimental/graphite/src/
H A DGraphicsPipelineDesc.h142 void setTestingOnlyShaderIndex(int index) { in setTestingOnlyShaderIndex() argument
143 fTestingOnlyShaderIndex = index; in setTestingOnlyShaderIndex()
145 fKey[0] = index; in setTestingOnlyShaderIndex()
147 fKey.push_back(index); in setTestingOnlyShaderIndex()
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H A DSkQPRunner.java59 int index = 0; in SkQPRunner()
62 mTests[index++] = Description.createTestDescription(SkQPRunner.class, in SkQPRunner()
67 mTests[index++] = Description.createTestDescription(SkQPRunner.class, in SkQPRunner()
70 assert(index == totalCount); in SkQPRunner()
/third_party/spirv-tools/source/opt/
H A Dblock_merge_util.cpp37 id, [](Instruction* user, uint32_t index) { in IsMerge()
40 index == 0u) { in IsMerge()
55 id, [](Instruction* user, uint32_t index) { in IsContinue()
57 if (op == spv::Op::OpLoopMerge && index == 1u) { in IsContinue()

Completed in 18 milliseconds

1...<<291292293294295296297298299300>>...901