Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.h121 struct r600_bytecode_gds { struct
270 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id);
288 const struct r600_bytecode_gds *gds);
Dr600_asm.c95 static struct r600_bytecode_gds *r600_bytecode_gds(void) in r600_bytecode_gds() function
97 struct r600_bytecode_gds *gds = CALLOC_STRUCT(r600_bytecode_gds); in r600_bytecode_gds()
1461 int r600_bytecode_add_gds(struct r600_bytecode *bc, const struct r600_bytecode_gds *gds) in r600_bytecode_add_gds()
1463 struct r600_bytecode_gds *ngds = r600_bytecode_gds(); in r600_bytecode_add_gds()
1468 memcpy(ngds, gds, sizeof(struct r600_bytecode_gds)); in r600_bytecode_add_gds()
1706 struct r600_bytecode_gds *gds; in r600_bytecode_build()
1827 struct r600_bytecode_gds *gds = NULL, *next_gds; in r600_bytecode_clear()
2045 struct r600_bytecode_gds *gds = NULL; in r600_bytecode_disasm()
Deg_asm.c224 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id) in eg_bytecode_gds_build()
Dr600_shader.c3004 struct r600_bytecode_gds gds; in r600_emit_tess_factor()
3006 memset(&gds, 0, sizeof(struct r600_bytecode_gds)); in r600_emit_tess_factor()
7967 struct r600_bytecode_gds gds; in tgsi_load_gds()
7976 memset(&gds, 0, sizeof(struct r600_bytecode_gds)); in tgsi_load_gds()
8634 struct r600_bytecode_gds gds; in tgsi_atomic_op_gds()
8681 memset(&gds, 0, sizeof(struct r600_bytecode_gds)); in tgsi_atomic_op_gds()