Home
last modified time | relevance | path

Searched refs:dependency_control (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/assembler/
Dgen4asm.h93 unsigned dependency_control:2; member
Dgram.y602 options->dependency_control |= BRW_DEPENDENCY_NOTCHECKED; in add_option()
605 options->dependency_control |= BRW_DEPENDENCY_NOTCLEARED; in add_option()
3226 gen8_set_dep_control(GEN8(instr), options.dependency_control); in set_instruction_options()
3235 GEN(instr)->header.dependency_control = options.dependency_control; in set_instruction_options()
Dbrw_structs.h828 unsigned dependency_control:2; member
Dbrw_disasm.c1318 err |= control (file, "dependency control", dep_ctrl, inst->header.dependency_control, &space); in brw_disasm()