Home
last modified time | relevance | path

Searched refs:r600_bytecode_add_vtx_tc (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h306 int r600_bytecode_add_vtx_tc(struct r600_bytecode *bc,
Dr600_asm.c1428 int r600_bytecode_add_vtx_tc(struct r600_bytecode *bc, const struct r600_bytecode_vtx *vtx) in r600_bytecode_add_vtx_tc() function
Dr600_shader.c1501 if ((r = r600_bytecode_add_vtx_tc(ctx->bc, &vtx))) in eg_load_helper_invocation()
7527 if ((r = r600_bytecode_add_vtx_tc(ctx->bc, &vtx))) in r600_do_buffer_txq()
8873 r = r600_bytecode_add_vtx_tc(ctx->bc, &vtx); in tgsi_load_buffer()
8946 r = r600_bytecode_add_vtx_tc(ctx->bc, &vtx); in tgsi_load_rat()
9328 r = r600_bytecode_add_vtx_tc(ctx->bc, &vtx); in tgsi_atomic_op_rat()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp775 if ((r600_bytecode_add_vtx_tc(m_bc, &vtx))) { in emit_vtx()