Home
last modified time | relevance | path

Searched defs:in_var (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/microsoft/clc/
Dclc_compiler.c60 nir_variable *in_var = nir_deref_instr_get_variable(context->deref); in lower_image_deref_impl() local
84 nir_variable *in_var = nir_deref_instr_get_variable(context->deref); in lower_read_only_image_deref() local
99 nir_variable *in_var = nir_deref_instr_get_variable(context->deref); in lower_read_write_image_deref() local
136 nir_variable *in_var = nir_deref_instr_get_variable(context->deref); in clc_lower_input_image_deref() local
/external/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c620 nir_variable *in_var = nir_deref_instr_get_variable(deref); in gather_varying_component_info() local
989 does_varying_match(nir_variable *out_var, nir_variable *in_var) in does_varying_match()
1056 nir_variable *in_var = nir_deref_instr_get_variable(in_deref); in replace_varying_input_by_constant_load() local
1106 nir_variable *in_var = nir_deref_instr_get_variable(in_deref); in replace_duplicate_input() local
1262 nir_variable *in_var = nir_deref_instr_get_variable(in_deref); in replace_varying_input_by_uniform_load() local
1424 nir_variable *in_var = get_matching_input_var(consumer, out_var); in nir_link_opt_varyings() local
/external/mesa3d/src/imagination/pco/
Dpco_nir.c390 static bool varyings_match(nir_variable *out_var, nir_variable *in_var) in varyings_match()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c6832 nir_variable *in_var = rzalloc(b->nb.shader, nir_variable); in vtn_emit_kernel_entry_point_wrapper() local
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp6204 builtin_builder::in_var(const glsl_type *type, const char *name) in in_var() function in builtin_builder