Searched refs:vfd_decode_idx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c951 uint32_t vfd_decode_idx = 0; local in function:tu6_emit_vertex_input
969 uint32_t vfd_decode = A6XX_VFD_DECODE_INSTR_IDX(vfd_decode_idx) |
984 tu_cs_emit_pkt4(cs, REG_A6XX_VFD_DECODE(vfd_decode_idx), 2);
988 tu_cs_emit_pkt4(cs, REG_A6XX_VFD_DEST_CNTL(vfd_decode_idx), 1);
991 bindings[vfd_decode_idx] = vi_binding->binding;
992 strides[vfd_decode_idx] = vi_binding->stride;
993 offsets[vfd_decode_idx] = vi_attr->offset;
995 vfd_decode_idx++;
1000 cs, A6XX_VFD_CONTROL_0_VTXCNT(vfd_decode_idx) | (vfd_decode_idx <<
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1749 uint32_t vfd_decode_idx = 0; local in function:tu6_emit_vertex_input
1796 A6XX_VFD_DECODE_INSTR(vfd_decode_idx,
1804 A6XX_VFD_DECODE_STEP_RATE(vfd_decode_idx, step_rate[attr->binding]));
1807 A6XX_VFD_DEST_CNTL_INSTR(vfd_decode_idx,
1811 vfd_decode_idx++;
1816 .fetch_cnt = vfd_decode_idx, /* decode_cnt for binning pass ? */
1817 .decode_cnt = vfd_decode_idx));

Completed in 8 milliseconds