Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h310 int r600_bytecode_add_gds(struct r600_bytecode *bc,
Dr600_asm.c1496 int r600_bytecode_add_gds(struct r600_bytecode *bc, const struct r600_bytecode_gds *gds) in r600_bytecode_add_gds() function
Dr600_shader.c3340 r = r600_bytecode_add_gds(ctx->bc, &gds); in r600_emit_tess_factor()
8743 r = r600_bytecode_add_gds(ctx->bc, &gds); in tgsi_load_gds()
9471 r = r600_bytecode_add_gds(ctx->bc, &gds); in tgsi_atomic_op_gds()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp881 int r = r600_bytecode_add_gds(m_bc, &gds); in visit()
904 if (r600_bytecode_add_gds(m_bc, &gds) != 0) in visit()
919 if (r600_bytecode_add_gds(m_bc, &gds)) in visit()