Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c38 nir_variable *vertex_count_var; member
853 nir_ssa_def *count = nir_load_var(b, state->vertex_count_var); in lower_gs_block()
877 nir_store_var(b, state->vertex_count_var, in lower_gs_block()
956 state.vertex_count_var = in ir3_nir_lower_gs()
963 nir_store_var(&b, state.vertex_count_var, nir_imm_int(&b, 0), 0x1); in ir3_nir_lower_gs()