Searched defs:SPIRAccessChain (Results 1 – 1 of 1) sorted by relevance
976 struct SPIRAccessChain : IVariant struct979 {983 …SPIRAccessChain(TypeID basetype_, spv::StorageClass storage_, std::string base_, std::string dynam… in SPIRAccessChain() function998 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 …]