OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfd_decode_idx
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_pipeline.c
951
uint32_t
vfd_decode_idx
= 0;
local
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
<< 8))
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_pipeline.c
1749
uint32_t
vfd_decode_idx
= 0;
local
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 7 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026