Searched refs:hw_opcode (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r3xx_vertprog.c | 189 unsigned int hw_opcode, in ei_vector1() argument 193 inst[0] = PVS_OP_DST_OPERAND(hw_opcode, in ei_vector1() 206 unsigned int hw_opcode, in ei_vector2() argument 210 inst[0] = PVS_OP_DST_OPERAND(hw_opcode, in ei_vector2() 223 unsigned int hw_opcode, in ei_math1() argument 227 inst[0] = PVS_OP_DST_OPERAND(hw_opcode, in ei_math1()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_compact.c | 1517 compact(hw_opcode); in brw_try_compact_3src_instruction() 1868 compact(hw_opcode); in try_compact_instruction() 2194 uncompact(hw_opcode); in brw_uncompact_3src_instruction() 2250 uncompact(hw_opcode); in uncompact_instruction()
|
D | brw_inst.h | 323 F(hw_opcode, /* 4+ */ 6, 0, /* 12+ */ 6, 0) 1406 F(hw_opcode, /* 4+ */ 6, 0, /* 12+ */ 6, 0) /* Same location as brw_inst */
|