| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_blt.c | 248 uint32_t src_width = src_box->width, src_height = src_box->height; local 274 src_width = DIV_ROUND_UP(src_width, (int)bw); 321 for (uint32_t chunk_x = 0; chunk_x < src_width; chunk_x += max_chunk_size) { 323 const uint32_t chunk_w = MIN2(max_chunk_size, src_width - chunk_x); 368 blt_set_alpha_to_one(batch, dst, 0, 0, src_width, src_height);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| si_sdma_copy_image.c | 248 unsigned src_width = minify_as_blocks(ssrc->buffer.b.b.width0, 0, ssrc->surface.blk_w); local 296 unsigned tiled_width = tiled == ssrc ? src_width : dst_width; 297 unsigned linear_width = linear == ssrc ? src_width : dst_width;
|
| /xsrc/external/mit/pixman/dist/test/ |
| affine-test.c | 33 int src_width, src_height; local 57 src_width = prng_rand_n (MAX_SRC_WIDTH) + 1; 61 src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp; 70 src_x = -(src_width / 4) + prng_rand_n (src_width * 3 / 2); 102 src_fmt, src_width, src_height, srcbuf, src_stride); 225 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n", 226 src_width, src_height, dst_width, dst_height); 239 clip_boxes[i].x1 = prng_rand_n (src_width); 242 clip_boxes[i].x1 + prng_rand_n (src_width - clip_boxes[i].x1) [all...] |
| blitters-test.c | 238 int src_width, src_height; local 286 src_width = pixman_image_get_width (src_img); 296 src_x = prng_rand_n (src_width); 313 src_width, 353 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n", 354 src_width, src_height, dst_width, dst_height);
|
| composite-traps-test.c | 97 int src_width = prng_rand_n (MAX_SRC_WIDTH) + 1; local 99 int src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp; 102 src_x = -(src_width / 4) + prng_rand_n (src_width * 3 / 2); 116 src_format, src_width, src_height, bits, src_stride); 127 clip_boxes[i].x1 = prng_rand_n (src_width); 130 clip_boxes[i].x1 + prng_rand_n (src_width - clip_boxes[i].x1);
|
| scaling-test.c | 58 int src_width, src_height; local 100 src_width = prng_rand_n (MAX_SRC_WIDTH) + 1; 115 src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp; 130 src_x = -(src_width / 4) + prng_rand_n (src_width * 3 / 2); 170 src_fmt, src_width, src_height, srcbuf, src_stride); 266 clip_boxes[i].x1 = prng_rand_n (src_width); 269 clip_boxes[i].x1 + prng_rand_n (src_width - clip_boxes[i].x1); 367 printf ("src_width=%d, src_height=%d, src_x=%d, src_y=%d\n", 368 src_width, src_height, src_x, src_y) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| cik_sdma.c | 132 unsigned src_width = minify_as_blocks(ssrc->buffer.b.b.width0, local 232 unsigned tiled_width = tiled == ssrc ? src_width : dst_width; 233 unsigned linear_width = linear == ssrc ? src_width : dst_width; 418 srcx + copy_width == src_width &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| test_eu_validate.cpp | 1744 unsigned src_width; member in struct:__anon4771 1750 src_subreg, src_vstride, src_width, src_hstride, expected_result) \ 1760 BRW_WIDTH_##src_width, \ 1894 brw_inst_set_src0_width(&devinfo, last_inst, inst[i].src_width); 1920 unsigned src_width; member in struct:__anon4772 1926 src_type, src_is_indirect, src_vstride, src_width, src_hstride, \ 1937 BRW_WIDTH_##src_width, \ 2018 brw_inst_set_src0_width(&devinfo, last_inst, inst[i].src_width); 2044 unsigned src_width; member in struct:__anon4773 2051 src, src_type, src_vstride, src_width, src_hstride, 2268 unsigned src_width; member in struct:__anon4775 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_meta_blit.c | 249 uint32_t src_width = radv_minify(src_iview->image->info.width, src_iview->base_mip); local 258 src_offset_0[0] / (float)src_width, src_offset_0[1] / (float)src_height, 259 src_offset_1[0] / (float)src_width, src_offset_1[1] / (float)src_height,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| test_eu_validate.cpp | 2150 unsigned src_width; member in struct:__anon2435 2156 src_subreg, src_vstride, src_width, src_hstride, expected_result) \ 2166 BRW_WIDTH_##src_width, \ 2312 brw_inst_set_src0_width(&devinfo, last_inst, inst[i].src_width); 2338 unsigned src_width; member in struct:__anon2436 2344 src_type, src_is_indirect, src_vstride, src_width, src_hstride, \ 2355 BRW_WIDTH_##src_width, \ 2444 brw_inst_set_src0_width(&devinfo, last_inst, inst[i].src_width); 2470 unsigned src_width; member in struct:__anon2437 2477 src, src_type, src_vstride, src_width, src_hstride, 2702 unsigned src_width; member in struct:__anon2439 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_meta_blit.c | 313 uint32_t src_width = radv_minify(src_iview->image->info.width, src_iview->base_mip); local 322 (float)src_offset_0.x / (float)src_width, 324 (float)src_offset_1.x / (float)src_width,
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i965_video.c | 417 int src_width, 443 src_surf_state->ss2.width = src_width - 1; 982 int src_width[6]; local 1015 src_width[0] = width; 1021 src_width[0] = width; 1032 src_width[1] = src_width[0] = width; 1035 src_width[4] = src_width[5] = src_width[2] = src_width[3] = width / 2 [all...] |
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| r600_exa.c | 1755 uint32_t src_width = pSrc->drawable.width; local 1783 src_obj.width = src_width; 1791 scratch_obj.width = src_width;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| i965_video.c | 435 int src_width, 459 src_surf_state.ss2.width = src_width - 1; 528 int src_width, 553 src_surf_state.ss2.width = src_width - 1; 1091 int src_width[6]; local 1120 src_width[1] = src_width[0] = width; 1123 src_width[4] = src_width[5] = src_width[2] = src_width[3] 1772 int src_width[6]; local [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| i965_video.c | 436 int src_width, 460 src_surf_state.ss2.width = src_width - 1; 529 int src_width, 554 src_surf_state.ss2.width = src_width - 1; 1092 int src_width[6]; local 1121 src_width[1] = src_width[0] = width; 1124 src_width[4] = src_width[5] = src_width[2] = src_width[3] 1773 int src_width[6]; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| tu_clear_blit.c | 1517 uint32_t src_width = info->bufferRowLength ?: extent.width; local 1520 copy_compressed(dst_image->vk_format, &offset, &extent, &src_width, &src_height); 1522 uint32_t pitch = src_width * vk_format_get_blocksize(src_format);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_blitter.c | 1965 int src_width = u_minify(src_width0, src->u.tex.first_level); local 1986 box.x >= 0 && box.x < src_width && 1989 box.x + box.width > 0 && box.x + box.width <= src_width &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_blitter.c | 1861 int src_width = u_minify(src_width0, src->u.tex.first_level); local 1882 box.x >= 0 && box.x < src_width && 1885 box.x + box.width > 0 && box.x + box.width <= src_width &&
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-fast-path.c | 1219 int32_t src_width; local 1259 src_width = 0; 1261 while (src_width < REPEAT_MIN_WIDTH && src_width <= sx) 1262 src_width += src_image->bits.width; 1264 src_stride = (src_width * (src_bpp >> 3) + 3) / (int) sizeof (uint32_t); 1268 src_width, 1, &extended_src[0], src_stride, 1277 src_width = src_image->bits.width; 1286 sx = MOD (sx, src_width); 1295 for (i = 0; i < src_width; ) 1465 int src_width, src_height; local [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| gen2_render.c | 3270 int src_width = frame->src.x2 - frame->src.x1; local 3280 src_width, src_height, frame->width, frame->height, dst_width, dst_height)); 3285 bilinear = src_width != dst_width || src_height != dst_height; 3287 src_scale_x = (float)src_width / dst_width / frame->width;
|
| gen4_render.c | 1332 int src_width, 1353 ss->ss2.width = src_width - 1; 1366 int src_width[6]; local 1383 src_width[n] = frame->width; 1392 src_width[n] = frame->width / 2; 1403 src_width[0] = frame->width; 1423 src_width[n], 1469 int src_width = frame->src.x2 - frame->src.x1; local 1477 src_width, src_height, dst_width, dst_height)); 1489 if (src_width == dst_width && src_height == dst_height [all...] |
| gen5_render.c | 1285 int src_width, 1306 ss->ss2.width = src_width - 1; 1320 int src_width[6]; local 1337 src_width[n] = frame->width; 1346 src_width[n] = frame->width / 2; 1357 src_width[0] = frame->width; 1376 src_width[n], 1419 int src_width = frame->src.x2 - frame->src.x1; local 1427 src_width, src_height, dst_width, dst_height)); 1439 if (src_width == dst_width && src_height == dst_height [all...] |
| gen6_render.c | 1560 int src_width, 1580 ss->ss2.width = src_width - 1; 1593 int src_width[6]; local 1613 src_width[n] = frame->width; 1622 src_width[n] = frame->width / 2; 1633 src_width[0] = frame->width; 1651 src_width[n], 1694 int src_width = frame->src.x2 - frame->src.x1; local 1704 src_width, src_height, dst_width, dst_height, 1726 if (src_width == dst_width && src_height == dst_height [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| gen4_render.c | 1295 int src_width, 1316 ss->ss2.width = src_width - 1; 1329 int src_width[6]; local 1345 src_width[1] = src_width[0] = frame->width; 1348 src_width[4] = src_width[5] = src_width[2] = src_width[3] = 1361 src_width[0] = frame->width 1404 int src_width = frame->src.x2 - frame->src.x1; local [all...] |
| gen5_render.c | 1248 int src_width, 1269 ss->ss2.width = src_width - 1; 1283 int src_width[6]; local 1299 src_width[1] = src_width[0] = frame->width; 1302 src_width[4] = src_width[5] = src_width[2] = src_width[3] = 1315 src_width[0] = frame->width 1354 int src_width = frame->src.x2 - frame->src.x1; local [all...] |