Home
last modified time | relevance | path

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

/external/mesa3d/src/microsoft/clc/
Dclc_compiler.c59 nir_variable *in_var = nir_deref_instr_get_variable(context->deref); in lower_image_deref_impl() local
83 nir_variable *in_var = nir_deref_instr_get_variable(context->deref); in lower_read_only_image_deref() local
98 nir_variable *in_var = nir_deref_instr_get_variable(context->deref); in lower_read_write_image_deref() local
135 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.c591 nir_variable *in_var = nir_deref_instr_get_variable(deref); in gather_varying_component_info() local
961 does_varying_match(nir_variable *out_var, nir_variable *in_var) in does_varying_match()
1028 nir_variable *in_var = nir_deref_instr_get_variable(in_deref); in replace_varying_input_by_constant_load() local
1078 nir_variable *in_var = nir_deref_instr_get_variable(in_deref); in replace_duplicate_input() local
1225 nir_variable *in_var = nir_deref_instr_get_variable(in_deref); in replace_varying_input_by_uniform_load() local
1380 nir_variable *in_var = get_matching_input_var(consumer, out_var); in nir_link_opt_varyings() local
1398 nir_variable *in_var = get_matching_input_var(consumer, out_var); in nir_link_opt_varyings() local
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c6873 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.cpp5990 builtin_builder::in_var(const glsl_type *type, const char *name) in in_var() function in builtin_builder