Lines Matching defs:literal
305 // Parse a literal string from the SPIR binary and return it as an std::string
309 std::string literal;
312 literal.reserve(16);
319 return literal;
320 literal += c;
583 // given as a literal in the 3rd word. We will switch over to pretending that the
584 // opcode being processed is the literal opcode value of the SpecConstantOp. See the
630 word += literalSize; // literal
650 // Execution mode might have extra literal operands. Skip them.
1271 case spv::OpTypeOpaque: // TODO: disable until we compare the literal strings.