Searched refs:cond_modifier (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_asm.h | 54 unsigned cond_modifier:4; member
|
D | elk_gram.y | 705 $4.cond_modifier); 760 $4.cond_modifier); 811 $4.cond_modifier); 905 $4.cond_modifier); 2196 $$.cond_modifier = $1; 2202 $$.cond_modifier = $1;
|
D | elk_inst.h | 184 F(cond_modifier, /* 4+ */ 27, 24) 1004 F(cond_modifier, /* 4+ */ 27, 24) /* Same location as elk_inst */
|
D | elk_eu_compact.c | 1496 compact(cond_modifier); in try_compact_instruction() 1727 uncompact(cond_modifier); in uncompact_instruction()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_asm_internal.h | 37 unsigned cond_modifier:4; member
|
D | brw_eu_validate.c | 65 enum brw_conditional_mod cond_modifier; member 1724 ERROR_IF(inst->cond_modifier == BRW_CONDITIONAL_NONE, in instruction_restrictions() 1729 ERROR_IF((inst->cond_modifier != BRW_CONDITIONAL_NONE) == in instruction_restrictions() 1792 (inst->saturate || inst->cond_modifier != BRW_CONDITIONAL_NONE), in instruction_restrictions() 1896 const enum brw_conditional_mod cmod = inst->cond_modifier; in instruction_restrictions() 1904 ERROR_IF(inst->cond_modifier != BRW_CONDITIONAL_NONE, in instruction_restrictions() 1931 ERROR_IF(inst->cond_modifier == BRW_CONDITIONAL_NONE, in instruction_restrictions() 2367 ERROR_IF(inst->cond_modifier != BRW_CONDITIONAL_NONE, in scalar_register_restrictions() 2765 inst->cond_modifier = brw_eu_inst_cond_modifier(devinfo, raw); in brw_hw_decode_inst()
|
D | brw_gram.y | 678 $4.cond_modifier); 723 $4.cond_modifier); 766 $4.cond_modifier); 846 $4.cond_modifier); 1983 $$.cond_modifier = $1; 1989 $$.cond_modifier = $1;
|
D | brw_eu_inst.h | 374 F(cond_modifier, /* 9+ */ 27, 24, /* 12+ */ 95, 92) 1394 F(cond_modifier, /* 9+ */ 27, 24, /* 12+ */ -1, -1) /* Same location as brw_eu_inst */
|
D | brw_eu_compact.c | 1769 compact(cond_modifier); in try_compact_instruction() 2174 uncompact(cond_modifier); in uncompact_instruction()
|
/external/igt-gpu-tools/assembler/ |
D | gen8_instruction.h | 117 F(cond_modifier, 27, 24)
|
/external/mesa3d/docs/relnotes/ |
D | 24.3.1.rst | 61 - intel/brw: Fix decoding of cond_modifier and saturate in EU validation
|