Lines Matching refs:brw_compile

44 static void guess_execution_size(struct brw_compile *p,  in guess_execution_size()
63 gen6_resolve_implied_move(struct brw_compile *p, in gen6_resolve_implied_move()
86 gen7_convert_mrf_to_grf(struct brw_compile *p, struct brw_reg *reg) in gen7_convert_mrf_to_grf()
105 brw_set_dest(struct brw_compile *p, struct brw_instruction *insn, in brw_set_dest()
247 brw_set_src0(struct brw_compile *p, struct brw_instruction *insn, in brw_set_src0()
350 void brw_set_src1(struct brw_compile *p, in brw_set_src1()
445 brw_set_message_descriptor(struct brw_compile *p, in brw_set_message_descriptor()
479 static void brw_set_math_message( struct brw_compile *p, in brw_set_math_message()
536 static void brw_set_ff_sync_message(struct brw_compile *p, in brw_set_ff_sync_message()
552 static void brw_set_urb_message( struct brw_compile *p, in brw_set_urb_message()
594 brw_set_dp_write_message(struct brw_compile *p, in brw_set_dp_write_message()
653 brw_set_dp_read_message(struct brw_compile *p, in brw_set_dp_read_message()
709 brw_set_sampler_message(struct brw_compile *p, in brw_set_sampler_message()
751 brw_next_insn(struct brw_compile *p, unsigned opcode) in brw_next_insn()
781 static struct brw_instruction *brw_alu1( struct brw_compile *p, in brw_alu1()
792 static struct brw_instruction *brw_alu2(struct brw_compile *p, in brw_alu2()
832 brw_set_3src_dest(struct brw_compile *p, in brw_set_3src_dest()
853 brw_set_3src_src0(struct brw_compile *p, in brw_set_3src_src0()
870 brw_set_3src_src1(struct brw_compile *p, in brw_set_3src_src1()
888 brw_set_3src_src2(struct brw_compile *p, in brw_set_3src_src2()
904 static struct brw_instruction *brw_alu3(struct brw_compile *p, in brw_alu3()
924 struct brw_instruction *brw_##OP(struct brw_compile *p, \
932 struct brw_instruction *brw_##OP(struct brw_compile *p, \
941 struct brw_instruction *brw_##OP(struct brw_compile *p, \
958 void brw_##OP(struct brw_compile *p, \
1004 struct brw_instruction *brw_ADD(struct brw_compile *p, in ALU2()
1027 struct brw_instruction *brw_AVG(struct brw_compile *p, in brw_AVG()
1049 struct brw_instruction *brw_MUL(struct brw_compile *p, in brw_MUL()
1085 void brw_NOP(struct brw_compile *p) in brw_NOP()
1101 struct brw_instruction *brw_JMPI(struct brw_compile *p, in brw_JMPI()
1118 push_if_stack(struct brw_compile *p, struct brw_instruction *inst) in push_if_stack()
1131 pop_if_stack(struct brw_compile *p) in pop_if_stack()
1138 push_loop_stack(struct brw_compile *p, struct brw_instruction *inst) in push_loop_stack()
1154 get_inner_do_insn(struct brw_compile *p) in get_inner_do_insn()
1173 brw_IF(struct brw_compile *p, unsigned execute_size) in brw_IF()
1217 gen6_IF(struct brw_compile *p, uint32_t conditional, in gen6_IF()
1249 convert_IF_ELSE_to_ADD(struct brw_compile *p, in convert_IF_ELSE_to_ADD()
1289 patch_IF_ELSE(struct brw_compile *p, in patch_IF_ELSE()
1376 brw_ELSE(struct brw_compile *p) in brw_ELSE()
1409 brw_ENDIF(struct brw_compile *p) in brw_ENDIF()
1487 struct brw_instruction *brw_BREAK(struct brw_compile *p) in brw_BREAK()
1510 struct brw_instruction *gen6_CONT(struct brw_compile *p) in gen6_CONT()
1526 struct brw_instruction *brw_CONT(struct brw_compile *p) in brw_CONT()
1541 struct brw_instruction *gen6_HALT(struct brw_compile *p) in gen6_HALT()
1575 struct brw_instruction *brw_DO(struct brw_compile *p, unsigned execute_size) in brw_DO()
1611 brw_patch_break_cont(struct brw_compile *p, struct brw_instruction *while_inst) in brw_patch_break_cont()
1633 struct brw_instruction *brw_WHILE(struct brw_compile *p) in brw_WHILE()
1700 void brw_land_fwd_jump(struct brw_compile *p, int jmp_insn_idx) in brw_land_fwd_jump()
1721 void brw_CMP(struct brw_compile *p, in brw_CMP()
1750 void brw_WAIT (struct brw_compile *p) in brw_WAIT()
1770 void brw_math( struct brw_compile *p, in brw_math()
1834 void brw_math2(struct brw_compile *p, in brw_math2()
1893 void brw_oword_block_write_scratch(struct brw_compile *p, in brw_oword_block_write_scratch()
2004 brw_oword_block_read_scratch(struct brw_compile *p, in brw_oword_block_read_scratch()
2076 void brw_oword_block_read(struct brw_compile *p, in brw_oword_block_read()
2131 void brw_fb_WRITE(struct brw_compile *p, in brw_fb_WRITE()
2193 void brw_SAMPLE(struct brw_compile *p, in brw_SAMPLE()
2321 void brw_urb_WRITE(struct brw_compile *p, in brw_urb_WRITE()
2374 next_ip(struct brw_compile *p, int ip) in next_ip()
2385 brw_find_next_block_end(struct brw_compile *p, int start) in brw_find_next_block_end()
2410 brw_find_loop_end(struct brw_compile *p, int start) in brw_find_loop_end()
2438 brw_set_uip_jip(struct brw_compile *p) in brw_set_uip_jip()
2510 void brw_ff_sync(struct brw_compile *p, in brw_ff_sync()
2550 brw_svb_write(struct brw_compile *p, in brw_svb_write()
2593 void brw_shader_time_add(struct brw_compile *p, in brw_shader_time_add()