Home
last modified time | relevance | path

Searched refs:subPixelBits (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSampleLocationsUtil.cpp61 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUi… in fillSampleLocationsRandom() argument
64 const deUint32 maxLocationIndex = 1u << subPixelBits; in fillSampleLocationsRandom()
DvktPipelineSampleLocationsUtil.hpp101 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUi…
DvktPipelineMultisampleSampleLocationsExtTests.cpp331 void fillSampleLocationsPacked (MultisamplePixelGrid& grid, const deUint32 subPixelBits) in fillSampleLocationsPacked() argument
333 const deUint32 numLocations = 1u << subPixelBits; in fillSampleLocationsPacked()
/third_party/vk-gl-cts/framework/common/
DtcuRasterizationVerifier.cpp670 int subPixelBits = args.subpixelBits; in verifyTriangleGroupInterpolationWithInterpolator() local
683 if (subPixelBits < 0) in verifyTriangleGroupInterpolationWithInterpolator()
685 …logStash.messages.push_back(std::string("Invalid subpixel count (" + de::toString(subPixelBits) + … in verifyTriangleGroupInterpolationWithInterpolator()
686 subPixelBits = 0; in verifyTriangleGroupInterpolationWithInterpolator()
688 else if (subPixelBits > 16) in verifyTriangleGroupInterpolationWithInterpolator()
691 …ges.push_back(std::string("Subpixel count is greater than 16 (" + de::toString(subPixelBits) + ")." in verifyTriangleGroupInterpolationWithInterpolator()
693 subPixelBits = 16; in verifyTriangleGroupInterpolationWithInterpolator()
715 subPixelBits, in verifyTriangleGroupInterpolationWithInterpolator()
721 …hts = interpolator.interpolate(triNdx, tcu::IVec2(x, y), viewportSize, multisampled, subPixelBits); in verifyTriangleGroupInterpolationWithInterpolator()
2706 int subPixelBits = args.subpixelBits; in verifyTriangleGroupRasterization() local
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h339 GLuint subPixelBits = 4; member
DCompiler.cpp280 mResources.SubPixelBits = static_cast<int>(caps.subPixelBits); in Compiler()
DContext.cpp1636 *params = mState.mCaps.subPixelBits; in getIntegervImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h733 GLuint subPixelBits = 4; member
DContext.cpp1498 *params = mState.mCaps.subPixelBits; in getIntegervImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp400 mNativeCaps.subPixelBits = limitsVk.subPixelPrecisionBits; in ensureCapsInitialized()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp915 mNativeCaps.subPixelBits = limitsVk.subPixelPrecisionBits; in ensureCapsInitialized()