Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.h140 struct fd_vertex_state { struct
391 struct fd_vertex_state vtx dt;
523 struct fd_vertex_state solid_vbuf_state;
529 struct fd_vertex_state blit_vbuf_state;
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_emit.h45 const struct fd_vertex_state *vtx;
Dfd4_emit.c526 const struct fd_vertex_state *vtx = emit->vtx; in fd4_emit_vertex_bufs()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.h47 const struct fd_vertex_state *vtx;
Dfd3_emit.c381 const struct fd_vertex_state *vtx = emit->vtx; in fd3_emit_vertex_bufs()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.h45 const struct fd_vertex_state *vtx;
Dfd5_emit.c475 const struct fd_vertex_state *vtx = emit->vtx; in fd5_emit_vertex_bufs()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.h90 const struct fd_vertex_state *vtx;
Dfd6_emit.c555 const struct fd_vertex_state *vtx = emit->vtx; in build_vbo_state()