HomeSort by relevance Sort by last modified time
    Searched full:r600_bytecode_alu (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 48 struct r600_bytecode_alu { struct
184 struct r600_bytecode_alu *curr_bs_head;
185 struct r600_bytecode_alu *prev_bs_head;
186 struct r600_bytecode_alu *prev2_bs_head;
259 struct r600_bytecode_alu *alu, unsigned id);
267 const struct r600_bytecode_alu *alu);
281 const struct r600_bytecode_alu *alu, unsigned type);
286 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
298 struct r600_bytecode_alu *alu, unsigned id);
300 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1)
    [all...]
r600_shader.c 482 struct r600_bytecode_alu alu;
491 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
523 struct r600_bytecode_alu alu;
526 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
670 struct r600_bytecode_alu alu;
703 struct r600_bytecode_alu alu;
708 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
731 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
760 struct r600_bytecode_alu alu;
765 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
    [all...]
r600_asm.c 41 static inline bool alu_writes(struct r600_bytecode_alu *alu)
47 struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
53 struct r600_bytecode_alu *alu, unsigned id);
69 static struct r600_bytecode_alu *r600_bytecode_alu(void) function
71 struct r600_bytecode_alu *alu = CALLOC_STRUCT(r600_bytecode_alu);
239 static int is_alu_once_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
244 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
250 static int is_alu_mova_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu
    [all...]
r700_asm.c 36 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id)
80 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1)
eg_asm.c 150 struct r600_bytecode_alu alu;
220 int eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id)

Completed in 103 milliseconds