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/
H A Dspirv_reflect.hpp48 CompilerReflection(const uint32_t *ir_, size_t word_count) in CompilerReflection() argument
54 explicit CompilerReflection(const ParsedIR &ir_) in CompilerReflection() argument
60 explicit CompilerReflection(ParsedIR &&ir_) in CompilerReflection() argument
H A Dspirv_cpp.hpp40 CompilerCPP(const uint32_t *ir_, size_t word_count) in CompilerCPP() argument
45 explicit CompilerCPP(const ParsedIR &ir_) in CompilerCPP() argument
50 explicit CompilerCPP(ParsedIR &&ir_) in CompilerCPP() argument
H A Dspirv_hlsl.hpp147 CompilerHLSL(const uint32_t *ir_, size_t size) in CompilerHLSL() argument
152 explicit CompilerHLSL(const ParsedIR &ir_) in CompilerHLSL() argument
157 explicit CompilerHLSL(ParsedIR &&ir_) in CompilerHLSL() argument
H A Dspirv_glsl.hpp193 CompilerGLSL(const uint32_t *ir_, size_t word_count) in CompilerGLSL() argument
199 explicit CompilerGLSL(const ParsedIR &ir_) in CompilerGLSL() argument
205 explicit CompilerGLSL(ParsedIR &&ir_) in CompilerGLSL() argument
H A Dspirv_cross.cpp37 Compiler::Compiler(vector<uint32_t> ir_) in Compiler() argument
44 Compiler::Compiler(const uint32_t *ir_, size_t word_count) in Compiler() argument
51 Compiler::Compiler(const ParsedIR &ir_) in Compiler() argument
56 Compiler::Compiler(ParsedIR &&ir_) in Compiler() argument
61 void Compiler::set_ir(ParsedIR &&ir_) in set_ir() argument
67 set_ir(const ParsedIR &ir_) set_ir() argument
[all...]
H A Dspirv_msl.cpp44 CompilerMSL::CompilerMSL(const uint32_t *ir_, size_t word_count) in CompilerMSL() argument
49 CompilerMSL::CompilerMSL(const ParsedIR &ir_) in CompilerMSL() argument
54 CompilerMSL::CompilerMSL(ParsedIR &&ir_) in CompilerMSL() argument

Completed in 23 milliseconds