Searched refs:acc_wr_control (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | i965_asm.h | 76 unsigned acc_wr_control:1; member
|
D | i965_gram.y | 295 options.acc_wr_control); in i965_asm_set_instruction_options() 576 options->acc_wr_control = true; in add_instruction_option()
|
/external/igt-gpu-tools/assembler/ |
D | brw_eu_compact.c | 485 temp.dw0.acc_wr_control = src->header.acc_wr_control; in brw_try_compact_instruction() 573 dst->header.acc_wr_control = src->dw0.acc_wr_control; in brw_uncompact_instruction()
|
D | gen4asm.h | 96 unsigned acc_wr_control:1; member
|
D | brw_eu.c | 160 p->current->header.acc_wr_control = value; in brw_set_acc_write_control()
|
D | brw_structs.h | 839 unsigned acc_wr_control:1; member 1477 unsigned acc_wr_control:1; /* 23-23 */ member
|
D | gen8_instruction.h | 116 F(acc_wr_control, 28, 28)
|
D | gram.y | 614 options->acc_wr_control = BRW_ACCUMULATOR_WRITE_ENABLE; in add_option() 3229 gen8_set_acc_wr_control(GEN8(instr), options.acc_wr_control); in set_instruction_options() 3238 GEN(instr)->header.acc_wr_control = options.acc_wr_control; in set_instruction_options()
|
D | brw_disasm.c | 1336 err |= control (file, "acc write control", accwr, inst->header.acc_wr_control, &space); in brw_disasm()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_inst.h | 301 FC(acc_wr_control, /* 4+ */ 28, 28, /* 12+ */ 33, 33, devinfo->gen >= 6) 1393 FC(acc_wr_control, /* 4+ */ 23, 23, /* 12+ */ -1, -1, devinfo->gen >= 6)
|
D | brw_eu.cpp | 295 p->current->acc_wr_control = value; in brw_set_default_acc_write_control()
|
D | brw_eu_compact.c | 1722 compact(acc_wr_control); in try_compact_instruction() 2075 uncompact(acc_wr_control); in uncompact_instruction()
|
D | brw_eu.h | 79 bool acc_wr_control:1; member
|
D | brw_eu_emit.c | 640 brw_inst_set_acc_wr_control(devinfo, insn, state->acc_wr_control); in brw_inst_set_state()
|