Searched refs:r600_bytecode_add_vtx (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 281 int r600_bytecode_add_vtx(struct r600_bytecode *bc,
|
D | r600_asm.c | 1395 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx() function 2644 if ((r = r600_bytecode_add_vtx(&bc, &vtx))) { in r600_create_vertex_fetch_shader()
|
D | r600_shader.c | 1300 r = r600_bytecode_add_vtx(ctx->bc, &vtx); in load_sample_position() 1350 r = r600_bytecode_add_vtx(ctx->bc, &vtx); in load_block_grid_size() 1537 if ((r = r600_bytecode_add_vtx(ctx->bc, &vtx))) in tgsi_fetch_rel_const() 1654 if ((r = r600_bytecode_add_vtx(ctx->bc, &vtx))) in fetch_gs_input() 2318 r600_bytecode_add_vtx(ctx.bc, &vtx); in generate_gs_copy_shader() 2677 r = r600_bytecode_add_vtx(ctx->bc, &vtx); in r600_fetch_tess_io_info() 2705 r = r600_bytecode_add_vtx(ctx->bc, &vtx); in r600_fetch_tess_io_info() 6905 if ((r = r600_bytecode_add_vtx(ctx->bc, &vtx))) in do_vtx_fetch_inst()
|