Home
last modified time | relevance | path

Searched defs:lValue (Results 1 – 7 of 7) sorted by relevance

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt131 val lValue: Long = value.toRawBits() in getString() constant
/third_party/flatbuffers/java/com/google/flatbuffers/
DArrayReadWriteBuf.java212 long lValue = Double.doubleToRawLongBits(value); in setDouble() local
/third_party/glslang/SPIRV/
DSpvBuilder.cpp1513 void Builder::createStore(Id rValue, Id lValue, spv::MemoryAccessMask memoryAccess, spv::Scope scop… in createStore()
1536 Id Builder::createLoad(Id lValue, spv::Decoration precision, spv::MemoryAccessMask memoryAccess, in createLoad()
2819 Id lValue = NoResult; in accessChainLoad() local
DSpvBuilder.h684 void setAccessChainLValue(Id lValue) in setAccessChainLValue()
DGlslangToSpv.cpp1858 spv::Builder::AccessChain lValue = builder.getAccessChain(); in visitBinary() local
4200 spv::Id lValue = builder.accessChainGetLValue(); in multiTypeStore() local
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3568 TIntermTyped* lValue = intermediate.addIndex(idxOp, argArray, offsetIdx, loc); in decomposeStructBufferMethods() local
3681 … TIntermTyped* lValue = intermediate.addIndex(EOpIndexIndirect, argArray, oldCounter, loc); in decomposeStructBufferMethods() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp6378 TIntermBinary *lValue = left->getAsBinaryNode(); in addAssign() local