Searched refs:ROGUE_COEFF_ALIGN (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_operand.h | 56 #define ROGUE_COEFF_ALIGN 4 macro
|
H A D | rogue_validate.c | 87 [2] = { .mask = ROH(ROGUE_OPERAND_TYPE_REG_COEFF), .min = -1, .max = -1, .align = ROGUE_COEFF_ALIGN, }, 88 [3] = { .mask = ROH(ROGUE_OPERAND_TYPE_REG_COEFF), .min = -1, .max = -1, .align = ROGUE_COEFF_ALIGN, },
|
H A D | rogue_build_data.c | 63 coeffs += ROGUE_COEFF_ALIGN * args->components[u]; in alloc_iterator_regs() 533 return args->base[i] + (ROGUE_COEFF_ALIGN * component); in rogue_coeff_index_fs()
|
Completed in 2 milliseconds