Searched refs:r600_bytecode_alu (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_asm.h49 struct r600_bytecode_alu { struct
209 struct r600_bytecode_alu *curr_bs_head;
210 struct r600_bytecode_alu *prev_bs_head;
211 struct r600_bytecode_alu *prev2_bs_head;
288 struct r600_bytecode_alu *alu, unsigned id);
296 const struct r600_bytecode_alu *alu);
316 const struct r600_bytecode_alu *alu, unsigned type);
321 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
333 struct r600_bytecode_alu *alu, unsigned id);
335 struct r600_bytecode_alu *al
[all...]
H A Dr600_shader.c507 struct r600_bytecode_alu alu;
516 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
548 struct r600_bytecode_alu alu;
551 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
695 struct r600_bytecode_alu alu;
728 struct r600_bytecode_alu alu;
733 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
756 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
785 struct r600_bytecode_alu alu;
790 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
[all...]
H A Dr600_asm.c41 static inline bool alu_writes(struct r600_bytecode_alu *alu)
46 static inline unsigned int r600_bytecode_get_num_operands(const struct r600_bytecode_alu *alu)
65 static struct r600_bytecode_alu *r600_bytecode_alu(void) function in typeref:struct:r600_bytecode_alu *
67 struct r600_bytecode_alu *alu = CALLOC_STRUCT(r600_bytecode_alu);
254 static int is_alu_once_inst(struct r600_bytecode_alu *alu)
259 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
265 static int is_alu_mova_inst(struct r600_bytecode_alu *alu)
270 static int alu_uses_rel(struct r600_bytecode_alu *al
[all...]
H A Dr700_asm.c37 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id)
81 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1)
H A Deg_asm.c179 struct r600_bytecode_alu alu;
259 int eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_asm.h53 struct r600_bytecode_alu { struct
213 struct r600_bytecode_alu *curr_bs_head;
214 struct r600_bytecode_alu *prev_bs_head;
215 struct r600_bytecode_alu *prev2_bs_head;
295 struct r600_bytecode_alu *alu, unsigned id);
303 const struct r600_bytecode_alu *alu);
323 const struct r600_bytecode_alu *alu, unsigned type);
327 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1);
339 struct r600_bytecode_alu *alu, unsigned id);
341 struct r600_bytecode_alu *al
[all...]
H A Dr600_shader.c591 struct r600_bytecode_alu alu;
600 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
632 struct r600_bytecode_alu alu;
635 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
783 struct r600_bytecode_alu alu;
816 struct r600_bytecode_alu alu;
821 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
844 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
873 struct r600_bytecode_alu alu;
878 memset(&alu, 0, sizeof(struct r600_bytecode_alu));
[all...]
H A Dr600_asm.c41 static inline bool alu_writes(struct r600_bytecode_alu *alu)
46 static inline unsigned int r600_bytecode_get_num_operands(const struct r600_bytecode_alu *alu)
65 static struct r600_bytecode_alu *r600_bytecode_alu(void) function in typeref:struct:r600_bytecode_alu *
67 struct r600_bytecode_alu *alu = CALLOC_STRUCT(r600_bytecode_alu);
254 static int is_alu_once_inst(struct r600_bytecode_alu *alu)
259 static int is_alu_reduction_inst(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
265 static int is_alu_mova_inst(struct r600_bytecode_alu *alu)
270 static int alu_uses_rel(struct r600_bytecode_alu *al
[all...]
H A Dr700_asm.c37 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id)
81 struct r600_bytecode_alu *alu, uint32_t word0, uint32_t word1)
H A Deg_asm.c179 struct r600_bytecode_alu alu;
259 int eg_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_ir_to_assembly.cpp214 struct r600_bytecode_alu alu;
927 r600_bytecode_alu alu;
928 memset(&alu, 0, sizeof(r600_bytecode_alu));
953 r600_bytecode_alu alu_fetch;
954 r600_bytecode_alu alu_read;
963 memset(&alu_fetch, 0, sizeof(r600_bytecode_alu));
978 memset(&alu_read, 0, sizeof(r600_bytecode_alu));
1002 r600_bytecode_alu alu_fetch;
1003 r600_bytecode_alu alu_read;
1005 memset(&alu_fetch, 0, sizeof(r600_bytecode_alu));
[all...]

Completed in 49 milliseconds