Searched refs:r600_bytecode_add_vtx (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 268 int r600_bytecode_add_vtx(struct r600_bytecode *bc,
|
D | r600_asm.c | 1339 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx() function 2585 if ((r = r600_bytecode_add_vtx(&bc, &vtx))) { in r600_create_vertex_fetch_shader()
|
D | r600_shader.c | 1282 r = r600_bytecode_add_vtx(ctx->bc, &vtx); in load_sample_position() 1457 if ((r = r600_bytecode_add_vtx(ctx->bc, &vtx))) in tgsi_fetch_rel_const() 1574 if ((r = r600_bytecode_add_vtx(ctx->bc, &vtx))) in fetch_gs_input() 2215 r600_bytecode_add_vtx(ctx.bc, &vtx); in generate_gs_copy_shader() 2571 r = r600_bytecode_add_vtx(ctx->bc, &vtx); in r600_fetch_tess_io_info() 2599 r = r600_bytecode_add_vtx(ctx->bc, &vtx); in r600_fetch_tess_io_info() 6685 if ((r = r600_bytecode_add_vtx(ctx->bc, &vtx))) in do_vtx_fetch_inst()
|