Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h97 struct r600_bytecode_vtx { struct
269 const struct r600_bytecode_vtx *vtx);
Dr600_asm.c79 static struct r600_bytecode_vtx *r600_bytecode_vtx(void) in r600_bytecode_vtx() function
81 struct r600_bytecode_vtx *vtx = CALLOC_STRUCT(r600_bytecode_vtx); in r600_bytecode_vtx()
1339 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx()
1341 struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx(); in r600_bytecode_add_vtx()
1346 memcpy(nvtx, vtx, sizeof(struct r600_bytecode_vtx)); in r600_bytecode_add_vtx()
1492 static int r600_bytecode_vtx_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *vtx, unsigne… in r600_bytecode_vtx_build()
1683 struct r600_bytecode_vtx *vtx; in r600_bytecode_build()
2011 struct r600_bytecode_vtx *vtx = NULL; in r600_bytecode_disasm()
2493 struct r600_bytecode_vtx vtx; in r600_create_vertex_fetch_shader()
Dr600_shader.c1237 struct r600_bytecode_vtx vtx; in load_sample_position()
1244 memset(&vtx, 0, sizeof(struct r600_bytecode_vtx)); in load_sample_position()
1411 struct r600_bytecode_vtx vtx; in tgsi_fetch_rel_const()
1465 struct r600_bytecode_vtx vtx; in fetch_gs_input()
2144 struct r600_bytecode_vtx vtx; in generate_gs_copy_shader()
2538 struct r600_bytecode_vtx vtx; in r600_fetch_tess_io_info()
2551 memset(&vtx, 0, sizeof(struct r600_bytecode_vtx)); in r600_fetch_tess_io_info()
2579 memset(&vtx, 0, sizeof(struct r600_bytecode_vtx)); in r600_fetch_tess_io_info()
6648 struct r600_bytecode_vtx vtx; in do_vtx_fetch_inst()