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/
H A DvktPipelineSampleLocationsUtil.cpp60 //! Fill each grid pixel with a distinct samples pattern, rounding locations based on subPixelBits
61 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUint32 seed) in fillSampleLocationsRandom() argument
64 const deUint32 maxLocationIndex = 1u << subPixelBits; in fillSampleLocationsRandom()
H A DvktPipelineSampleLocationsUtil.hpp100 //! Fill each grid pixel with a distinct samples pattern, rounding locations based on subPixelBits
101 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUint32 seed = 142u);
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp332 void fillSampleLocationsPacked (MultisamplePixelGrid& grid, const deUint32 subPixelBits) in fillSampleLocationsPacked() argument
334 const deUint32 numLocations = 1u << subPixelBits; in fillSampleLocationsPacked()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSampleLocationsUtil.cpp60 //! Fill each grid pixel with a distinct samples pattern, rounding locations based on subPixelBits
61 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUint32 seed) in fillSampleLocationsRandom() argument
64 const deUint32 maxLocationIndex = 1u << subPixelBits; in fillSampleLocationsRandom()
H A DvktPipelineSampleLocationsUtil.hpp100 //! Fill each grid pixel with a distinct samples pattern, rounding locations based on subPixelBits
101 void fillSampleLocationsRandom (MultisamplePixelGrid& grid, const deUint32 subPixelBits, const deUint32 seed = 142u);
H A 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/
H A DtcuRasterizationVerifier.cpp670 int subPixelBits = args.subpixelBits;
683 if (subPixelBits < 0)
685 logStash.messages.push_back(std::string("Invalid subpixel count (" + de::toString(subPixelBits) + "), assuming 0"));
686 subPixelBits = 0;
688 else if (subPixelBits > 16)
691 logStash.messages.push_back(std::string("Subpixel count is greater than 16 (" + de::toString(subPixelBits) + ")."
693 subPixelBits = 16;
715 subPixelBits,
721 const InterpolationRange weights = interpolator.interpolate(triNdx, tcu::IVec2(x, y), viewportSize, multisampled, subPixelBits);
2711 int subPixelBits
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCaps.h339 GLuint subPixelBits = 4; member
H A DCompiler.cpp280 mResources.SubPixelBits = static_cast<int>(caps.subPixelBits); in Compiler()
H A DContext.cpp1636 *params = mState.mCaps.subPixelBits; in getIntegervImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp915 mNativeCaps.subPixelBits = limitsVk.subPixelPrecisionBits; in ensureCapsInitialized()

Completed in 35 milliseconds