Home
last modified time | relevance | path

Searched defs:ir_ (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_reflect.hpp48 CompilerReflection(const uint32_t *ir_, size_t word_count) in CompilerReflection()
54 explicit CompilerReflection(const ParsedIR &ir_) in CompilerReflection()
60 explicit CompilerReflection(ParsedIR &&ir_) in CompilerReflection()
Dspirv_cpp.hpp40 CompilerCPP(const uint32_t *ir_, size_t word_count) in CompilerCPP()
45 explicit CompilerCPP(const ParsedIR &ir_) in CompilerCPP()
50 explicit CompilerCPP(ParsedIR &&ir_) in CompilerCPP()
Dspirv_hlsl.hpp147 CompilerHLSL(const uint32_t *ir_, size_t size) in CompilerHLSL()
152 explicit CompilerHLSL(const ParsedIR &ir_) in CompilerHLSL()
157 explicit CompilerHLSL(ParsedIR &&ir_) in CompilerHLSL()
Dspirv_glsl.hpp193 CompilerGLSL(const uint32_t *ir_, size_t word_count) in CompilerGLSL()
199 explicit CompilerGLSL(const ParsedIR &ir_) in CompilerGLSL()
205 explicit CompilerGLSL(ParsedIR &&ir_) in CompilerGLSL()
Dspirv_cross.cpp37 Compiler::Compiler(vector<uint32_t> ir_) in Compiler()
44 Compiler::Compiler(const uint32_t *ir_, size_t word_count) in Compiler()
51 Compiler::Compiler(const ParsedIR &ir_) in Compiler()
56 Compiler::Compiler(ParsedIR &&ir_) in Compiler()
61 void Compiler::set_ir(ParsedIR &&ir_) in set_ir()
67 void Compiler::set_ir(const ParsedIR &ir_) in set_ir()
Dspirv_msl.cpp44 CompilerMSL::CompilerMSL(const uint32_t *ir_, size_t word_count) in CompilerMSL()
49 CompilerMSL::CompilerMSL(const ParsedIR &ir_) in CompilerMSL()
54 CompilerMSL::CompilerMSL(ParsedIR &&ir_) in CompilerMSL()