Searched defs:lValue (Results 1 – 7 of 7) sorted by relevance
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | ByteArray.kt | 131 val lValue: Long = value.toRawBits() in getString() constant
|
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | ArrayReadWriteBuf.java | 212 long lValue = Double.doubleToRawLongBits(value); in setDouble() local
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.cpp | 1513 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
|
D | SpvBuilder.h | 684 void setAccessChainLValue(Id lValue) in setAccessChainLValue()
|
D | GlslangToSpv.cpp | 1858 spv::Builder::AccessChain lValue = builder.getAccessChain(); in visitBinary() local 4200 spv::Id lValue = builder.accessChainGetLValue(); in multiTypeStore() local
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 3568 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/ |
D | ParseContext.cpp | 6378 TIntermBinary *lValue = left->getAsBinaryNode(); in addAssign() local
|