Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp976 struct SPIRAccessChain : IVariant struct
979 {
983SPIRAccessChain(TypeID basetype_, spv::StorageClass storage_, std::string base_, std::string dynam… in SPIRAccessChain() function
998 TypeID basetype;
999 spv::StorageClass storage;
1000 std::string base;
1001 std::string dynamic_index;
1002 int32_t static_index;
1004 VariableID loaded_from = 0;
1005 uint32_t matrix_stride = 0;
[all …]