Home
last modified time | relevance | path

Searched refs:thread_control (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/intel/compiler/elk/
Delk_asm.h73 unsigned thread_control:2; member
Delk_gram.y290 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()
Delk_inst.h189 F(thread_control, /* 4+ */ 15, 14)
/external/mesa3d/src/intel/compiler/
Dbrw_asm_internal.h67 unsigned thread_control:2; member
Dbrw_gram.y288 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()
Dbrw_eu_inst.h379 F(thread_control, /* 9+ */ 15, 14, /* 12+ */ -1, -1)
/external/igt-gpu-tools/assembler/
Dgen4asm.h92 unsigned thread_control:2; member
Dgram.y596 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()
Dgen8_instruction.h121 F(thread_control, 15, 14)
Dbrw_eu_emit.c1204 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()
Dbrw_structs.h830 unsigned thread_control:2; member
Dbrw_disasm.c1334 err |= control (file, "thread control", thread_ctrl, inst->header.thread_control, &space); in brw_disasm()