Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_blit.c160 float *dst_x1, float *dst_y1, in apply_blit_scissor() argument
166 if (!compute_pixels_clipped(*dst_x0, *dst_y0, *dst_x1, *dst_y1, in apply_blit_scissor()
202 || *dst_x0 == *dst_x1 || *dst_y0 == *dst_y1) in apply_blit_scissor()
206 float scale_y = (float) (*src_y1 - *src_y0) / (*dst_y1 - *dst_y0); in apply_blit_scissor()
217 clip_coordinates(mirror_y, src_y0, dst_y0, dst_y1, in apply_blit_scissor()
221 clip_coordinates(mirror_y, src_y1, dst_y1, dst_y0, in apply_blit_scissor()
228 || *dst_x0 == *dst_x1 || *dst_y0 == *dst_y1; in apply_blit_scissor()
373 float dst_y1 = info->dst.box.y + info->dst.box.height; in iris_blit() local
381 &dst_x0, &dst_y0, &dst_x1, &dst_y1, in iris_blit()
514 dst_x0, dst_y0, dst_x1, dst_y1, in iris_blit()
[all …]
/external/igt-gpu-tools/lib/
Dintel_batchbuffer.c399 drm_intel_bo *dst_bo, int dst_x1, int dst_y1, int dst_pitch, in intel_blt_copy() argument
410 igt_assert(dst_pitch * (dst_y1 + height) <= dst_bo->size); in intel_blt_copy()
426 CHECK_RANGE(dst_x1); CHECK_RANGE(dst_y1); in intel_blt_copy()
429 CHECK_RANGE(dst_x1 + width); CHECK_RANGE(dst_y1 + height); in intel_blt_copy()
452 OUT_BATCH((dst_y1 << 16) | dst_x1); /* dst x1,y1 */ in intel_blt_copy()
453 OUT_BATCH(((dst_y1 + height) << 16) | (dst_x1 + width)); /* dst x2,y2 */ in intel_blt_copy()
Dintel_batchbuffer.h195 drm_intel_bo *dst_bo, int dst_x1, int dst_y1, int dst_pitch,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.h48 float dst_x1, float dst_y1,
Dbrw_blorp.c283 float dst_x1, float dst_y1, in brw_blorp_blit_miptrees() argument
295 dst_level, dst_layer, dst_x0, dst_y0, dst_x1, dst_y1, in brw_blorp_blit_miptrees()
329 fabsf(dst_y1 - dst_y0) == fabsf(src_y1 - src_y0)) { in brw_blorp_blit_miptrees()
430 dst_x0, dst_y0, dst_x1, dst_y1, in brw_blorp_blit_miptrees()
/external/mesa3d/src/intel/blorp/
Dblorp.h144 float dst_x1, float dst_y1,
Dblorp_blit.c120 nir_ssa_def *dst_y1 = nir_channel(b, discard_rect, 3); in blorp_nir_discard_if_outside_rect() local
125 c3 = nir_uge(b, nir_channel(b, pos, 1), dst_y1); in blorp_nir_discard_if_outside_rect()
2331 float dst_x1, float dst_y1, in blorp_blit() argument
2403 .dst1 = dst_y1, in blorp_blit()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c618 unsigned dst_y1 = region->dstOffsets[1].y; in blit_image() local
622 dst_box.offset.y = MIN2(dst_y0, dst_y1); in blit_image()
624 dst_box.extent.height = dst_y1 - dst_y0; in blit_image()
636 .y = dst_y1, in blit_image()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c846 unsigned dst_y1 = region->dstOffsets[1].y; in blit_image() local
847 bool flip_y = flip_coords(&src_y0, &src_y1, &dst_y0, &dst_y1); in blit_image()
864 dst_x0, dst_y0, dst_x1, dst_y1, in blit_image()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1737 int dst_x1, int dst_y1, int dst_x2, int dst_y2, in blitter_draw_tex() argument
1766 dst_x1, dst_y1, dst_x2, dst_y2, 0, 1); in blitter_draw_tex()
1769 dst_x1, dst_y1, dst_x2, dst_y2, in blitter_draw_tex()
/external/virglrenderer/src/
Dvrend_renderer.c8811 int src_y1, src_y2, dst_y1, dst_y2; in vrend_renderer_blit_int() local
8860 dst_y1 = info->dst.box.y + info->dst.box.height; in vrend_renderer_blit_int()
8863 dst_y1 = dst_res->base.height0 - info->dst.box.y - info->dst.box.height; in vrend_renderer_blit_int()
8885 dst_y1 != src_y1 || dst_y2 != src_y2 || in vrend_renderer_blit_int()
8891 … src_y1, src_y2, info->dst.box.x, info->dst.box.x + info->dst.box.width, dst_y1, dst_y2); in vrend_renderer_blit_int()
8957 (src_y1 != dst_y1) || in vrend_renderer_blit_int()
9043 dst_y1, in vrend_renderer_blit_int()