Home
last modified time | relevance | path

Searched refs:const_reg (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/imagination/rogue/nir/
H A Drogue_nir_constreg.c53 size_t const_reg = rogue_constreg_lookup(value); in rogue_nir_constreg() local
54 if (const_reg != ROGUE_NO_CONST_REG) in rogue_nir_constreg()
/third_party/mesa3d/src/imagination/rogue/
H A Drogue.c175 size_t const_reg = rogue_constreg_lookup(const_value); in trans_constreg_operand() local
180 assert(const_reg != ROGUE_NO_CONST_REG); in trans_constreg_operand()
185 const_reg)); in trans_constreg_operand()
/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump.c142 uint32_t const_reg; /* the const register holding the value */ member
340 if (uniform->const_reg == -1) { in dump_uniform()
343 printf("\tC%d: %s\n", uniform->const_reg, name); in dump_uniform()

Completed in 4 milliseconds