Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_TESS_MAX (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4.h121 dst_reg output_reg[VARYING_SLOT_TESS_MAX][4];
122 unsigned output_num_components[VARYING_SLOT_TESS_MAX][4];
123 const char *output_reg_annotation[VARYING_SLOT_TESS_MAX];
H A Dbrw_vue_map.c234 * values equal to VARYING_SLOT_TESS_MAX , we need to ensure that in brw_compute_tess_vue_map()
235 * VARYING_SLOT_TESS_MAX is <= 127, not 128. in brw_compute_tess_vue_map()
237 STATIC_ASSERT(VARYING_SLOT_TESS_MAX <= 127); in brw_compute_tess_vue_map()
239 for (int i = 0; i < VARYING_SLOT_TESS_MAX ; ++i) { in brw_compute_tess_vue_map()
H A Dbrw_compiler.h1190 signed char varying_to_slot[VARYING_SLOT_TESS_MAX];
1199 signed char slot_to_varying[VARYING_SLOT_TESS_MAX];
H A Dbrw_fs_nir.cpp62 unsigned vec4s[VARYING_SLOT_TESS_MAX] = { 0, }; in nir_setup_outputs()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h440 #define VARYING_SLOT_TESS_MAX (VARYING_SLOT_PATCH0 + MAX_VARYING) macro
441 #define MAX_VARYINGS_INCL_PATCH (VARYING_SLOT_TESS_MAX - VARYING_SLOT_VAR0)
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_io_arrays_to_elements.c370 BITSET_DECLARE(indirects, 4 * VARYING_SLOT_TESS_MAX) = {0}; in nir_lower_io_arrays_to_elements_no_indirects()
408 BITSET_DECLARE(indirects, 4 * VARYING_SLOT_TESS_MAX) = {0}; in nir_lower_io_arrays_to_elements()
H A Dnir_lower_io_to_vector.c39 #define MAX_SLOTS MAX2(VARYING_SLOT_TESS_MAX, FRAG_RESULT_MAX+1)
H A Dnir_gather_info.c112 if (idx < VARYING_SLOT_PATCH0 || idx >= VARYING_SLOT_TESS_MAX) in set_io_mask()
H A Dnir_linking_helpers.c1473 unsigned assigned_locations[VARYING_SLOT_TESS_MAX]; in nir_assign_io_var_locations()
/third_party/mesa3d/src/compiler/glsl/
H A Dir_set_program_inouts.cpp104 assert(idx >= VARYING_SLOT_PATCH0 && idx < VARYING_SLOT_TESS_MAX); in mark()
H A Dgl_nir_link_varyings.c1846 nir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX]) in populate_consumer_input_sets()
1849 sizeof(consumer_inputs_with_locations[0]) * VARYING_SLOT_TESS_MAX); in populate_consumer_input_sets()
1900 nir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX]) in get_matching_input()
2381 nir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX] = { in assign_initial_varying_locations()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c687 uint8_t output_map[VARYING_SLOT_TESS_MAX]; in tu_gather_xfb_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c750 (semantic >= VARYING_SLOT_PATCH0 && semantic < VARYING_SLOT_TESS_MAX)) { in si_nir_scan_shader()
H A Dsi_shader.c1507 if ((semantic >= VARYING_SLOT_PATCH0 && semantic < VARYING_SLOT_TESS_MAX) || in si_map_io_driver_location()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c445 location <= VARYING_SLOT_TESS_MAX); in build_per_vertex_offset()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c585 uint8_t output_mapping[VARYING_SLOT_TESS_MAX]; in lvp_pipeline_xfb_init()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c459 ubyte output_mapping[VARYING_SLOT_TESS_MAX]; in st_translate_stream_output_info()

Completed in 34 milliseconds