Searched defs:r600_alu_op_table (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_isa.c30 const struct alu_op_info r600_alu_op_table[] = { variable in typeref:struct:alu_op_info
516 return ARRAY_SIZE(r600_alu_op_table);
521 assert (op < ARRAY_SIZE(r600_alu_op_table));
522 return &r600_alu_op_table[op];
558 for (i = 0; i < ARRAY_SIZE(r600_alu_op_table); ++i) {
559 const struct alu_op_info *op = &r600_alu_op_table[i];

Completed in 188 milliseconds