Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.h162 struct fd6_vertex_stateobj { struct
167 static inline struct fd6_vertex_stateobj * argument
168 fd6_vertex_stateobj(void *p) in fd6_vertex_stateobj() function
170 return (struct fd6_vertex_stateobj *) p; in fd6_vertex_stateobj()
Dfd6_context.c91 struct fd6_vertex_stateobj *state = CALLOC_STRUCT(fd6_vertex_stateobj); in fd6_vertex_state_create()
122 struct fd6_vertex_stateobj *so = hwcso; in fd6_vertex_state_delete()
Dfd6_emit.c809 struct fd6_vertex_stateobj *vtx = fd6_vertex_stateobj(ctx->vtx.vtx); in fd6_emit_state()