Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp1123 static llvm::Value *createGather(llvm::Value *base, llvm::Type *elTy, llvm::Value *offsets, llvm::V… in createGather() function
1180 …return As<Float4>(V(createGather(V(base.value()), T(Float::type()), V(offsets.value()), V(mask.val… in Gather()
1185 …return As<Int4>(V(createGather(V(base.value()), T(Int::type()), V(offsets.value()), V(mask.value()… in Gather()