/kernel/linux/linux-6.6/lib/fonts/ |
H A D | font_ter16x32.c | 2066 .data = fontdata_ter16x32.data,
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 1171 // Top level variable flattening: construct data 1207 // build a data structure to allow the sequence of bracket and dot operators on arrays and 1242 // Add a single flattened member to the flattened data being tracked for the composite 2651 // This is the offset in the destination array of a given semantic's data in assignClipCullDistance() 2688 // which depends on the incoming data, which has several potential dimensions: in assignClipCullDistance() 4778 TIntermTyped* data = argAggregate->getSequence()[1]->getAsTyped(); in decomposeGeometryMethods() local 4781 sequence = intermediate.growAggregate(sequence, data, loc); in decomposeGeometryMethods() 4819 // Helper to find image data for image atomics: in decomposeIntrinsic() 5080 // orig_value = imageAtomicOp(image, loc, data) in decomposeIntrinsic() 5091 // arg0 = mem, arg1 = data, arg in decomposeIntrinsic() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 1418 * Temporaries for patch constant data can be done in emit_dst_register() 1752 * Temporaries for patch constant data can be done in emit_src_register() 3066 unsigned data) in emit_property_instruction() 3071 emit_dword(emit, data); in emit_property_instruction() 10449 * update different components of the same address, data might not be in emit_store_instruction() 3064 emit_property_instruction(struct svga_shader_emitter_v10 *emit, VGPU10OpcodeToken0 opcode0, unsigned nData, unsigned data) emit_property_instruction() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 39 * core Mesa by highly mutable data structures. However, most applications 48 * multiple times. Drivers can create and store their own associated data. 358 emit_state(struct crocus_batch *batch, const void *data, unsigned size, in emit_state() argument 365 memcpy(map, data, size); in emit_state() 2948 * of compressed data via an uncompressed view. in crocus_create_surface() 3479 * This uploads any constant data in user buffers, and references 3480 * any UBO resources containing constant data. 4420 * run out of room writing the regular data. in crocus_emit_so_svbi()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3125 memcpy(ID.ConstantStructElts.get(), Elts.data(), 3146 memcpy(ID.ConstantStructElts.get(), Elts.data(),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 881 Op->RegIdx.Tok.Data = Str.data(); in CreateReg() 1478 Op->Tok.Data = Str.data(); in CreateToken()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 173 // Add legal sve data types in AArch64TargetLowering() 4903 // The pointer to the thread's TLS data area is at the TLS Index scaled by 8 in LowerWindowsGlobalTLSAddress() 6536 // Gather data to see if the operation can be modelled as a 7170 makeArrayRef(TBLMask.data(), IndexLen))); in GenerateTBL() 7178 makeArrayRef(TBLMask.data(), IndexLen))); in GenerateTBL() 7190 makeArrayRef(TBLMask.data(), IndexLen))); in GenerateTBL() 10818 // The CRC32[BH] instructions ignore the high bits of their data operand. Since 12370 // Make sure that source data will fit into an SVE register in performST1ScatterCombine() 12403 // Keep the original type of the input data to store - this is needed to in performST1ScatterCombine()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 7473 uint64_t data) { in SetPrivateDataEXT() 7481 return disp->SetPrivateDataEXT(device, objectType, objectHandle, privateDataSlot, data); in SetPrivateDataEXT() 7468 SetPrivateDataEXT( VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data) SetPrivateDataEXT() argument
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | short_metadata.cc | 23 static const unsigned char data[] = { member 4023 return sizeof(data) / sizeof(data[0]); in short_metadata_size() 4027 return data; in short_metadata_get()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_hsi.h | 3625 __le32 data[16]; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
H A D | polaris10_pwrvirus.h | 33 uint32_t data; member
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 3693 if ($line =~ /\b(__dev(init|exit)(data|const|))\b/) {
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | polaris10_pwrvirus.h | 33 uint32_t data; member
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 338 # under codespell's install directory: <codespell_root>/data/dictionary.txt 345 codespell_file = op.join(codespell_dir, 'data', 'dictionary.txt') 4200 if ($line =~ /\b(__dev(init|exit)(data|const|))\b/) {
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 4793 ctx.info = info.data(); in optimize()
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 4048 if ($line =~ /\b(__dev(init|exit)(data|const|))\b/) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 4482 Register Reg = TLI->getRegisterByName(RegStr->getString().data(), Ty, MF);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 2966 makeArrayRef(ConcatOps.data(), NumOps)); in CollectOpsToWiden() 4515 "Can widen only data or mask operand of mstore"); in WidenVecOp_MSTORE() 4546 "Mask and data vectors should have the same number of elements"); in WidenVecOp_MSTORE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Verifier.cpp | 1196 assert(N.getValue().data()[0] != ' ' && "Macro value has a space prefix"); in visitDIMacro() 1256 "invalid static data member declaration", &N, Member); in visitDIGlobalVariable() 4628 "masked_load: pass through and data type must match", Call); in visitIntrinsicCall() 4631 "masked_load: vector mask must be same length as data", Call); in visitIntrinsicCall() 4650 "masked_store: vector mask must be same length as data", Call); in visitIntrinsicCall() 5189 /// struct-type node describing an aggregate data structure (like a struct).
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringX8632.cpp | 314 filterTypeToRegisterSet(Ctx, RegX8632::Reg_NUM, TypeToRegisterSet.data(), in staticInit() 4835 // Copy the data into registers as the source and destination could in lowerMemmove() 4866 // Copy the data out into the destination memory in lowerMemmove() 7743 const char *Prefix = IsPIC ? ".data.rel.ro." : ".rodata."; in lowerJumpTables()
|
H A D | IceTargetLoweringX8664.cpp | 323 filterTypeToRegisterSet(Ctx, RegX8664::Reg_NUM, TypeToRegisterSet.data(), in staticInit() 4257 // Copy the data into registers as the source and destination could overlap in lowerMemmove() 4287 // Copy the data out into the destination memory in lowerMemmove() 7009 const char *Prefix = IsPIC ? ".data.rel.ro." : ".rodata."; in lowerJumpTables()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.cpp | 1086 .addReg(SrcReg, getKillRegState(isKill)) // data in storeRegToStackSlot() 1109 MIB.addReg(SrcReg, getKillRegState(isKill)) // data in storeRegToStackSlot() 1524 // constant data. in expandPostRAPseudo() 2787 // data, which we avoid by returning true here. 5946 return getNamedOperand(MI, AMDGPU::OpName::data)->getReg();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 3114 // We must not emit the R_MIPS_JALR relocation against data symbols in AdjustInstrPostInstrSelection() 3116 // call instruction with a relative branch to the data symbol. in AdjustInstrPostInstrSelection() 3118 LLVM_DEBUG(dbgs() << "Not adding R_MIPS_JALR against data symbol " in AdjustInstrPostInstrSelection() 4515 ABI.IsO32() ? IntArgRegs.data() : Mips64DPRegs; in HandleByVal()
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 430 formatter.field("data", Lite(&self.value.data)); in fmt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6166 // Extract all the undef/constant element data and pack into single bitsets. 6177 // Split the undef/constant single bitset data into the target elements. 7015 // Extract known constant input data. 8573 // instruction to save 8 or more bytes of constant pool data. 13639 MutableArrayRef<int> LToLInputs(LoInputs.data(), NumLToL); 13640 MutableArrayRef<int> LToHInputs(HiInputs.data(), NumLToH); 13641 MutableArrayRef<int> HToLInputs(LoInputs.data() + NumLToL, NumHToL); 13642 MutableArrayRef<int> HToHInputs(HiInputs.data() + NumLToH, NumHToH); 15716 "Unexpected data type for VSHUFPD"); 15760 "Unexpected data typ [all...] |