| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_register_coalesce.cpp | 107 int src_start = live_intervals->start[src_var]; local in function:can_coalesce_vars 111 if ((dst_end > src_end && src_start < dst_start) || 112 (src_end > dst_end && dst_start < src_start)) 118 int start_ip = MAX2(dst_start, src_start);
|
| H A D | brw_vec4.cpp | 2261 unsigned src_start = inst->src[i].offset; local in function:brw::dst_src_regions_overlap 2262 unsigned src_end = src_start + inst->size_read(i) - 1; 2264 if ((dst_start >= src_start && dst_start <= src_end) || 2265 (dst_end >= src_start && dst_end <= src_end) || 2266 (dst_start <= src_start && dst_end >= src_end)) {
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_delay.c | 227 unsigned src_start = post_ra_reg_num(src) * reg_elem_size(src); local in function:delay_calc_srcn_postra 228 unsigned src_end = src_start + post_ra_reg_elems(src) * reg_elem_size(src); 232 if (dst_start >= src_end || src_start >= dst_end) 265 unsigned first_num = MAX2(src_start, dst_start) / reg_elem_size(dst);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_register_coalesce.cpp | 109 int src_start = live.start[src_var]; local in function:can_coalesce_vars 113 if ((dst_end > src_end && src_start < dst_start) || 114 (src_end > dst_end && dst_start < src_start)) 120 int start_ip = MAX2(dst_start, src_start);
|
| H A D | brw_vec4.cpp | 2292 unsigned src_start = inst->src[i].offset; local in function:brw::dst_src_regions_overlap 2293 unsigned src_end = src_start + inst->size_read(i) - 1; 2295 if ((dst_start >= src_start && dst_start <= src_end) || 2296 (dst_end >= src_start && dst_end <= src_end) || 2297 (dst_start <= src_start && dst_end >= src_end)) {
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_blit.c | 518 unsigned src_start, src_end; local in function:blit_image 521 src_start = region->srcOffsets[0].z; 524 src_start = src_res->baseArrayLayer; 525 src_end = src_start + src_res->layerCount; 528 bool flip_z = flip_coords(&src_start, &src_end, &dst_start, &dst_end); 529 float src_z_step = (float)(src_end - src_start) / (float)(dst_end - dst_start); 535 depth_center_offset = 0.5 / (dst_end - dst_start) * (src_end - src_start); 538 src_start = src_end; 575 src_start + i * src_z_step + depth_center_offset, 580 src_start [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_blit.c | 588 unsigned src_start, src_end; local in function:radv_CmdBlitImage 591 src_start = pRegions[r].srcOffsets[0].z; 594 src_start = src_res->baseArrayLayer; 595 src_end = src_start + src_res->layerCount; 598 bool flip_z = flip_coords(&src_start, &src_end, &dst_start, &dst_end); 599 float src_z_step = (float)(src_end + 1 - src_start) / 603 src_start = src_end; 638 .z = src_start + i * src_z_step, 643 .z = src_start + i * src_z_step, 648 const uint32_t src_array_slice = src_image->type == VK_IMAGE_TYPE_3D ? 0 : src_start [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_blorp.c | 569 unsigned src_start, src_end; local in function:anv_CmdBlitImage 572 src_start = pRegions[r].srcOffsets[0].z; 575 src_start = src_res->baseArrayLayer; 576 src_end = src_start + anv_get_layerCount(src_image, src_res); 579 bool flip_z = flip_coords(&src_start, &src_end, &dst_start, &dst_end); 580 float src_z_step = (float)(src_end + 1 - src_start) / 584 src_start = src_end; 609 unsigned src_z = src_start + i * src_z_step;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_blorp.c | 729 unsigned src_start, src_end; local in function:blit_image 732 src_start = region->srcOffsets[0].z; 735 src_start = src_res->baseArrayLayer; 736 src_end = src_start + 740 bool flip_z = flip_coords(&src_start, &src_end, &dst_start, &dst_end); 742 float src_z_step = (float)(src_end - src_start) / (float)num_layers; 748 depth_center_offset = 0.5 / num_layers * (src_end - src_start); 751 src_start = src_end; 776 float src_z = src_start + i * src_z_step + depth_center_offset;
|
| /xsrc/external/mit/brotli/dist/c/dec/ |
| H A D | decode.c | 1956 int src_start = (pos - s->distance_code) & s->ringbuffer_mask; local in function:ProcessCommandsInternal 1958 uint8_t* copy_src = &s->ringbuffer[src_start]; 1960 int src_end = src_start + i; 1969 if (src_end > pos && dst_end > src_start) {
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_meta_copy.c | 1093 const VkOffset3D src_start = { local in function:copy_image_blit 1099 src_start.x + region->extent.width * src_scale_w, 1100 src_start.y + region->extent.height * src_scale_h, 1101 src_start.z + region->extent.depth, 1118 .srcOffsets = { src_start, src_end },
|