Home
last modified time | relevance | path

Searched refs:pred_control (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/tools/
Di965_asm.h62 unsigned pred_control:4; member
/external/igt-gpu-tools/assembler/
Dgen4asm.h83 unsigned pred_control:4; member
Dgen8_instruction.h120 F(pred_control, 19, 16)
Dgram.y2844 $$.pred_control = BRW_PREDICATE_NONE;
2851 $$.pred_control = $4;
3247 gen8_set_pred_control(GEN8(instr), p->pred_control); in set_instruction_predicate()
3252 GEN(instr)->header.predicate_control = p->pred_control; in set_instruction_predicate()
3274 if (p->pred_control != BRW_PREDICATE_NONE && in set_instruction_pred_cond()
/external/mesa3d/src/intel/compiler/
Dbrw_inst.h307 F(pred_control, /* 4+ */ 19, 16, /* 12+ */ 27, 24)