| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_register_coalesce.cpp | 108 int src_end = live_intervals->end[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)) 119 int end_ip = MIN2(dst_end, src_end);
|
| H A D | brw_vec4.cpp | 2262 unsigned src_end = src_start + inst->size_read(i) - 1; local in function:brw::dst_src_regions_overlap 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/intel/compiler/ |
| H A D | brw_fs_register_coalesce.cpp | 110 int src_end = live.end[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)) 121 int end_ip = MIN2(dst_end, src_end);
|
| H A D | brw_vec4.cpp | 2293 unsigned src_end = src_start + inst->size_read(i) - 1; local in function:brw::dst_src_regions_overlap 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/freedreno/ir3/ |
| H A D | ir3_delay.c | 228 unsigned src_end = src_start + post_ra_reg_elems(src) * reg_elem_size(src); local in function:delay_calc_srcn_postra 232 if (dst_start >= src_end || src_start >= dst_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 522 src_end = region->srcOffsets[1].z; 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;
|
| /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 592 src_end = pRegions[r].srcOffsets[1].z; 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;
|
| /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 573 src_end = pRegions[r].srcOffsets[1].z; 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;
|
| /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 733 src_end = region->srcOffsets[1].z; 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;
|
| /xsrc/external/mit/brotli/dist/c/dec/ |
| H A D | decode.c | 1960 int src_end = src_start + i; local in function:ProcessCommandsInternal 1969 if (src_end > pos && dst_end > src_start) { 1973 if (dst_end >= s->ringbuffer_size || src_end >= s->ringbuffer_size) {
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_meta_copy.c | 1098 const VkOffset3D src_end = { local in function:copy_image_blit 1118 .srcOffsets = { src_start, src_end },
|