Lines Matching refs:SpirvShader
53 struct PrintValue::Ty<sw::SpirvShader::Object::ID>
55 …static inline std::string fmt(sw::SpirvShader::Object::ID v) { return "Object<" + std::to_string(v… in fmt()
56 static inline std::vector<Value *> val(sw::SpirvShader::Object::ID v) { return {}; } in val()
59 struct PrintValue::Ty<sw::SpirvShader::Type::ID>
61 …static inline std::string fmt(sw::SpirvShader::Type::ID v) { return "Type<" + std::to_string(v.val… in fmt()
62 static inline std::vector<Value *> val(sw::SpirvShader::Type::ID v) { return {}; } in val()
65 struct PrintValue::Ty<sw::SpirvShader::Block::ID>
67 …static inline std::string fmt(sw::SpirvShader::Block::ID v) { return "Block<" + std::to_string(v.v… in fmt()
68 static inline std::vector<Value *> val(sw::SpirvShader::Block::ID v) { return {}; } in val()
132 struct PrintValue::Ty<sw::SpirvShader::Operand>
134 static inline std::string fmt(const sw::SpirvShader::Operand &v) in fmt()
139 static inline std::vector<Value *> val(const sw::SpirvShader::Operand &v) in val()