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/
H A Dr600_asm.h311 int r600_bytecode_add_gds(struct r600_bytecode *bc,
H A Dr600_asm.c1580 int r600_bytecode_add_gds(struct r600_bytecode *bc, const struct r600_bytecode_gds *gds) in r600_bytecode_add_gds() function
H A Dr600_shader.c3351 r = r600_bytecode_add_gds(ctx->bc, &gds); in r600_emit_tess_factor()
8750 r = r600_bytecode_add_gds(ctx->bc, &gds); in tgsi_load_gds()
9499 r = r600_bytecode_add_gds(ctx->bc, &gds); in tgsi_atomic_op_gds()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_assembler.cpp728 if (r600_bytecode_add_gds(m_bc, &gds) != 0) { in visit()
745 if (r600_bytecode_add_gds(m_bc, &gds)) { in visit()
958 int r = r600_bytecode_add_gds(m_bc, &gds); in visit()

Completed in 20 milliseconds