Searched refs:NUM_TOTAL_VARYING_SLOTS (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_opt_outputs.c | 123 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 D | ac_nir.h | 69 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 D | nir_xfb_info.h | 86 int slot_to_register[NUM_TOTAL_VARYING_SLOTS]);
|
H A D | nir_lower_mediump.c | 69 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 D | nir_gather_xfb_info.c | 322 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 D | nir_helpers.c | 33 int slot_to_register[NUM_TOTAL_VARYING_SLOTS]; in nir_gather_stream_output_info()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader.h | 773 ubyte vs_output_param_offset[NUM_TOTAL_VARYING_SLOTS]; 775 uint32_t vs_output_ps_input_cntl[NUM_TOTAL_VARYING_SLOTS];
|
H A D | si_shader.c | 1732 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 D | shader_enums.h | 435 NUM_TOTAL_VARYING_SLOTS, enumerator
|
Completed in 12 milliseconds