Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp9215 if (arg.alias_global_variable && var->basevariable) in emit_function_prototype()
9216 name_id = var->basevariable; in emit_function_prototype()
9282 …constexpr_sampler = find_constexpr_sampler(var->basevariable ? var->basevariable : VariableID(var-… in to_function_name()
9451 …constexpr_sampler = find_constexpr_sampler(var->basevariable ? var->basevariable : VariableID(var-… in to_function_args()
9973 …constexpr_sampler = find_constexpr_sampler(var->basevariable ? var->basevariable : VariableID(var-… in to_texture_op()
10197 var_id = var->basevariable; in to_func_call_arg()
11127 var->basevariable == stage_in_ptr_var_id) in get_type_address_space()
11129 …if (get_execution_model() == ExecutionModelFragment && var && var->basevariable == stage_in_var_id) in get_type_address_space()
12510 if (arg.alias_global_variable && var.basevariable) in argument_decl()
12511 name_id = var.basevariable; in argument_decl()
[all …]
Dspirv_common.hpp1029 , basevariable(basevariable_) in SPIRVariable()
1037 VariableID basevariable = 0; member
Dspirv_glsl.cpp4213 if (var && var->basevariable) in to_func_call_arg()
4214 name_id = var->basevariable; in to_func_call_arg()
12711 uint32_t var_id = get<SPIRVariable>(arg.id).basevariable; in append_global_func_args()