Home
last modified time | relevance | path

Searched refs:spvDecodeLiteralStringOperand (Results 1 – 5 of 5) sorted by relevance

/third_party/spirv-tools/source/
Dbinary.h40 std::string spvDecodeLiteralStringOperand(const spv_parsed_instruction_t& inst,
Dextensions.cpp36 return spvDecodeLiteralStringOperand(*inst, 0); in GetExtensionString()
Dname_mapper.cpp175 SaveName(inst.words[1], spvDecodeLiteralStringOperand(inst, 1)); in ParseInstruction()
278 Sanitize(spvDecodeLiteralStringOperand(inst, 1))); in ParseInstruction()
Ddisassemble.cpp369 std::string str = spvDecodeLiteralStringOperand(inst, operand_index); in EmitOperand()
Dbinary.cpp66 std::string spvDecodeLiteralStringOperand(const spv_parsed_instruction_t& inst, in spvDecodeLiteralStringOperand() function