Home
last modified time | relevance | path

Searched refs:NUM_TOTAL_VARYING_SLOTS (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_mediump.c67 BITSET_DECLARE(inputs, NUM_TOTAL_VARYING_SLOTS); in nir_recompute_io_bases()
68 BITSET_DECLARE(outputs, NUM_TOTAL_VARYING_SLOTS); in nir_recompute_io_bases()
115 BITSET_PREFIX_SUM(outputs, NUM_TOTAL_VARYING_SLOTS)); in nir_recompute_io_bases()
/third_party/mesa3d/src/compiler/
Dshader_enums.h409 NUM_TOTAL_VARYING_SLOTS, enumerator
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h708 uint32_t vs_output_ps_input_cntl[NUM_TOTAL_VARYING_SLOTS];