Home
last modified time | relevance | path

Searched refs:elTy (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
Dpermutate.go327 elTy := fqn.TemplateArguments[0].(sem.FullyQualifiedName)
328 elTyName := elTy.Target.GetName()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp919 auto elTy = T(type); in createLoad() local
920 ASSERT(V(ptr)->getType()->getContainedType(0) == elTy); in createLoad()
924 … return V(jit->builder->CreateAlignedLoad(elTy, V(ptr), llvm::MaybeAlign(alignment), isVolatile)); in createLoad()
926 else if(elTy->isIntegerTy() || elTy->isPointerTy()) in createLoad()
930 …auto load = jit->builder->CreateAlignedLoad(elTy, V(ptr), llvm::MaybeAlign(alignment), isVolatile); in createLoad()
934 else if(elTy->isFloatTy() || elTy->isDoubleTy()) in createLoad()
939 auto size = jit->module->getDataLayout().getTypeStoreSize(elTy); in createLoad()
944 auto loadCast = jit->builder->CreateBitCast(load, elTy); in createLoad()
958 auto size = jit->module->getDataLayout().getTypeStoreSize(elTy); in createLoad()
1003 auto elTy = T(type); in createStore() local
[all …]
DSubzeroReactor.cpp4280 Value *Nucleus::createMaskedLoad(Value *ptr, Type *elTy, Value *mask, unsigned int alignment, bool … in createMaskedLoad() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.cpp299 auto &elTy = getType(getType(typeId).element); local
300 auto sizeInBytes = elTy.componentCount * static_cast<uint32_t>(sizeof(float));
DSpirvShaderDebugger.cpp2530 auto elTy = shader->getType(type.element); in buildSpirvValue() local
2534 if(auto val = buildSpirvValue(state, memory, elTy, lane)) in buildSpirvValue()