Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h102 struct r600_bytecode_vtx { struct
305 const struct r600_bytecode_vtx *vtx);
307 const struct r600_bytecode_vtx *vtx);
344 struct r600_bytecode_vtx *mem, unsigned id);
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()
1365 static int r600_bytecode_add_vtx_internal(struct r600_bytecode *bc, const struct r600_bytecode_vtx in r600_bytecode_add_vtx_internal()
1368 struct r600_bytecode_vtx *nvtx = r600_bytecode_vtx(); in r600_bytecode_add_vtx_internal()
1373 memcpy(nvtx, vtx, sizeof(struct r600_bytecode_vtx)); in r600_bytecode_add_vtx_internal()
1423 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx()
1428 int r600_bytecode_add_vtx_tc(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx_tc()
1548 static int r600_bytecode_vtx_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *vtx, unsigne… in r600_bytecode_vtx_build()
1743 struct r600_bytecode_vtx *vtx; in r600_bytecode_build()
2088 struct r600_bytecode_vtx *vtx = NULL; in r600_bytecode_disasm()
[all …]
Dr700_asm.c128 int r700_bytecode_fetch_mem_build(struct r600_bytecode *bc, struct r600_bytecode_vtx *mem, unsigned… in r700_bytecode_fetch_mem_build()
Dr600_shader.c1417 struct r600_bytecode_vtx vtx; in load_sample_position()
1422 memset(&vtx, 0, sizeof(struct r600_bytecode_vtx)); in load_sample_position()
1488 struct r600_bytecode_vtx vtx; in eg_load_helper_invocation()
1540 struct r600_bytecode_vtx vtx; in load_block_grid_size()
1560 memset(&vtx, 0, sizeof(struct r600_bytecode_vtx)); in load_block_grid_size()
1646 struct r600_bytecode_vtx vtx; in tgsi_src()
1653 memset(&vtx, 0, sizeof(struct r600_bytecode_vtx)); in tgsi_src()
1809 struct r600_bytecode_vtx vtx; in tgsi_fetch_rel_const()
1863 struct r600_bytecode_vtx vtx; in fetch_gs_input()
2564 struct r600_bytecode_vtx vtx; in generate_gs_copy_shader()
[all …]
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp747 struct r600_bytecode_vtx vtx; in emit_vtx()