Searched refs:dst_byte_stride (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp151 const unsigned dst_byte_stride = inst->dst.stride * type_sz(inst->dst.type); local in function:__anon2ddb267b0110::has_invalid_src_region
159 (src_byte_stride != dst_byte_stride ||
176 const unsigned dst_byte_stride = inst->dst.stride * type_sz(inst->dst.type); local in function:__anon2ddb267b0110::has_invalid_dst_region
181 (required_dst_byte_stride(inst) != dst_byte_stride ||
184 required_dst_byte_stride(inst) != dst_byte_stride);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbblt.c68 FbStride dst_byte_stride = dstStride << (FB_SHIFT - 3); local in function:fbBlt
82 MEMCPY_WRAPPED(dst_byte + i * dst_byte_stride,
87 MEMCPY_WRAPPED(dst_byte + i * dst_byte_stride,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp151 const unsigned dst_byte_stride = inst->dst.stride * type_sz(inst->dst.type); local in function:__anon94c3f22e0110::has_invalid_src_region
159 (src_byte_stride != dst_byte_stride ||
176 const unsigned dst_byte_stride = inst->dst.stride * type_sz(inst->dst.type); local in function:__anon94c3f22e0110::has_invalid_dst_region
181 (required_dst_byte_stride(inst) != dst_byte_stride ||
184 required_dst_byte_stride(inst) != dst_byte_stride);

Completed in 5 milliseconds