Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/tools/
Di965_asm.h71 unsigned thread_control:2; member
Di965_gram.y286 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/
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()
/external/mesa3d/src/intel/compiler/
Dbrw_inst.h308 F(thread_control, /* 4+ */ 15, 14, /* 12+ */ -1, -1)