Searched refs:r600_bytecode_vtx (Results 1 – 3 of 3) sorted by relevance
92 struct r600_bytecode_vtx { struct228 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx);
237 static struct r600_bytecode_vtx *r600_bytecode_vtx(void) in r600_bytecode_vtx() function239 struct r600_bytecode_vtx *vtx = CALLOC_STRUCT(r600_bytecode_vtx); in r600_bytecode_vtx()1591 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx()1593 struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx(); in r600_bytecode_add_vtx()1598 memcpy(nvtx, vtx, sizeof(struct r600_bytecode_vtx)); in r600_bytecode_add_vtx()1706 static int r600_bytecode_vtx_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *vtx, unsigne… in r600_bytecode_vtx_build()1905 struct r600_bytecode_vtx *vtx; in r600_bytecode_build()2237 struct r600_bytecode_vtx *vtx = NULL; in r600_bytecode_dump()2755 struct r600_bytecode_vtx vtx; in r600_vertex_elements_build_fetch_shader()
476 struct r600_bytecode_vtx vtx; in r600_vtx_from_byte_stream()987 struct r600_bytecode_vtx vtx; in tgsi_fetch_rel_const()