Searched defs:AccessChain (Results 1 – 8 of 8) sorted by relevance
| /external/deqp-deps/glslang/SPIRV/ |
| D | SpvBuilder.h | 707 struct AccessChain { struct 708 …e; // for l-values, pointer to the base object, for r-values, the base object 709 std::vector<Id> indexChain; 710 Id instr; // cache the instruction that generates this access chain 711 … std::vector<unsigned> swizzle; // each std::vector element selects the next GLSL component number 712 Id component; // a dynamic component index, can coexist with a swizzle, 714 Id preSwizzleBaseType; // dereferenced type, before swizzle or component is applied; 716 … bool isRValue; // true if 'base' is an r-value, otherwise, base is an l-value 717 …ned int alignment; // bitwise OR of alignment values passed in. Accumulates worst alignment. 721 struct CoherentFlags { [all …]
|
| /external/angle/third_party/glslang/src/SPIRV/ |
| D | SpvBuilder.h | 708 struct AccessChain { struct 709 …e; // for l-values, pointer to the base object, for r-values, the base object 710 std::vector<Id> indexChain; 711 Id instr; // cache the instruction that generates this access chain 712 … std::vector<unsigned> swizzle; // each std::vector element selects the next GLSL component number 713 Id component; // a dynamic component index, can coexist with a swizzle, 715 Id preSwizzleBaseType; // dereferenced type, before swizzle or component is applied; 717 … bool isRValue; // true if 'base' is an r-value, otherwise, base is an l-value 718 …ned int alignment; // bitwise OR of alignment values passed in. Accumulates worst alignment. 722 struct CoherentFlags { [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | copy_prop_arrays.h | 115 const std::vector<AccessChainEntry>& AccessChain() const { in AccessChain() function
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | copy_prop_arrays.h | 115 const std::vector<AccessChainEntry>& AccessChain() const { in AccessChain() function
|
| /external/angle/third_party/spirv-tools/src/source/opt/ |
| D | copy_prop_arrays.h | 115 const std::vector<AccessChainEntry>& AccessChain() const { in AccessChain() function
|
| /external/angle/src/compiler/translator/spirv/ |
| D | OutputSPIRV.cpp | 71 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 …]
|
| /external/angle/src/compiler/translator/tree_util/ |
| D | FindPreciseNodes.cpp | 35 class AccessChain class
|
| /external/rust/crates/vulkano/out/ |
| D | spirv_parse.rs | 269 AccessChain { enumerator 8924 AccessChain { enumerator
|