Home
last modified time | relevance | path

Searched refs:can_declare_struct_inline (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp568 bool can_declare_struct_inline = true; member
Dspirv_hlsl.cpp5763 backend.can_declare_struct_inline = false; in compile()
Dspirv_glsl.cpp4599 else if (type.basetype == SPIRType::Struct && !backend.can_declare_struct_inline) in to_expression()
10351 if (out_type.basetype == SPIRType::Struct && !backend.can_declare_struct_inline) in emit_instruction()