Home
last modified time | relevance | path

Searched defs:elementSizeBytes (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp108 deUint8 elementSizeBytes; member
DvkImageUtil.cpp3399 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local
3444 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp977 const deUint32 elementSizeBytes = formatInfo.planes[planeNdx].elementSizeBytes; in getChannelAccess() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp853 size_t elementSizeBytes = sizeof(TConstantUnion) * elementSize; in getConstantValue() local