Searched refs:subPixelBits (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSampleLocationsUtil.cpp | 61 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUi… in fillSampleLocationsRandom() argument 64 const deUint32 maxLocationIndex = 1u << subPixelBits; in fillSampleLocationsRandom()
|
D | vktPipelineSampleLocationsUtil.hpp | 101 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUi…
|
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 292 void fillSampleLocationsPacked (MultisamplePixelGrid& grid, const deUint32 subPixelBits) in fillSampleLocationsPacked() argument 294 const deUint32 numLocations = 1u << subPixelBits; in fillSampleLocationsPacked()
|
/external/deqp/framework/common/ |
D | tcuRasterizationVerifier.cpp | 670 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/ |
D | Compiler.cpp | 275 mResources.SubPixelBits = static_cast<int>(caps.subPixelBits); in Compiler()
|
D | Caps.h | 989 GLuint subPixelBits = 4; member
|
D | Context.cpp | 1584 *params = mState.mCaps.subPixelBits; in getIntegervImpl()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 893 mNativeCaps.subPixelBits = limitsVk.subPixelPrecisionBits; in ensureCapsInitialized()
|