Home
last modified time | relevance | path

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

/external/deqp/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.cpp292 void fillSampleLocationsPacked (MultisamplePixelGrid& grid, const deUint32 subPixelBits) in fillSampleLocationsPacked() argument
294 const deUint32 numLocations = 1u << subPixelBits; in fillSampleLocationsPacked()
/external/deqp/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()
2681 int subPixelBits = args.subpixelBits; in verifyTriangleGroupRasterization() local
[all …]
/external/angle/src/libANGLE/
DCompiler.cpp275 mResources.SubPixelBits = static_cast<int>(caps.subPixelBits); in Compiler()
DCaps.h989 GLuint subPixelBits = 4; member
DContext.cpp1584 *params = mState.mCaps.subPixelBits; in getIntegervImpl()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp893 mNativeCaps.subPixelBits = limitsVk.subPixelPrecisionBits; in ensureCapsInitialized()