Searched refs:thread_control (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/intel/tools/ |
D | i965_asm.h | 71 unsigned thread_control:2; member
|
D | i965_gram.y | 286 options.thread_control); in i965_asm_set_instruction_options() 552 options->thread_control |= BRW_THREAD_SWITCH; in add_instruction_option() 555 options->thread_control |= BRW_THREAD_ATOMIC; in add_instruction_option()
|
/external/igt-gpu-tools/assembler/ |
D | gen4asm.h | 92 unsigned thread_control:2; member
|
D | gram.y | 596 options->thread_control |= BRW_THREAD_SWITCH; in add_option() 599 options->thread_control |= BRW_THREAD_ATOMIC; in add_option() 810 GEN(&$$)->header.thread_control |= BRW_THREAD_SWITCH; 836 GEN(&$$)->header.thread_control |= BRW_THREAD_SWITCH; 867 GEN(&$$)->header.thread_control |= BRW_THREAD_SWITCH; 906 GEN(&$$)->header.thread_control |= BRW_THREAD_SWITCH; 958 GEN(&$$)->header.thread_control |= BRW_THREAD_SWITCH; 973 GEN(&$$)->header.thread_control |= BRW_THREAD_SWITCH; 3225 gen8_set_thread_control(GEN8(instr), options.thread_control); in set_instruction_options() 3234 GEN(instr)->header.thread_control = options.thread_control; in set_instruction_options()
|
D | gen8_instruction.h | 121 F(thread_control, 15, 14)
|
D | brw_eu_emit.c | 1204 insn->header.thread_control = BRW_THREAD_SWITCH; in brw_IF() 1239 insn->header.thread_control = BRW_THREAD_SWITCH; in gen6_IF() 1403 insn->header.thread_control = BRW_THREAD_SWITCH; in brw_ELSE() 1472 insn->header.thread_control = BRW_THREAD_SWITCH; in brw_ENDIF()
|
D | brw_structs.h | 830 unsigned thread_control:2; member
|
D | brw_disasm.c | 1334 err |= control (file, "thread control", thread_ctrl, inst->header.thread_control, &space); in brw_disasm()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_inst.h | 308 F(thread_control, /* 4+ */ 15, 14, /* 12+ */ -1, -1)
|