Searched refs:r600_bytecode_add_vtx (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 305 int r600_bytecode_add_vtx(struct r600_bytecode *bc,
|
D | r600_asm.c | 1506 int r600_bytecode_add_vtx(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx() function 2811 if ((r = r600_bytecode_add_vtx(&bc, &vtx))) { in r600_create_vertex_fetch_shader()
|
D | r600_shader.c | 1481 r = r600_bytecode_add_vtx(ctx->bc, &vtx); in load_sample_position() 1600 r = r600_bytecode_add_vtx(ctx->bc, &vtx); in load_block_grid_size() 1693 r = r600_bytecode_add_vtx(ctx->bc, &vtx); in tgsi_src() 1871 if ((r = r600_bytecode_add_vtx(ctx->bc, &vtx))) in tgsi_fetch_rel_const() 1988 if ((r = r600_bytecode_add_vtx(ctx->bc, &vtx))) in fetch_gs_input() 2652 r600_bytecode_add_vtx(ctx.bc, &vtx); in generate_gs_copy_shader() 3011 r = r600_bytecode_add_vtx(ctx->bc, &vtx); in r600_fetch_tess_io_info() 3039 r = r600_bytecode_add_vtx(ctx->bc, &vtx); in r600_fetch_tess_io_info() 7451 if ((r = r600_bytecode_add_vtx(ctx->bc, &vtx))) in do_vtx_fetch_inst()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_assembler.cpp | 700 if ((r600_bytecode_add_vtx(m_bc, &vtx))) { in visit()
|