Home
last modified time | relevance | path

Searched refs:NUM_TOTAL_VARYING_SLOTS (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/amd/common/
H A Dac_nir_opt_outputs.c123 BITSET_DECLARE(outputs_optimized, NUM_TOTAL_VARYING_SLOTS), in ac_eliminate_duplicated_output()
125 int8_t slot_remap[NUM_TOTAL_VARYING_SLOTS]) in ac_eliminate_duplicated_output()
244 int8_t slot_remap[NUM_TOTAL_VARYING_SLOTS], in ac_nir_optimize_outputs()
245 uint8_t param_export_index[NUM_TOTAL_VARYING_SLOTS]) in ac_nir_optimize_outputs()
256 struct ac_out_info outputs[NUM_TOTAL_VARYING_SLOTS] = { 0 }; in ac_nir_optimize_outputs()
258 BITSET_DECLARE(outputs_optimized, NUM_TOTAL_VARYING_SLOTS); in ac_nir_optimize_outputs()
315 BITSET_FOREACH_SET(i, outputs_optimized, NUM_TOTAL_VARYING_SLOTS) { in ac_nir_optimize_outputs()
H A Dac_nir.h69 int8_t slot_remap[NUM_TOTAL_VARYING_SLOTS],
70 uint8_t param_export_index[NUM_TOTAL_VARYING_SLOTS]);
/third_party/mesa3d/src/compiler/nir/
H A Dnir_xfb_info.h86 int slot_to_register[NUM_TOTAL_VARYING_SLOTS]);
H A Dnir_lower_mediump.c69 BITSET_DECLARE(inputs, NUM_TOTAL_VARYING_SLOTS); in nir_recompute_io_bases()
70 BITSET_DECLARE(outputs, NUM_TOTAL_VARYING_SLOTS); in nir_recompute_io_bases()
117 BITSET_PREFIX_SUM(outputs, NUM_TOTAL_VARYING_SLOTS)); in nir_recompute_io_bases()
H A Dnir_gather_xfb_info.c322 int slot_to_register[NUM_TOTAL_VARYING_SLOTS]) in nir_gather_xfb_info_from_intrinsics()
331 sizeof(slot_to_register[0] * NUM_TOTAL_VARYING_SLOTS)); in nir_gather_xfb_info_from_intrinsics()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_helpers.c33 int slot_to_register[NUM_TOTAL_VARYING_SLOTS]; in nir_gather_stream_output_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h773 ubyte vs_output_param_offset[NUM_TOTAL_VARYING_SLOTS];
775 uint32_t vs_output_ps_input_cntl[NUM_TOTAL_VARYING_SLOTS];
H A Dsi_shader.c1732 int8_t slot_remap[NUM_TOTAL_VARYING_SLOTS], in si_nir_assign_param_offsets()
1734 uint8_t vs_output_param_offset[NUM_TOTAL_VARYING_SLOTS]) in si_nir_assign_param_offsets()
1771 for (unsigned i = 0; i < NUM_TOTAL_VARYING_SLOTS; i++) { in si_nir_assign_param_offsets()
1800 int8_t slot_remap[NUM_TOTAL_VARYING_SLOTS]; in si_compile_shader()
1801 memset(slot_remap, -1, NUM_TOTAL_VARYING_SLOTS); in si_compile_shader()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h435 NUM_TOTAL_VARYING_SLOTS, enumerator

Completed in 12 milliseconds