Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cpp.cpp239 interface_variable_exists_in_entry_point(var.self)) in emit_resources()
Dspirv_cross.cpp533 … var.storage != spv::StorageClassFunction && !interface_variable_exists_in_entry_point(var.self)) in is_hidden_variable()
802 if (!interface_variable_exists_in_entry_point(var.self)) in get_active_interface_variables()
849 active_in_entry_point = interface_variable_exists_in_entry_point(var.self); in get_shader_resources()
852 active_in_entry_point = interface_variable_exists_in_entry_point(var.self); in get_shader_resources()
2341 bool Compiler::interface_variable_exists_in_entry_point(uint32_t id) const in interface_variable_exists_in_entry_point() function in Compiler
4156 if (!interface_variable_exists_in_entry_point(var.self)) in update_active_builtins()
Dspirv_hlsl.cpp1191 interface_variable_exists_in_entry_point(var.self) && in emit_specialization_constants_and_structs()
1373 interface_variable_exists_in_entry_point(var.self)) in emit_resources()
1409 interface_variable_exists_in_entry_point(var.self)) in emit_resources()
2589 interface_variable_exists_in_entry_point(var.self)) in emit_hlsl_entry_point()
2673 interface_variable_exists_in_entry_point(var.self)) in emit_hlsl_entry_point()
Dspirv_cross.hpp746 bool interface_variable_exists_in_entry_point(uint32_t id) const;
Dspirv_msl.cpp260 if (!interface_variable_exists_in_entry_point(var.self)) in build_implicit_builtins()
886 if (var.storage == StorageClassOutput && interface_variable_exists_in_entry_point(var.self)) in build_implicit_builtins()
3317 bool is_active = interface_variable_exists_in_entry_point(var.self); in add_interface_block()
11303 if (!active_input_builtins.get(bi_type) || !interface_variable_exists_in_entry_point(var_id)) in entry_point_args_builtin()
11877 if (!interface_variable_exists_in_entry_point(var.self)) in fix_up_shader_inputs_outputs()
Dspirv_glsl.cpp3528 interface_variable_exists_in_entry_point(var.self) && !is_hidden) in emit_resources()