Searched refs:stride_in_vpc (Results 1 – 1 of 1) sorted by relevance
619 uint32_t stride_in_vpc = align(fp->total_in, 4) / 4; in fd3_emit_state() local620 if (stride_in_vpc > 0) in fd3_emit_state()621 stride_in_vpc = MAX2(stride_in_vpc, 2); in fd3_emit_state()622 val |= A3XX_PC_PRIM_VTX_CNTL_STRIDE_IN_VPC(stride_in_vpc); in fd3_emit_state()