Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp242 …static Value *createStore(Value *value, Value *ptr, Type *type, bool isVolatile = false, unsigned …
DLLVMReactor.cpp975 Value *Nucleus::createStore(Value *value, Value *ptr, Type *type, bool isVolatile, unsigned int ali… in createStore() function in rr::Nucleus
984 createStore( in createStore()
994 createStore( in createStore()
1176 Nucleus::createStore(V(passthrough), result, T(elVecTy)); in createGather()
1190 Nucleus::createStore(v, result, T(elVecTy)); in createGather()
1253 …Nucleus::createStore(V(el), V(elPtr), T(elTy), /*isVolatile */ false, alignment, /* atomic */ fals… in createScatter()
1489 createStore(v, writeAddress, T(V(v)->getType())); in createBitCast()
1495 createStore(v, writeAddress, T(V(v)->getType())); in createBitCast()
DSubzeroReactor.cpp1456 Value *Nucleus::createStore(Value *value, Value *ptr, Type *type, bool isVolatile, unsigned int ali… in createStore() function in rr::Nucleus
1711 createStore(v, address, T(v->getType())); in createBitCast()
1717 createStore(v, address, T(v->getType())); in createBitCast()
4727 Nucleus::createStore(val, V(this->promise), ::coroYieldType); in generateYield()
DReactor.hpp2545 …Nucleus::createStore(value.value(), pointer.value(), T::type(), false, alignment, atomic, memoryOr… in Store()
2710 Nucleus::createStore(rhs.value(), address, T::type(), false, alignment); in operator =()
2719 Nucleus::createStore(tmp, address, T::type(), false, alignment); in operator =()
DReactor.cpp167 return Nucleus::createStore(value, address, getType(), false, 0); in storeValue()
/third_party/glslang/SPIRV/
DSpvBuilder.cpp1513 void Builder::createStore(Id rValue, Id lValue, spv::MemoryAccessMask memoryAccess, spv::Scope scop… in createStore() function in spv::Builder
2173 createStore(createCompositeExtract(resultId, typeId1, 1), parameters.texelOut); in createTextureCall()
2788 createStore(source, base, memoryAccess, scope, alignment); in accessChainStore()
2831 createStore(accessChain.base, lValue); in accessChainLoad()
DGlslangToSpv.cpp3056 builder.createStore(result, operands[0]); in visitAggregate()
3235 builder.createStore(trueValue, result); in visitSelection()
3238 builder.createStore(falseValue, result); in visitSelection()
3266 … builder.createStore(accessChainLoad(node->getTrueBlock()->getAsTyped()->getType()), result); in visitSelection()
3274 … builder.createStore(accessChainLoad(node->getFalseBlock()->getAsTyped()->getType()), result); in visitSelection()
4986 builder.createStore(builder.createCompositeExtract(resultId, typeId1, 1), texelOut); in createImageTextureFunctionCall()
7926 builder.createStore(builder.createCompositeExtract(id, typeId0, 1), operands[2]); in createMiscOperation()
7931 builder.createStore(builder.createCompositeExtract(id, typeId0, 0), operands[3]); in createMiscOperation()
7932 builder.createStore(builder.createCompositeExtract(id, typeId0, 1), operands[2]); in createMiscOperation()
7941 builder.createStore(member1, operands[1]); in createMiscOperation()
[all …]
DSpvBuilder.h371 …void createStore(Id rValue, Id lValue, spv::MemoryAccessMask memoryAccess = spv::MemoryAccessMaskN…