Home
last modified time | relevance | path

Searched defs:maxDim (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/m133/fuzz/
DFuzzPathMeasure.cpp24 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in DEF_FUZZ() local
/third_party/skia/fuzz/
DFuzzPathMeasure.cpp24 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in DEF_FUZZ() local
/third_party/skia/m133/src/gpu/ganesh/image/
DSkImage_GaneshFactories.cpp400 int maxDim = std::max(originalPixmap.width(), originalPixmap.height()); in CrossContextTextureFromPixmap() local
539 int maxDim = std::max(pixmaps.yuvaInfo().width(), pixmaps.yuvaInfo().height()); in TextureFromYUVAPixmaps() local
/third_party/skia/m133/src/gpu/ganesh/ops/
DSmallPathRenderer.cpp290 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in onPrepareDraws() local
757 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in onCanDrawPath() local
/third_party/skia/src/gpu/ops/
DSmallPathRenderer.cpp242 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in onPrepareDraws() local
698 SkScalar maxDim = std::max(bounds.width(), bounds.height()); in onCanDrawPath() local
/third_party/skia/src/image/
DSkImage_GpuYUVA.cpp278 int maxDim = std::max(pixmaps.yuvaInfo().width(), pixmaps.yuvaInfo().height()); in MakeFromYUVAPixmaps() local
DSkImage_Gpu.cpp649 int maxDim = std::max(originalPixmap.width(), originalPixmap.height()); in MakeCrossContextFromPixmap() local
/third_party/skia/m133/src/gpu/graphite/
DImageFactories.cpp433 const int maxDim = std::max(pixmaps.yuvaInfo().width(), pixmaps.yuvaInfo().height()); in TextureFromYUVAPixmaps() local
/third_party/mesa3d/src/intel/vulkan/grl/gpu/
Dintrinsics.h54 inline uint maxDim(const float3 a) in maxDim() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp1209 …deUint32 maxDim = de::max(m_context.getFragmentShadingRateProperties().maxFragmentSize.width, m_co… in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTexture.cpp197 const int maxDim = std::max(std::max(baseImageDesc.size.width, baseImageDesc.size.height), in getMipmapMaxLevel() local
DvalidationES3.cpp1322 GLsizei maxDim = std::max(width, height); in ValidateES3TexStorageParametersBase() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp1401 …deUint32 maxDim = de::max(m_context.getFragmentShadingRateProperties().maxFragmentSize.width, m_co… in iterate() local