Lines Matching defs:code
44 std::string CompileFailure(std::string code,
48 // Checks that 'code' is valid SPIR-V text representation and stores the
50 void CompileSuccessfully(std::string code,
59 // Performs validation on the SPIR-V code.
112 std::string ValidateBase<T>::CompileFailure(std::string code,
117 spvTextToBinary(ScopedContext(env).context, code.c_str(), code.size(),
130 void ValidateBase<T>::CompileSuccessfully(std::string code,
135 auto status = spvTextToBinary(context.context, code.c_str(), code.size(),
140 << code;
150 binary_->code[index] = word;
172 ScopedContext(env).context, options_, get_const_binary()->code,