Home
last modified time | relevance | path

Searched defs:AccessChain (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/SPIRV/
DSpvBuilder.h695 struct AccessChain { struct
696 …e; // for l-values, pointer to the base object, for r-values, the base object
697 std::vector<Id> indexChain;
698 Id instr; // cache the instruction that generates this access chain
699 … std::vector<unsigned> swizzle; // each std::vector element selects the next GLSL component number
700 Id component; // a dynamic component index, can coexist with a swizzle,
702 Id preSwizzleBaseType; // dereferenced type, before swizzle or component is applied;
704 … bool isRValue; // true if 'base' is an r-value, otherwise, base is an l-value
705 …ned int alignment; // bitwise OR of alignment values passed in. Accumulates worst alignment.
709 struct CoherentFlags {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.h98 const std::vector<uint32_t>& AccessChain() const { return access_chain_; } in AccessChain() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcopy_prop_arrays.h98 const std::vector<uint32_t>& AccessChain() const { return access_chain_; } in AccessChain() function
/third_party/spirv-tools/source/opt/
Dcopy_prop_arrays.h114 const std::vector<AccessChainEntry>& AccessChain() const { in AccessChain() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp71 struct AccessChain struct
74 spv::StorageClass storageClass = spv::StorageClassMax;
77 std::vector<uint32_t> swizzles;
80 spirv::IdRef dynamicComponent;
84 spirv::IdRef baseTypeId;
85 spirv::IdRef preSwizzleTypeId;
86 spirv::IdRef postSwizzleTypeId;
87 spirv::IdRef postDynamicComponentTypeId;
91 spirv::IdRef accessChainId;
95 bool areAllIndicesLiteral = true;
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DFindPreciseNodes.cpp35 class AccessChain class