Searched refs:thread_control (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_asm.h | 73 unsigned thread_control:2; member
|
D | elk_gram.y | 290 options.thread_control); in i965_asm_set_instruction_options() 576 options->thread_control |= ELK_THREAD_SWITCH; in add_instruction_option() 579 options->thread_control |= ELK_THREAD_ATOMIC; in add_instruction_option()
|
D | elk_inst.h | 189 F(thread_control, /* 4+ */ 15, 14)
|
/external/mesa3d/src/intel/compiler/ |
D | brw_asm_internal.h | 67 unsigned thread_control:2; member
|
D | brw_gram.y | 288 options.thread_control); in i965_asm_set_instruction_options() 589 options->thread_control |= BRW_THREAD_SWITCH; in add_instruction_option() 592 options->thread_control |= BRW_THREAD_ATOMIC; in add_instruction_option()
|
D | brw_eu_inst.h | 379 F(thread_control, /* 9+ */ 15, 14, /* 12+ */ -1, -1)
|
/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()
|