Searched defs:AccessChain (Results 1 – 8 of 8) sorted by relevance
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 726 struct AccessChain { struct 727 …e; // for l-values, pointer to the base object, for r-values, the base object 728 std::vector<Id> indexChain; 729 Id instr; // cache the instruction that generates this access chain 730 … std::vector<unsigned> swizzle; // each std::vector element selects the next GLSL component number 731 Id component; // a dynamic component index, can coexist with a swizzle, 733 Id preSwizzleBaseType; // dereferenced type, before swizzle or component is applied; 735 … bool isRValue; // true if 'base' is an r-value, otherwise, base is an l-value 736 …ned int alignment; // bitwise OR of alignment values passed in. Accumulates worst alignment. 740 struct CoherentFlags { [all …]
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | SpvBuilder.h | 732 struct AccessChain { struct 733 …e; // for l-values, pointer to the base object, for r-values, the base object 734 std::vector<Id> indexChain; 735 Id instr; // cache the instruction that generates this access chain 736 … std::vector<unsigned> swizzle; // each std::vector element selects the next GLSL component number 737 Id component; // a dynamic component index, can coexist with a swizzle, 739 Id preSwizzleBaseType; // dereferenced type, before swizzle or component is applied; 741 … bool isRValue; // true if 'base' is an r-value, otherwise, base is an l-value 742 …ned int alignment; // bitwise OR of alignment values passed in. Accumulates worst alignment. 746 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/angle/third_party/spirv-tools/src/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/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 | 36 class AccessChain class
|
/external/rust/android-crates-io/crates/vulkano/out/ |
D | spirv_parse.rs | 269 AccessChain { enumerator 8924 AccessChain { enumerator
|