Home
last modified time | relevance | path

Searched refs:emit_interface_block (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.hpp75 void emit_interface_block(const SPIRVariable &type);
Dspirv_cpp.cpp50 void CompilerCPP::emit_interface_block(const SPIRVariable &var) in emit_interface_block() function in CompilerCPP
241 emit_interface_block(var); in emit_resources()
Dspirv_msl.hpp846 void emit_interface_block(uint32_t ib_var_id);
Dspirv_glsl.hpp603 void emit_interface_block(const SPIRVariable &type);
Dspirv_msl.cpp6573 emit_interface_block(stage_out_var_id); in emit_resources()
6574 emit_interface_block(patch_stage_out_var_id); in emit_resources()
6575 emit_interface_block(stage_in_var_id); in emit_resources()
6576 emit_interface_block(patch_stage_in_var_id); in emit_resources()
9127 void CompilerMSL::emit_interface_block(uint32_t ib_var_id) in emit_interface_block() function in CompilerMSL
Dspirv_glsl.cpp2490 void CompilerGLSL::emit_interface_block(const SPIRVariable &var) in emit_interface_block() function in CompilerGLSL
3530 emit_interface_block(var); in emit_resources()