Searched refs:set_direct_src_operand (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/assembler/ |
D | gram.y | 117 static void set_direct_src_operand(struct src_operand *src, struct brw_reg *reg, 1518 set_direct_src_operand(¬ify_src, &$3, BRW_REGISTER_TYPE_D); 2205 set_direct_src_operand(&$$, &$1, $3.type); 2230 set_direct_src_operand(&$$, &$1, BRW_REGISTER_TYPE_UB); 2234 set_direct_src_operand(&$$, &$1, BRW_REGISTER_TYPE_UD); 2242 set_direct_src_operand(&$$, &$1, BRW_REGISTER_TYPE_UD); 2246 set_direct_src_operand(&$$, &$1, BRW_REGISTER_TYPE_UD); 2251 set_direct_src_operand(&$$, &$1, BRW_REGISTER_TYPE_UD); 2253 set_direct_src_operand(&$$, &$1, $3.type); 2303 set_direct_src_operand(&$$, &$1, BRW_REGISTER_TYPE_UD); [all …]
|
/external/mesa3d/src/intel/compiler/ |
D | brw_gram.y | 94 set_direct_src_operand(struct brw_reg *reg, int type) in set_direct_src_operand() function 1060 $$ = set_direct_src_operand(&$1, $3); 1412 $$ = set_direct_src_operand(&$1, $3); 1441 $$ = set_direct_src_operand(&$3, $5); 1467 $$ = set_direct_src_operand(&$1, $3); 1474 $$ = set_direct_src_operand(&$1, BRW_TYPE_UW);
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_gram.y | 94 set_direct_src_operand(struct elk_reg *reg, int type) in set_direct_src_operand() function 1613 $$ = set_direct_src_operand(&$1, $3); 1642 $$ = set_direct_src_operand(&$3, $5); 1668 $$ = set_direct_src_operand(&$1, $3); 1675 $$ = set_direct_src_operand(&$1, ELK_REGISTER_TYPE_UW);
|