HomeSort by relevance Sort by last modified time
    Searched defs:blockBytes (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 45 const unsigned blockBytes = _mesa_get_format_bytes(format);
54 stride = (width + blockWidth - 1) / blockWidth * blockBytes;
57 * (minStride + blockBytes - 1) / blockBytes * blockBytes
60 stride = (minStride + blockBytes - 1) / blockBytes * blockBytes;
66 blockBytes, blockWidth,
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 61 deUint32 blockBytes;
131 return compressedFormatParameters[formatNdx].blockBytes;
    [all...]

Completed in 62 milliseconds