Home
last modified time | relevance | path

Searched refs:ROGUE_OP_MOV (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/imagination/rogue/
H A Drogue.c274 struct rogue_instr *instr = rogue_shader_insert(shader, ROGUE_OP_MOV); in trans_nir_alu_mov()
467 struct rogue_instr *instr = rogue_shader_insert(shader, ROGUE_OP_MOV); in trans_nir_intrinsic_load_input_vs()
518 struct rogue_instr *instr = rogue_shader_insert(shader, ROGUE_OP_MOV); in trans_nir_intrinsic_store_output_fs()
611 struct rogue_instr *instr = rogue_shader_insert(shader, ROGUE_OP_MOV); in trans_nir_intrinsic_load_ubo()
H A Drogue_instr.h53 ROGUE_OP_MOV, /** Register move instruction. */ enumerator
H A Drogue_dump.c62 [ROGUE_OP_MOV] = "mov",
H A Drogue_instr.c50 [ROGUE_OP_MOV] = 2,
H A Drogue_validate.c113 [ROGUE_OP_MOV] = { .flags = ROH(ROGUE_INSTR_FLAG_OLCHK),
H A Drogue_encode.c379 [ROGUE_OP_MOV] = {

Completed in 4 milliseconds