Searched refs:max_stride (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs.h85 unsigned max_stride );
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs.h85 unsigned max_stride );
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp78 unsigned max_stride = inst->dst.stride * type_sz(inst->dst.type); local in function:__anon2ddb267b0110::required_dst_byte_stride
85 max_stride = MAX2(max_stride, inst->src[i].stride * size);
100 return MIN2(max_stride, 4 * min_size);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp78 unsigned max_stride = inst->dst.stride * type_sz(inst->dst.type); local in function:__anon94c3f22e0110::required_dst_byte_stride
85 max_stride = MAX2(max_stride, inst->src[i].stride * size);
100 return MIN2(max_stride, 4 * min_size);

Completed in 5 milliseconds