HomeSort by relevance Sort by last modified time
    Searched defs:alu (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_code.h 192 int alu_offset; /**< first ALU instruction */
193 int alu_end; /**< last ALU instruction, relative to alu_offset */
207 unsigned int length; /**< total # of ALU instructions used */
215 } alu; member in struct:r300_fragment_program_code
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_asm.c 36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
38 if(alu->is_op3)
44 switch (alu->inst) {
121 "Need instruction operand number for 0x%x.\n", alu->inst);
126 switch (alu->inst) {
204 "Need instruction operand number for 0x%x.\n", alu->inst);
212 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
221 LIST_INITHEAD(&cf->alu);
229 struct r600_bytecode_alu *alu = CALLOC_STRUCT(r600_bytecode_alu); local
231 if (alu == NULL
606 struct r600_bytecode_alu *alu; local
918 struct r600_bytecode_alu *alu = slots[i]; local
1065 struct r600_bytecode_alu *alu; local
1359 struct r600_bytecode_alu alu; local
1378 struct r600_bytecode_alu alu; local
1405 struct r600_bytecode_alu alu; local
1904 struct r600_bytecode_alu *alu; local
2205 struct r600_bytecode_alu *alu = NULL, *next_alu; local
2236 struct r600_bytecode_alu *alu = NULL; local
2770 struct r600_bytecode_alu alu; local
2787 struct r600_bytecode_alu alu; local
    [all...]
r600_asm.h 163 struct list_head alu; member in struct:r600_bytecode_cf
227 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu);
233 int r600_bytecode_add_alu_type(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu, int type);
243 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
r600_shader.c 273 unsigned bytes_read, struct r600_bytecode_alu * alu, unsigned src_idx)
279 alu->src[src_idx].sel = sel0 | (sel1 << 8);
280 alu->src[src_idx].chan = bytes[bytes_read++];
281 alu->src[src_idx].neg = bytes[bytes_read++];
282 alu->src[src_idx].abs = bytes[bytes_read++];
283 alu->src[src_idx].rel = bytes[bytes_read++];
284 alu->src[src_idx].kc_bank = bytes[bytes_read++];
286 alu->src[src_idx].value |= bytes[bytes_read++] << (i * 8);
297 struct r600_bytecode_alu alu; local
298 memset(&alu, 0, sizeof(alu))
376 struct r600_bytecode_alu alu; local
597 struct r600_bytecode_alu alu; local
655 struct r600_bytecode_alu alu; local
761 struct r600_bytecode_alu alu; local
860 struct r600_bytecode_alu alu; local
992 struct r600_bytecode_alu alu; local
1038 struct r600_bytecode_alu alu; local
1089 struct r600_bytecode_alu alu; local
1345 struct r600_bytecode_alu alu; local
1359 struct r600_bytecode_alu alu; local
1444 struct r600_bytecode_alu alu; local
1782 struct r600_bytecode_alu alu; local
1841 struct r600_bytecode_alu alu; local
1873 struct r600_bytecode_alu alu; local
1903 struct r600_bytecode_alu alu; local
1939 struct r600_bytecode_alu alu; local
2010 struct r600_bytecode_alu alu; local
2041 struct r600_bytecode_alu alu; local
2084 struct r600_bytecode_alu alu; local
2204 struct r600_bytecode_alu alu; local
2238 struct r600_bytecode_alu alu; local
2388 struct r600_bytecode_alu alu; local
2416 struct r600_bytecode_alu alu; local
2438 struct r600_bytecode_alu alu; local
2460 struct r600_bytecode_alu alu; local
2508 struct r600_bytecode_alu alu; local
2548 struct r600_bytecode_alu alu; local
3413 struct r600_bytecode_alu alu; local
3462 struct r600_bytecode_alu alu; local
3518 struct r600_bytecode_alu alu; local
3581 struct r600_bytecode_alu alu; local
3632 struct r600_bytecode_alu alu; local
3659 struct r600_bytecode_alu alu; local
3690 struct r600_bytecode_alu alu; local
3759 struct r600_bytecode_alu alu; local
4166 struct r600_bytecode_alu alu; local
4265 struct r600_bytecode_alu alu; local
4296 struct r600_bytecode_alu alu; local
4366 struct r600_bytecode_alu alu; local
4495 struct r600_bytecode_alu alu; local
4755 struct r600_bytecode_alu alu; local
4789 struct r600_bytecode_alu alu; local
4848 struct r600_bytecode_alu alu; local
4879 struct r600_bytecode_alu alu; local
5183 struct r600_bytecode_alu alu; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 192 int alu_offset; /**< first ALU instruction */
193 int alu_end; /**< last ALU instruction, relative to alu_offset */
207 unsigned int length; /**< total # of ALU instructions used */
215 } alu; member in struct:r300_fragment_program_code
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.c 36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
38 if(alu->is_op3)
44 switch (alu->inst) {
121 "Need instruction operand number for 0x%x.\n", alu->inst);
126 switch (alu->inst) {
204 "Need instruction operand number for 0x%x.\n", alu->inst);
212 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
221 LIST_INITHEAD(&cf->alu);
229 struct r600_bytecode_alu *alu = CALLOC_STRUCT(r600_bytecode_alu); local
231 if (alu == NULL
606 struct r600_bytecode_alu *alu; local
918 struct r600_bytecode_alu *alu = slots[i]; local
1065 struct r600_bytecode_alu *alu; local
1359 struct r600_bytecode_alu alu; local
1378 struct r600_bytecode_alu alu; local
1405 struct r600_bytecode_alu alu; local
1904 struct r600_bytecode_alu *alu; local
2205 struct r600_bytecode_alu *alu = NULL, *next_alu; local
2236 struct r600_bytecode_alu *alu = NULL; local
2770 struct r600_bytecode_alu alu; local
2787 struct r600_bytecode_alu alu; local
    [all...]
r600_asm.h 163 struct list_head alu; member in struct:r600_bytecode_cf
227 int r600_bytecode_add_alu(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu);
233 int r600_bytecode_add_alu_type(struct r600_bytecode *bc, const struct r600_bytecode_alu *alu, int type);
243 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
r600_shader.c 273 unsigned bytes_read, struct r600_bytecode_alu * alu, unsigned src_idx)
279 alu->src[src_idx].sel = sel0 | (sel1 << 8);
280 alu->src[src_idx].chan = bytes[bytes_read++];
281 alu->src[src_idx].neg = bytes[bytes_read++];
282 alu->src[src_idx].abs = bytes[bytes_read++];
283 alu->src[src_idx].rel = bytes[bytes_read++];
284 alu->src[src_idx].kc_bank = bytes[bytes_read++];
286 alu->src[src_idx].value |= bytes[bytes_read++] << (i * 8);
297 struct r600_bytecode_alu alu; local
298 memset(&alu, 0, sizeof(alu))
376 struct r600_bytecode_alu alu; local
597 struct r600_bytecode_alu alu; local
655 struct r600_bytecode_alu alu; local
761 struct r600_bytecode_alu alu; local
860 struct r600_bytecode_alu alu; local
992 struct r600_bytecode_alu alu; local
1038 struct r600_bytecode_alu alu; local
1089 struct r600_bytecode_alu alu; local
1345 struct r600_bytecode_alu alu; local
1359 struct r600_bytecode_alu alu; local
1444 struct r600_bytecode_alu alu; local
1782 struct r600_bytecode_alu alu; local
1841 struct r600_bytecode_alu alu; local
1873 struct r600_bytecode_alu alu; local
1903 struct r600_bytecode_alu alu; local
1939 struct r600_bytecode_alu alu; local
2010 struct r600_bytecode_alu alu; local
2041 struct r600_bytecode_alu alu; local
2084 struct r600_bytecode_alu alu; local
2204 struct r600_bytecode_alu alu; local
2238 struct r600_bytecode_alu alu; local
2388 struct r600_bytecode_alu alu; local
2416 struct r600_bytecode_alu alu; local
2438 struct r600_bytecode_alu alu; local
2460 struct r600_bytecode_alu alu; local
2508 struct r600_bytecode_alu alu; local
2548 struct r600_bytecode_alu alu; local
3413 struct r600_bytecode_alu alu; local
3462 struct r600_bytecode_alu alu; local
3518 struct r600_bytecode_alu alu; local
3581 struct r600_bytecode_alu alu; local
3632 struct r600_bytecode_alu alu; local
3659 struct r600_bytecode_alu alu; local
3690 struct r600_bytecode_alu alu; local
3759 struct r600_bytecode_alu alu; local
4166 struct r600_bytecode_alu alu; local
4265 struct r600_bytecode_alu alu; local
4296 struct r600_bytecode_alu alu; local
4366 struct r600_bytecode_alu alu; local
4495 struct r600_bytecode_alu alu; local
4755 struct r600_bytecode_alu alu; local
4789 struct r600_bytecode_alu alu; local
4848 struct r600_bytecode_alu alu; local
4879 struct r600_bytecode_alu alu; local
5183 struct r600_bytecode_alu alu; local
    [all...]
  /external/valgrind/main/VEX/priv/
host_s390_defs.h 165 /* The kind of ALU instructions */
409 } alu; member in union:__anon15783::__anon15784

Completed in 352 milliseconds