HomeSort by relevance Sort by last modified time
    Searched refs:dst_x0 (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.h 47 float dst_x0, float dst_y0,
brw_blorp.c 267 float dst_x0, float dst_y0,
280 dst_level, dst_layer, dst_x0, dst_y0, dst_x1, dst_y1,
350 dst_x0, dst_y0, dst_x1, dst_y1,
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp.h 124 float dst_x0, float dst_y0,
blorp_blit.c 147 nir_ssa_def *dst_x0 = nir_channel(b, discard_rect, 0); local
152 c0 = nir_ult(b, nir_channel(b, pos, 0), dst_x0);
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_blit.c 560 unsigned dst_x0 = pRegions[r].dstOffsets[0].x; local
569 dest_box.offset.x = MIN2(dst_x0, dst_x1);
571 dest_box.extent.width = abs(dst_x1 - dst_x0);
579 .x = dst_x0,
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 538 unsigned dst_x0 = pRegions[r].dstOffsets[0].x; local
540 bool flip_x = flip_coords(&src_x0, &src_x1, &dst_x0, &dst_x1);
559 dst_x0, dst_y0, dst_x1, dst_y1,
    [all...]

Completed in 1616 milliseconds