Searched refs:BRW_OPCODE_AVG (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_defines.h625 BRW_OPCODE_AVG = 66, enumerator in enum:opcode
H A Dbrw_optimize.c58 [BRW_OPCODE_AVG] = { .name = "avg", .nsrc = 2, .ndst = 1, .is_arith = 1 },
H A Dbrw_disasm.c63 [BRW_OPCODE_AVG] = { .name = "avg", .nsrc = 2, .ndst = 1 },
H A Dbrw_eu_emit.c952 return brw_alu2(p, BRW_OPCODE_AVG, dest, src0, src1);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_defines.h625 BRW_OPCODE_AVG = 66, enumerator in enum:opcode
H A Dbrw_optimize.c58 [BRW_OPCODE_AVG] = { .name = "avg", .nsrc = 2, .ndst = 1, .is_arith = 1 },
H A Dbrw_disasm.c63 [BRW_OPCODE_AVG] = { .name = "avg", .nsrc = 2, .ndst = 1 },
H A Dbrw_eu_emit.c952 return brw_alu2(p, BRW_OPCODE_AVG, dest, src0, src1);

Completed in 58 milliseconds