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.h98 struct r600_bytecode_vtx { struct
282 const struct r600_bytecode_vtx *vtx);
284 const struct r600_bytecode_vtx *vtx);
Dr600_asm.c75 static struct r600_bytecode_vtx *r600_bytecode_vtx(void) in r600_bytecode_vtx() function
77 struct r600_bytecode_vtx *vtx = CALLOC_STRUCT(r600_bytecode_vtx); in r600_bytecode_vtx()
1337 static int r600_bytecode_add_vtx_internal(struct r600_bytecode *bc, const struct r600_bytecode_vtx in r600_bytecode_add_vtx_internal()
1340 struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx(); in r600_bytecode_add_vtx_internal()
1345 memcpy(nvtx, vtx, sizeof(struct r600_bytecode_vtx)); in r600_bytecode_add_vtx_internal()
1395 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx()
1400 int r600_bytecode_add_vtx_tc(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx_tc()
1511 static int r600_bytecode_vtx_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *vtx, unsigne… in r600_bytecode_vtx_build()
1704 struct r600_bytecode_vtx *vtx; in r600_bytecode_build()
2043 struct r600_bytecode_vtx *vtx = NULL; in r600_bytecode_disasm()
[all …]
Dr600_shader.c1255 struct r600_bytecode_vtx vtx; in load_sample_position()
1262 memset(&vtx, 0, sizeof(struct r600_bytecode_vtx)); in load_sample_position()
1309 struct r600_bytecode_vtx vtx; in load_block_grid_size()
1329 memset(&vtx, 0, sizeof(struct r600_bytecode_vtx)); in load_block_grid_size()
1491 struct r600_bytecode_vtx vtx; in tgsi_fetch_rel_const()
1545 struct r600_bytecode_vtx vtx; in fetch_gs_input()
2246 struct r600_bytecode_vtx vtx; in generate_gs_copy_shader()
2644 struct r600_bytecode_vtx vtx; in r600_fetch_tess_io_info()
2657 memset(&vtx, 0, sizeof(struct r600_bytecode_vtx)); in r600_fetch_tess_io_info()
2685 memset(&vtx, 0, sizeof(struct r600_bytecode_vtx)); in r600_fetch_tess_io_info()
[all …]