HomeSort by: relevance | last modified time | path
    Searched defs:dst_byte_stride (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/fb/
fbblt.c 68 FbStride dst_byte_stride = dstStride << (FB_SHIFT - 3); local
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/
brw_fs_lower_regioning.cpp 151 const unsigned dst_byte_stride = inst->dst.stride * type_sz(inst->dst.type); local
159 (src_byte_stride != dst_byte_stride ||
176 const unsigned dst_byte_stride = inst->dst.stride * type_sz(inst->dst.type); local
181 (required_dst_byte_stride(inst) != dst_byte_stride ||
184 required_dst_byte_stride(inst) != dst_byte_stride);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_fs_lower_regioning.cpp 151 const unsigned dst_byte_stride = inst->dst.stride * type_sz(inst->dst.type); local
159 (src_byte_stride != dst_byte_stride ||
176 const unsigned dst_byte_stride = inst->dst.stride * type_sz(inst->dst.type); local
181 (required_dst_byte_stride(inst) != dst_byte_stride ||
184 required_dst_byte_stride(inst) != dst_byte_stride);

Completed in 7 milliseconds