Searched refs:dst_x1 (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.h | 48 float dst_x1, float dst_y1,
|
D | brw_blorp.c | 268 float dst_x1, float dst_y1, in brw_blorp_blit_miptrees() argument 280 dst_level, dst_layer, dst_x0, dst_y0, dst_x1, dst_y1, in brw_blorp_blit_miptrees() 350 dst_x0, dst_y0, dst_x1, dst_y1, in brw_blorp_blit_miptrees()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp.h | 125 float dst_x1, float dst_y1,
|
D | blorp_blit.c | 148 nir_ssa_def *dst_x1 = nir_channel(b, discard_rect, 1); in blorp_nir_discard_if_outside_rect() local 153 c1 = nir_uge(b, nir_channel(b, pos, 0), dst_x1); in blorp_nir_discard_if_outside_rect() 2051 float dst_x1, float dst_y1, in blorp_blit() argument 2086 ((dst_x1 - dst_x0) == (src_x1 - src_x0) && in blorp_blit() 2131 .dst1 = dst_x1, in blorp_blit()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 561 unsigned dst_x1 = pRegions[r].dstOffsets[1].x; in radv_CmdBlitImage() local 569 dest_box.offset.x = MIN2(dst_x0, dst_x1); in radv_CmdBlitImage() 571 dest_box.extent.width = abs(dst_x1 - dst_x0); in radv_CmdBlitImage() 583 .x = dst_x1, in radv_CmdBlitImage()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 539 unsigned dst_x1 = pRegions[r].dstOffsets[1].x; in anv_CmdBlitImage() local 540 bool flip_x = flip_coords(&src_x0, &src_x1, &dst_x0, &dst_x1); in anv_CmdBlitImage() 559 dst_x0, dst_y0, dst_x1, dst_y1, in anv_CmdBlitImage()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 1618 int dst_x1, int dst_y1, int dst_x2, int dst_y2, in blitter_draw_tex() argument 1647 dst_x1, dst_y1, dst_x2, dst_y2, 0, 1); in blitter_draw_tex() 1650 dst_x1, dst_y1, dst_x2, dst_y2, in blitter_draw_tex()
|