Home
last modified time | relevance | path

Searched refs:MemType (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DUniformManager.cpp151 template <typename MemType, typename UniformType>
153 if constexpr (std::is_same<MemType, UniformType>::value) { in CopyUniforms()
155 std::memcpy(dst, src, numUniforms * sizeof(MemType)); in CopyUniforms()
159 if constexpr (std::is_same<MemType, float>::value && in CopyUniforms()
170 SK_ABORT("implement conversion from MemType to UniformType"); in CopyUniforms()
173 template <typename MemType, typename UniformType, int RowsOrVecLength = 1, int Cols = 1>
174 static uint32_t Write(void *dst, int n, const MemType src[]) { in Write()
181 CopyUniforms<MemType, UniformType>(dst, src, n * RowsOrVecLength); in Write()
184 CopyUniforms<MemType, UniformType>(dst, src, RowsOrVecLength); in Write()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp1204 Node LoadMem(wasm::LocalType Type, MachineType MemType, Node Index, in LoadMem() argument
1206 LOG(out << "LoadMem." << toIceType(MemType) << "(" << Index << "[" << Offset in LoadMem()
1211 auto *LoadResult = makeVariable(toIceType(MemType)); in LoadMem()
1216 if (toIceType(Type) != toIceType(MemType)) { in LoadMem()
1221 if (MemType.IsSigned()) { in LoadMem()
H A DIceInstX8664.cpp2853 const Type MemType = getType();
2854 if (Base->getType() != IceType_i32 && MemType != IceType_void &&
2855 !isVectorType(MemType)) {
H A DIceTargetLoweringX8632.h303 X86OperandMem *computeAddressOpt(const Inst *Instr, Type MemType,
H A DIceTargetLoweringX8664.h299 X86OperandMem *computeAddressOpt(const Inst *Instr, Type MemType,
H A DIceTargetLoweringX8632.cpp5358 X86OperandMem *TargetX8632::computeAddressOpt(const Inst *Instr, Type MemType, in computeAddressOpt() argument
5512 return X86OperandMem::create(Func, MemType, NewAddr.Base, OffsetOp, in computeAddressOpt()
H A DIceTargetLoweringX8664.cpp4779 X86OperandMem *TargetX8664::computeAddressOpt(const Inst *Instr, Type MemType, in computeAddressOpt() argument
4922 return X86OperandMem::create(Func, MemType, NewAddr.Base, OffsetOp, in computeAddressOpt()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h136 unsigned MemType : 2; /**< TGSI_MEMORY_TYPE_x for TGSI_FILE_MEMORY */ member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c114 declaration.MemType = TGSI_MEMORY_TYPE_GLOBAL; in tgsi_default_declaration()
149 declaration.MemType = mem_type; in tgsi_build_declaration()
428 full_decl->Declaration.MemType, in tgsi_build_full_declaration()
H A Dtgsi_text.c1465 decl.Declaration.MemType = TGSI_MEMORY_TYPE_GLOBAL; in parse_declaration()
1468 decl.Declaration.MemType = TGSI_MEMORY_TYPE_SHARED; in parse_declaration()
1471 decl.Declaration.MemType = TGSI_MEMORY_TYPE_PRIVATE; in parse_declaration()
1474 decl.Declaration.MemType = TGSI_MEMORY_TYPE_INPUT; in parse_declaration()
H A Dtgsi_dump.c399 switch (decl->Declaration.MemType) { in iter_declaration()
H A Dtgsi_ureg.c1781 out[0].decl.MemType = memory_type; in emit_decl_memory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.h1445 bool needsCmpXchgNb(Type *MemType) const;
H A DX86ISelLowering.cpp[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1432 memoryFiles[i].mem_type = decl->Declaration.MemType; in scanDeclaration()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c4985 decl->Declaration.MemType == TGSI_MEMORY_TYPE_SHARED) { in emit_vgpu10_declaration()

Completed in 109 milliseconds