Home
last modified time | relevance | path

Searched refs:nir_is_per_vertex_io (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_arrays_to_elements.c46 if (nir_is_per_vertex_io(var, b->shader->info.stage)) { in get_io_offset()
85 if (nir_is_per_vertex_io(var, stage)) { in get_array_elements()
152 if (nir_is_per_vertex_io(var, b->shader->info.stage)) { in lower_array()
187 if (nir_is_per_vertex_io(var, b->shader->info.stage)) { in lower_array()
202 if (nir_is_per_vertex_io(var, b->shader->info.stage)) { in deref_has_indirect()
304 if (nir_is_per_vertex_io(var, b.shader->info.stage)) { in lower_io_arrays_to_elements()
Dnir_linking_helpers.c52 if (nir_is_per_vertex_io(var, stage)) { in get_variable_io_mask()
221 if (nir_is_per_vertex_io(var, stage)) { in get_slot_component_masks_and_interp_types()
289 if (nir_is_per_vertex_io(var, stage)) { in remap_slots_and_components()
377 if (nir_is_per_vertex_io(var, consumer->info.stage)) { in compact_components()
Dnir_lower_clip_cull_distance_arrays.c51 if (nir_is_per_vertex_io(var, nir->info.stage)) in get_unwrapped_array_length()
67 if (nir_is_per_vertex_io(var, stage)) in update_type()
Dnir_gather_info.c92 if (nir_is_per_vertex_io(var, shader->info.stage)) { in mark_whole_variable()
142 if (nir_is_per_vertex_io(var, shader->info.stage)) { in try_mask_partial_io()
Dnir_lower_io.c71 nir_is_per_vertex_io(const nir_variable *var, gl_shader_stage stage) in nir_is_per_vertex_io() function
415 const bool per_vertex = nir_is_per_vertex_io(var, b->shader->info.stage); in nir_lower_io_block()
Dnir_validate.c990 if (nir_is_per_vertex_io(var, state->shader->info.stage)) { in validate_var_decl()
Dnir.h2499 bool nir_is_per_vertex_io(const nir_variable *var, gl_shader_stage stage);
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp136 if (nir_is_per_vertex_io(var, stage)) { in st_nir_assign_var_locations()