Home
last modified time | relevance | path

Searched refs:hwreg (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu_debug.c37 void brw_print_reg( struct brw_reg hwreg ) in brw_print_reg() argument
58 hwreg.abs ? "abs/" : "", in brw_print_reg()
59 hwreg.negate ? "-" : ""); in brw_print_reg()
61 if (hwreg.file == BRW_GENERAL_REGISTER_FILE && in brw_print_reg()
62 hwreg.nr % 2 == 0 && in brw_print_reg()
63 hwreg.subnr == 0 && in brw_print_reg()
64 hwreg.vstride == BRW_VERTICAL_STRIDE_8 && in brw_print_reg()
65 hwreg.width == BRW_WIDTH_8 && in brw_print_reg()
66 hwreg.hstride == BRW_HORIZONTAL_STRIDE_1 && in brw_print_reg()
67 hwreg.type == BRW_REGISTER_TYPE_F) { in brw_print_reg()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h125 void (*allocate)(void * data, unsigned input, unsigned hwreg),
Dradeon_pair_regalloc.c204 unsigned int hwreg) in alloc_input_simple() argument
213 s->Input[input].Index = hwreg; in alloc_input_simple()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c116 void (*allocate)(void * data, unsigned input, unsigned hwreg), in allocate_hardware_inputs() argument