Home
last modified time | relevance | path

Searched refs:dst_y1 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp_blit.cpp131 int dst_x1, int dst_y1, in brw_blorp_blit_miptrees() argument
139 dst_x1, dst_y1, in brw_blorp_blit_miptrees()
530 struct brw_reg dst_y1; member in brw_blorp_blit_program
753 ALLOC_REG(dst_y1); in alloc_push_const_regs()
1185 brw_CMP(&func, null16, BRW_CONDITIONAL_L, Y, dst_y1); in kill_if_outside_dst_rect()
1638 GLuint dst_x1, GLuint dst_y1, in brw_blorp_blit_params() argument
1757 y1 = wm_push_consts.dst_y1 = dst_y1; in brw_blorp_blit_params()
1759 wm_push_consts.y_transform.setup(src_y0, dst_y0, dst_y1, mirror_y); in brw_blorp_blit_params()
Dbrw_blorp.h45 int dst_x1, int dst_y1,
160 uint16_t dst_y1; member