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 46 float dst_x0, float dst_y0,
brw_blorp.c 356 float dst_x0, float dst_y0,
371 dst_level, dst_layer, dst_x0, dst_y0, dst_x1, dst_y1,
429 dst_x0, dst_y0, dst_x1, dst_y1,
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp.h 120 float dst_x0, float dst_y0,
blorp_blit.c 146 nir_ssa_def *dst_x0 = nir_channel(b, discard_rect, 0); local
151 c0 = nir_ult(b, nir_channel(b, pos, 0), dst_x0);
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_blit.c 561 unsigned dst_x0 = pRegions[r].dstOffsets[0].x; local
570 dest_box.offset.x = MIN2(dst_x0, dst_x1);
572 dest_box.extent.width = abs(dst_x1 - dst_x0);
585 .x = dst_x0,
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 491 unsigned dst_x0 = pRegions[r].dstOffsets[0].x; local
493 bool flip_x = flip_coords(&src_x0, &src_x1, &dst_x0, &dst_x1);
511 dst_x0, dst_y0, dst_x1, dst_y1,
    [all...]

Completed in 193 milliseconds