Home
last modified time | relevance | path

Searched defs:index (Results 3826 - 3850 of 3989) sorted by relevance

1...<<151152153154155156157158159160

/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp86 void RBBITest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* params ) in runIndexedTest() argument
336 int index; in TestBug4153072() local
[all...]
/third_party/FatFs/source/
H A Dff.c883 FRESULT f_checkopenlock(int index) /* check lock entries is empty or not by index. */ in f_checkopenlock() argument
[all...]
/third_party/mesa3d/include/drm-uapi/
H A Damdgpu_drm.h864 __u32 index; member
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h131 UINT_8 index : 5; ///< Channel index member
2189 INT_32 index; ///< index in table global() member
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c2211 nir_ssa_def *index = ms_load_prim_indices(b, offset_src, s); lower_ms_load_output() local
[all...]
/third_party/mesa3d/include/CL/
H A Dcl2.hpp668 size_type& operator[](int index) in operator []() argument
1700 int index = 7; in getVersion() local
5988 setArg(cl_uint index, const cl::pointer<T, D> &argPtr) setArg() argument
5998 setArg(cl_uint index, const cl::vector<T, Alloc> &argPtr) setArg() argument
6009 setArg(cl_uint index, const T argPtr) setArg() argument
6021 setArg(cl_uint index, const T &value) setArg() argument
6032 setArg(cl_uint index, size_type size, const void* argPtr) setArg() argument
6791 setSpecializationConstant(cl_uint index, const T &value) setSpecializationConstant() argument
6806 setSpecializationConstant(cl_uint index, size_type size, const void* value) setSpecializationConstant() argument
6941 setSpecializationConstant(cl_uint index, const bool &value) setSpecializationConstant() argument
[all...]
/third_party/libdrm/include/drm/
H A Damdgpu_drm.h856 __u32 index; member
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h607 __u32 index; /* hardware event identifier */ member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c4286 tu_pipeline_get_executable(struct tu_pipeline *pipeline, uint32_t index) in tu_pipeline_get_executable() argument
1299 tu6_vpc_varying_mode(const struct ir3_shader_variant *fs, uint32_t index, uint8_t *interp_mode, uint8_t *ps_repl_mode) tu6_vpc_varying_mode() argument
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c1677 unsigned index = nir_intrinsic_base(instr); in visit_load_push_constant() local
2407 LLVMValueRef output, index; in visit_store_output() local
3100 LLVMValueRef values[4], derived_ptr, index, ret; visit_load_shared() local
3119 LLVMValueRef derived_ptr, data, index; visit_store_shared() local
3148 LLVMValueRef index = LLVMConstInt(ctx->ac.i32, offsets[i] * stride, 0); visit_load_shared2_amd() local
3165 LLVMValueRef index = LLVMConstInt(ctx->ac.i32, offsets[i] * stride, 0); visit_store_shared2_amd() local
3401 load_interpolated_input(struct ac_nir_context *ctx, LLVMValueRef interp_param, unsigned index, unsigned comp_start, unsigned num_components, unsigned bitsize, bool high_16bits) load_interpolated_input() argument
4004 unsigned index = nir_intrinsic_base(instr); visit_intrinsic() local
4065 LLVMValueRef index = get_src(ctx, instr->src[1]); visit_intrinsic() local
4370 LLVMValueRef index = LLVMBuildAdd(ctx->ac.builder, dynamic_index, get_bindless_index_from_uniform() local
4398 LLVMValueRef index = NULL; get_sampler_desc_internal() local
4486 get_sampler_desc(struct ac_nir_context *ctx, nir_deref_instr *deref_instr, enum ac_descriptor_type desc_type, const nir_instr *instr, LLVMValueRef index, bool image, bool write) get_sampler_desc() argument
5189 LLVMValueRef index = get_src(ctx, instr->arr.index); visit_deref() local
5206 LLVMValueRef index = get_src(ctx, instr->arr.index); visit_deref() local
[all...]
H A Dac_llvm_build.c148 LLVMValueRef ac_llvm_extract_elem(struct ac_llvm_context *ac, LLVMValueRef value, int index) in ac_llvm_extract_elem() argument
572 LLVMValueRef index = LLVMConstInt(ctx->i32, i - component, false); in ac_build_varying_gather_values() local
596 LLVMValueRef index = LLVMConstInt(ctx->i32, i, false); in ac_build_gather_values_extended() local
1093 LLVMValueRef ac_build_gep0(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index) in ac_build_gep0() argument
1087 ac_build_gep_ptr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index) ac_build_gep_ptr() argument
1102 ac_build_pointer_add(struct ac_llvm_context *ctx, LLVMValueRef ptr, LLVMValueRef index) ac_build_pointer_add() argument
1108 ac_build_indexed_store(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index, LLVMValueRef value) ac_build_indexed_store() argument
1142 ac_build_load_custom(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index, bool uniform, bool invariant, bool no_unsigned_wraparound) ac_build_load_custom() argument
1163 ac_build_load(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index) ac_build_load() argument
1168 ac_build_load_invariant(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index) ac_build_load_invariant() argument
1176 ac_build_load_to_sgpr(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index) ac_build_load_to_sgpr() argument
1183 ac_build_load_to_sgpr_uint_wraparound(struct ac_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index) ac_build_load_to_sgpr_uint_wraparound() argument
4173 ac_build_shuffle(struct ac_llvm_context *ctx, LLVMValueRef src, LLVMValueRef index) ac_build_shuffle() argument
4584 ac_build_triangle_strip_indices_to_triangle(struct ac_llvm_context *ctx, LLVMValueRef is_odd, LLVMValueRef flatshade_first, LLVMValueRef index[3]) ac_build_triangle_strip_indices_to_triangle() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c699 int index, name = io->name; in r600_spi_sid() local
731 r600_get_lds_unique_index(unsigned semantic_name, unsigned index) r600_get_lds_unique_index() argument
777 evergreen_interp_input(struct r600_shader_ctx *ctx, int index) evergreen_interp_input() argument
939 get_address_file_reg(struct r600_shader_ctx *ctx, int index) get_address_file_reg() argument
1710 int index; tgsi_src() local
1881 unsigned index = src->Register.Index; fetch_gs_input() local
2048 ubyte *name, *index, *array_first; r600_get_byte_address() local
7392 tgsi_tex_src_requires_loading(struct r600_shader_ctx *ctx, unsigned index) tgsi_tex_src_requires_loading() argument
7403 tgsi_tex_get_src_gpr(struct r600_shader_ctx *ctx, unsigned index) tgsi_tex_get_src_gpr() argument
8659 uint32_t index = src->Register.Index; find_hw_atomic_counter() local
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc2776 const int index = GetElementOr(test_indices_, i, -1); in GetTestInfo() local
2783 const int index = GetElementOr(test_indices_, i, -1); in GetMutableTestInfo() local
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h1217 uint32_t index; member
1246 uint32_t index; member
H A Dpvr_cmd_buffer.c2049 uint32_t index = firstSet + i; in pvr_CmdBindDescriptorSets() local
2209 pvr_perform_start_of_render_attachment_clear( struct pvr_cmd_buffer *cmd_buffer, const struct pvr_framebuffer *framebuffer, uint32_t index, bool is_depth_stencil, uint32_t *index_list_clear_mask) pvr_perform_start_of_render_attachment_clear() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h1090 const unsigned index = dispatch_width / 16; in brw_cs_prog_data_prog_offset() local
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlayout.h2139 /* 16*/ INDEX_HEADER index; /* Index header describing the global() member
2162 /* 24*/ INDEX_HEADER index; /* Describes the following index entries. */ global() member
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c474 UT_STATIC int check_verinfo(Verdef *def, int16_t *versym, uint32_t index, struct verinfo *verinfo, char *strings) in check_verinfo() argument
650 int index = -1; in find_dso_parent() local
662 int index = find_dso_parent(p, parent); in add_dso_parent() local
689 int index = find_dso_parent(p, parent); in remove_dso_parent() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c1908 int index = 1; in get_attr_set() local
2838 dxil_emit_extractval(struct dxil_module *m, const struct dxil_value *src, const unsigned int index) dxil_emit_extractval() argument
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c4074 emit_vertex_bo(struct anv_cmd_buffer *cmd_buffer, struct anv_address addr, uint32_t size, uint32_t index) emit_vertex_bo() argument
[all...]
/third_party/libinput/src/
H A Dlibinput.c3397 libinput_device_tablet_pad_get_mode_group(struct libinput_device *device, unsigned int index) libinput_device_tablet_pad_get_mode_group() argument
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.h1594 mutable_leading_digits_pattern(int index) mutable_leading_digits_pattern() argument
1598 set_leading_digits_pattern(int index, const std::string& value) set_leading_digits_pattern() argument
1602 set_leading_digits_pattern(int index, std::string&& value) set_leading_digits_pattern() argument
1606 set_leading_digits_pattern(int index, const char* value) set_leading_digits_pattern() argument
1611 set_leading_digits_pattern(int index, const char* value, size_t size) set_leading_digits_pattern() argument
1918 set_possible_length(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) set_possible_length() argument
1965 set_possible_length_local_only(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) set_possible_length_local_only() argument
4068 mutable_number_format(int index) mutable_number_format() argument
4107 mutable_intl_number_format(int index) mutable_intl_number_format() argument
4280 mutable_metadata(int index) mutable_metadata() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc39 RpoNumber index = block->loop_header(); in GetContainingLoop() local
909 int index = spill_range->assigned_slot(); in GetSpillRangeOperand() local
1363 AddGapMove( int index, Instruction::GapPosition position, const InstructionOperand& from, const InstructionOperand& to) AddGapMove() argument
1377 GetOrCreateLiveRangeFor( int index) GetOrCreateLiveRangeFor() argument
1391 NewLiveRange( int index, MachineRepresentation rep) NewLiveRange() argument
1491 MarkFixedUse(MachineRepresentation rep, int index) MarkFixedUse() argument
1525 HasFixedUse(MachineRepresentation rep, int index) HasFixedUse() argument
1559 MarkAllocated(MachineRepresentation rep, int index) MarkAllocated() argument
1793 int index = data()->frame()->AllocateSpillSlot(width); MeetConstraintsBefore() local
1910 size_t index = successor->PredecessorIndexOf(block->rpo_number()); ComputeLiveOut() local
1937 FixedFPLiveRangeID(int index, MachineRepresentation rep) FixedFPLiveRangeID() argument
1958 FixedLiveRangeFor(int index, SpillMode spill_mode) FixedLiveRangeFor() argument
1979 FixedFPLiveRangeFor( int index, MachineRepresentation rep, SpillMode spill_mode) FixedFPLiveRangeFor() argument
2017 FixedSIMD128LiveRangeFor( int index, SpillMode spill_mode) FixedSIMD128LiveRangeFor() argument
4660 int index = data()->frame()->AllocateSpillSlot(width, width); AssignSpillSlots() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc2464 Node* index = node->InputAt(0); LowerCheckedUint32Bounds() local
2510 Node* const index = node->InputAt(0); LowerCheckedUint64Bounds() local
2715 Node* index = __ Call(common()->Call(call_descriptor), LowerCheckedTaggedToArrayIndex() local
3612 Node* index = loop.PhiAt(0); LowerNewDoubleElements() local
3656 Node* index = loop.PhiAt(0); LowerNewSmiOrObjectElements() local
4051 Node* index = machine()->Is32() ? code : __ ChangeUint32ToUint64(code); LowerStringFromSingleCharCode() local
4083 __ StoreElement(AccessBuilder::ForFixedArrayElement(), cache, index, LowerStringFromSingleCharCode() local
4175 Node* index = machine()->Is32() ? code : __ ChangeUint32ToUint64(code); LowerStringFromSingleCodePoint() local
4207 __ StoreElement(AccessBuilder::ForFixedArrayElement(), cache, index, LowerStringFromSingleCodePoint() local
4294 Node* index = node->InputAt(1); LowerStringFromCodePointAt() local
4768 Node* index = node->InputAt(2); LowerMaybeGrowFastElements() local
5149 int index = 0; GenerateSlowApiCall() local
5376 Node* index = node->InputAt(1); LowerLoadFieldByIndex() local
5540 Node* index = node->InputAt(2); LowerLoadDataViewElement() local
5582 Node* index = node->InputAt(2); LowerStoreDataViewElement() local
5645 Node* index = node->InputAt(3); LowerLoadTypedElement() local
5660 Node* index = node->InputAt(1); LowerLoadStackArgument() local
5673 Node* index = node->InputAt(3); LowerStoreTypedElement() local
5684 data_ptr, index, value); LowerStoreTypedElement() local
5720 Node* index = node->InputAt(1); LowerTransitionAndStoreElement() local
5831 elements, index, value); LowerTransitionAndStoreElement() local
5843 index, float_value); LowerTransitionAndStoreElement() local
5851 index, __ Float64SilenceNaN(float_value)); LowerTransitionAndStoreElement() local
5861 Node* index = node->InputAt(1); LowerTransitionAndStoreNumberElement() local
5914 __ StoreElement(AccessBuilder::ForFixedDoubleArrayElement(), elements, index, LowerTransitionAndStoreNumberElement() local
5921 Node* index = node->InputAt(1); LowerTransitionAndStoreNonNumberElement() local
5988 Node* index = node->InputAt(1); LowerStoreSignedSmallElement() local
6037 index, float_value); LowerStoreSignedSmallElement() local
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc519 EmbeddedObjectIndex index = AddEmbeddedObject(value); in Move() local
780 void TurboAssembler::LoadRoot(Register destination, RootIndex index, in LoadRoot() argument
2111 void MacroAssembler::LoadNativeContextSlot(Register dst, int index) { in CallRecordWriteStub() argument
[all...]

Completed in 127 milliseconds

1...<<151152153154155156157158159160