Searched refs:hw_opcode (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r3xx_vertprog.c | 190 unsigned int hw_opcode, in ei_vector1() argument 194 inst[0] = PVS_OP_DST_OPERAND(hw_opcode, in ei_vector1() 207 unsigned int hw_opcode, in ei_vector2() argument 211 inst[0] = PVS_OP_DST_OPERAND(hw_opcode, in ei_vector2() 224 unsigned int hw_opcode, in ei_math1() argument 228 inst[0] = PVS_OP_DST_OPERAND(hw_opcode, in ei_math1()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_compact.c | 1515 compact(hw_opcode); in brw_try_compact_3src_instruction() 1840 compact(hw_opcode); in try_compact_instruction() 2166 uncompact(hw_opcode); in brw_uncompact_3src_instruction() 2222 uncompact(hw_opcode); in uncompact_instruction()
|
D | brw_inst.h | 321 F(hw_opcode, /* 4+ */ 6, 0, /* 12+ */ 6, 0) 1404 F(hw_opcode, /* 4+ */ 6, 0, /* 12+ */ 6, 0) /* Same location as brw_inst */
|