Searched refs:r600_bytecode_gds (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.h | 120 struct r600_bytecode_gds { struct 257 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id); 273 const struct r600_bytecode_gds *gds);
|
D | r600_asm.c | 99 static struct r600_bytecode_gds *r600_bytecode_gds(void) in r600_bytecode_gds() function 101 struct r600_bytecode_gds *gds = CALLOC_STRUCT(r600_bytecode_gds); in r600_bytecode_gds() 1447 int r600_bytecode_add_gds(struct r600_bytecode *bc, const struct r600_bytecode_gds *gds) in r600_bytecode_add_gds() 1449 struct r600_bytecode_gds *ngds = r600_bytecode_gds(); in r600_bytecode_add_gds() 1454 memcpy(ngds, gds, sizeof(struct r600_bytecode_gds)); in r600_bytecode_add_gds() 1685 struct r600_bytecode_gds *gds; in r600_bytecode_build() 1804 struct r600_bytecode_gds *gds = NULL, *next_gds; in r600_bytecode_clear() 2013 struct r600_bytecode_gds *gds = NULL; in r600_bytecode_disasm()
|
D | eg_asm.c | 197 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id) in eg_bytecode_gds_build()
|
D | r600_shader.c | 2888 struct r600_bytecode_gds gds; in r600_emit_tess_factor() 2890 memset(&gds, 0, sizeof(struct r600_bytecode_gds)); in r600_emit_tess_factor()
|