Home
last modified time | relevance | path

Searched refs:per_view (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c52 if (nir_is_arrayed_io(var, stage) || var->data.per_view) { in get_variable_io_mask()
300 if (nir_is_arrayed_io(var, stage) || var->data.per_view) { in get_unmoveable_components_masks()
401 if (nir_is_arrayed_io(var, stage) || var->data.per_view) { in remap_slots_and_components()
534 if (nir_is_arrayed_io(var, producer->info.stage) || var->data.per_view) { in gather_varying_component_info()
592 in_var->data.per_view) { in gather_varying_component_info()
1448 assert(!var->data.per_view); in nir_assign_io_var_locations()
1472 if (var->data.per_view) { in nir_assign_io_var_locations()
1503 assert(!var->data.per_view); in nir_assign_io_var_locations()
Dnir_lower_multiview.c226 var->data.per_view = true; in nir_lower_multiview()
Dnir_print.c491 const char *const per_view = (var->data.per_view) ? "per_view " : ""; in print_var_decl() local
494 cent, samp, patch, inv, per_view, per_primitive, in print_var_decl()
970 nir_intrinsic_io_semantics(instr).per_view) { in print_intrinsic_instr()
Dnir_lower_io_to_vector.c87 if (a->data.per_view || b->data.per_view) in variables_can_merge()
Dnir_gather_info.c178 if (var->data.per_view) { in mark_whole_variable()
250 if (var->data.per_view) in try_mask_partial_io()
Dnir_lower_io_arrays_to_elements.c307 if (var->data.per_view) in lower_io_arrays_to_elements()
Dnir_lower_io.c446 semantics.per_view = var->data.per_view; in emit_store()
2694 !nir_intrinsic_io_semantics(intrin).per_view) { in add_const_offset_to_base_block()
Dnir.h495 unsigned per_view:1; member
1848 unsigned per_view:1; member
Dnir_validate.c1515 if (var->data.per_view) in validate_var_decl()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c3543 unsigned slot = io.location + (io.per_view ? 0 : offset); in setup_output()
3612 if (io.per_view) in setup_output()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c1311 var_data->per_view = true; in apply_var_decoration()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst1011 - nir: Add per_view attribute to nir_variable
D20.3.0.rst1144 - nir: Add per_view to IO semantics