Home
last modified time | relevance | path

Searched defs:hw_opcode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c173 unsigned int hw_opcode, in ei_vector1()
190 unsigned int hw_opcode, in ei_vector2()
207 unsigned int hw_opcode, in ei_math1()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_assembler.cpp282 auto hw_opcode = opcode_map.find(opcode); in emit_alu_op() local