Searched refs:src_max (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_pack.py286 src_max = src_channel.max()
294 if src_min < dst_min and src_max > dst_max:
297 if src_max > dst_max:
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_pack.py276 src_max = src_channel.max()
284 if src_min < dst_min and src_max > dst_max:
287 if src_max > dst_max:
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_ra_validate.c149 unsigned src_max = ra_reg_get_physreg(src) + reg_size(src); local in function:validate_simple
150 validate_assert(ctx, src_max <= get_file_size(ctx, src));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c793 double src_max = lp_const_max(src_type); local in function:lp_build_conv
808 if(src_max > dst_max) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c823 double src_max = lp_const_max(src_type); local in function:lp_build_conv
838 if(src_max > dst_max) {

Completed in 9 milliseconds