/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | gfx10_query.c | 281 int index, struct pipe_resource *resource, in gfx10_sh_query_get_result_resource() 312 if (index >= 0) { in gfx10_sh_query_get_result_resource() 323 consts.offset = sizeof(uint32_t) * (4 * index + query->stream); in gfx10_sh_query_get_result_resource() 430 unsigned index) in gfx10_sh_query_create() 438 query->stream = index; in gfx10_sh_query_create() 278 gfx10_sh_query_get_result_resource(struct si_context *sctx, struct si_query *rquery, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *resource, unsigned offset) gfx10_sh_query_get_result_resource() argument 429 gfx10_sh_query_create(struct si_screen *screen, enum pipe_query_type query_type, unsigned index) gfx10_sh_query_create() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr.cpp | 175 void Instr::set_blockid(int id, int index) in set_blockid() argument 178 m_index = index; in set_blockid() 179 forward_set_blockid(id, index); in set_blockid() 183 void Instr::forward_set_blockid(int id, int index) in forward_set_blockid() argument 186 (void)index; in forward_set_blockid()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_rt.c | 41 assert(deref->arr.index.is_ssa); in resize_deref() 43 if (nir_src_is_const(deref->arr.index)) { in resize_deref() 44 idx = nir_imm_intN_t(b, nir_src_as_int(deref->arr.index), bit_size); in resize_deref() 46 idx = nir_i2i(b, deref->arr.index.ssa, bit_size); in resize_deref() 48 nir_instr_rewrite_src(&deref->instr, &deref->arr.index, in resize_deref()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | format_parser.py | 54 self.index = -1 # Set when the channels are added to the format 148 swizzle = [Swizzle.__identity_str.index(c) for c in swizzle] 298 assert channel.index == -1 299 channel.index = idx 550 comment = line.index('#')
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | csrmbcs.cpp | 118 charValue(0), index(-1), nextIndex(0), error(false), done(false) in IteratedChar() 126 index = -1; 242 it->index = it->nextIndex; in nextChar() 295 it->index = it->nextIndex; in nextChar() 407 it->index = it->nextIndex; in nextChar() 461 it->index = it->nextIndex; in nextChar()
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-edge-scroll.c | 160 t->index, in tp_edge_scroll_handle_none() 176 t->index, in tp_edge_scroll_handle_edge_new() 214 t->index, in tp_edge_scroll_handle_edge() 290 t->index, in tp_edge_scroll_handle_event() 405 t->index, in tp_edge_scroll_handle_state()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.h | 34 // Returns the 32-bit zero-extended index immediate for bytecode operand 37 // Returns the word zero-extended index immediate for bytecode operand 40 // Returns the smi index immediate for bytecode operand |operand_index| 67 // Returns the word zero-extended native context index immediate for bytecode 128 int index); 130 int index); 132 // Load constant at the index specified in operand |operand_index| from the 135 // Load and untag constant at the index specified in operand |operand_index| 138 // Load constant at |index| in the constant pool. 139 TNode<Object> LoadConstantPoolEntry(TNode<WordT> index); [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.h | 98 uint32_t index; member 384 unsigned index, 606 unsigned index, 612 unsigned index, 624 * - swizzles[0] = red index 625 * - swizzles[1] = green index 626 * - swizzles[2] = blue index 627 * - swizzles[3] = alpha index 684 unsigned index,
|
/third_party/node/deps/uvwasi/src/ |
H A D | fd_table.c | 74 uint32_t index; in uvwasi_fd_table_insert() local 134 index = table->size; in uvwasi_fd_table_insert() 143 index = i; in uvwasi_fd_table_insert() 156 table->fds[index] = entry; in uvwasi_fd_table_insert() 164 entry->id = index; in uvwasi_fd_table_insert()
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-client.c | 142 idx = c->client->index; in handle_get_index() 166 pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NO_SUCH_PROPERTY, "Client %d doesn't have an owner module.", c->client->index); in handle_get_owner_module() 279 idx = c->client->index; in handle_get_all() 387 pa_subscription_post(c->client->core, PA_SUBSCRIPTION_EVENT_CLIENT|PA_SUBSCRIPTION_EVENT_CHANGE, c->client->index); in handle_remove_properties() 431 c->path = pa_sprintf_malloc("%s/%s%u", PA_DBUS_CORE_OBJECT_PATH, OBJECT_NAME, client->index); in pa_dbusiface_client_new()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RobustBufferAccessBehaviorTest.cpp | 121 // For D3D dynamic draw, we still return invalid operation. Once we force the index buffer in runIndexOutOfRangeTests() 268 for (GLsizei index = 0; index < kIndexCount; ++index) in TEST_P() 270 indices[index] = ((std::numeric_limits<GLuint>::max() - 2) / kIndexCount) * index; in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | InitOutputVariables_test.cpp | 91 for (unsigned index = 0u; index < arraySize; ++index) in CreateIndexedLValueNodeList() 93 expected[index] = new TIntermBinary(EOpIndexDirect, arraySymbol->deepCopy(), in CreateIndexedLValueNodeList() 94 CreateIndexNode(static_cast<int>(index))); in CreateIndexedLValueNodeList()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/ |
H A D | DmaBufImageSiblingVkLinux.cpp | 132 for (uint32_t index = 0; index < formatModifierPropertiesList.drmFormatModifierCount; ++index) in GetFormatModifierProperties() 134 if (formatModifierPropertiesList.pDrmFormatModifierProperties[index].drmFormatModifier == in GetFormatModifierProperties() 137 propertiesIndex = index; in GetFormatModifierProperties()
|
/third_party/skia/src/core/ |
H A D | SkBitmapProcState_matrixProcs.cpp | 487 int index = fBilerp ? 1 : 0; 489 index |= 2; 496 return ClampX_ClampY_Procs[index]; 504 return RepeatX_RepeatY_Procs[index]; 507 return MirrorX_MirrorY_Procs[index];
|
H A D | SkPictureData.cpp | 536 int index = reader->readInt(); in optionalPaint() local 537 if (index == 0) { in optionalPaint() 540 return reader->validate(index > 0 && index <= fPaints.count()) ? in optionalPaint() 541 &fPaints[index - 1] : nullptr; in optionalPaint()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkRenderPass.cpp | 348 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { in colorAttachmentIndex() 349 *index = fColorAttachmentIndex; in colorAttachmentIndex() 359 bool GrVkRenderPass::stencilAttachmentIndex(uint32_t* index) const { in stencilAttachmentIndex() 360 *index = 0; in stencilAttachmentIndex() 362 ++(*index); in stencilAttachmentIndex()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | vector_dce.cpp | 190 uint32_t index = current_item.instruction->GetSingleWordInOperand(in_op); in MarkVectorShuffleUsesAsLive() local 192 if (index < size_of_first_operand) { in MarkVectorShuffleUsesAsLive() 193 first_operand.components.Set(index); in MarkVectorShuffleUsesAsLive() 194 } else if (index - size_of_first_operand < size_of_second_operand) { in MarkVectorShuffleUsesAsLive() 195 second_operand.components.Set(index - size_of_first_operand); in MarkVectorShuffleUsesAsLive()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | vector_dce.cpp | 190 uint32_t index = current_item.instruction->GetSingleWordInOperand(in_op); in MarkVectorShuffleUsesAsLive() local 192 if (index < size_of_first_operand) { in MarkVectorShuffleUsesAsLive() 193 first_operand.components.Set(index); in MarkVectorShuffleUsesAsLive() 194 } else if (index - size_of_first_operand < size_of_second_operand) { in MarkVectorShuffleUsesAsLive() 195 second_operand.components.Set(index - size_of_first_operand); in MarkVectorShuffleUsesAsLive()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csrmbcs.cpp | 118 charValue(0), index(-1), nextIndex(0), error(FALSE), done(FALSE) in IteratedChar() 126 index = -1; 245 it->index = it->nextIndex; in nextChar() 298 it->index = it->nextIndex; in nextChar() 410 it->index = it->nextIndex; in nextChar() 464 it->index = it->nextIndex; in nextChar()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
H A D | LatencyAnalyzer.h | 244 for (int index = startIndex; index < endIndex; index++) { in measureLatencyFromPulse() 245 ALOGD("Correlation, %d, %f", index, correlations[index]); in measureLatencyFromPulse()
|
/third_party/skia/src/pathops/ |
H A D | SkPathWriter.cpp | 213 for (int index = 0; index < endCount; index += 2) { in assemble() 214 const SkOpPtT* eStart = runs[index]; in assemble() 215 const SkOpPtT* eEnd = runs[index + 1]; in assemble()
|
/third_party/python/Lib/test/ |
H A D | test_decorators.py | 258 def __init__(self, index): 259 self.index = index 265 opname, res = ('evalargs', str(self.index)) 268 actions.append('%s%d' % (opname, self.index))
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_singular_expression_test.cc | 37 ASSERT_TRUE(idx->index->Is<ast::SintLiteralExpression>()); in TEST_F() 38 EXPECT_EQ(idx->index->As<ast::SintLiteralExpression>()->value, 1); in TEST_F() 56 ASSERT_TRUE(idx->index->Is<ast::BinaryExpression>()); in TEST_F() 76 EXPECT_EQ(p->error(), "1:4: expected ']' for index accessor"); in TEST_F() 222 outer_accessor->index->As<ast::IndexAccessorExpression>(); in TEST_F() 231 inner_accessor->index->As<ast::IdentifierExpression>(); in TEST_F()
|
/third_party/skia/tools/ |
H A D | DDLPromiseImageHelper.cpp | 23 DDLPromiseImageHelper::PromiseImageInfo::PromiseImageInfo(int index, in PromiseImageInfo() argument 26 : fIndex(index) in PromiseImageInfo() 323 SkASSERT(curImage.index() == *indexPtr); in CreatePromiseImages() 378 SkASSERT(fImageInfo[i].index() == i); in findImage() 379 SkASSERT(this->isValidID(i) && this->isValidID(fImageInfo[i].index())); in findImage()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | unspecializedConstraints.js | 4 [index: string]: T; 37 getProperty(index: number): Property { 46 getSignature(index: number): Signature { 212 Type.prototype.getProperty = function (index) {
221 Type.prototype.getSignature = function (index) {
|