Searched defs:ScalarConstant (Results 1 – 4 of 4) sorted by relevance
36 struct ScalarConstant { struct57 inline ScalarConstant() { value.u64 = 0; } in ScalarConstant() argument61 static inline ScalarConstant U32(uint32_t value) { in U32() argument70 static inline ScalarConstant I32(int32_t value) { in I32() argument79 static inline ScalarConstant F32(float value) { in F32() argument88 static inline ScalarConstant Bool(bool value) { in Bool() argument113 ScalarConstant AsSpecOp(uint32_t id) const { in AsSpecOp() argument139 class hash<tint::writer::spirv::ScalarConstant> { argument
44 class ScalarConstant; variable167 ScalarConstant(const Type* ty, const std::vector<uint32_t>& w) in ScalarConstant() function169 ScalarConstant(const Type* ty, std::vector<uint32_t>&& w) in ScalarConstant() function
44 class ScalarConstant; variable182 ScalarConstant(const Type* ty, const std::vector<uint32_t>& w) in ScalarConstant() function184 ScalarConstant(const Type* ty, std::vector<uint32_t>&& w) in ScalarConstant() function