Searched defs:r600_bytecode_vtx (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c237 static struct r600_bytecode_vtx *r600_bytecode_vtx(void) function
239 struct r600_bytecode_vtx *vtx = CALLOC_STRUCT(r600_bytecode_vtx);
1591 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx)
1593 struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx();
1598 memcpy(nvtx, vtx, sizeof(struct r600_bytecode_vtx));
1706 static int r600_bytecode_vtx_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *vtx, unsigned id)
1905 struct r600_bytecode_vtx *vt
[all...]
H A Dr600_asm.h92 struct r600_bytecode_vtx { struct
228 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx);

Completed in 38 milliseconds