Searched refs:subPixelBits (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSampleLocationsUtil.cpp | 60 //! 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 D | vktPipelineSampleLocationsUtil.hpp | 100 //! 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 D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 332 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 D | vktPipelineSampleLocationsUtil.cpp | 60 //! 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 D | vktPipelineSampleLocationsUtil.hpp | 100 //! 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 D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 331 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 D | tcuRasterizationVerifier.cpp | 670 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 D | Caps.h | 339 GLuint subPixelBits = 4; member
|
H A D | Compiler.cpp | 280 mResources.SubPixelBits = static_cast<int>(caps.subPixelBits); in Compiler()
|
H A D | Context.cpp | 1636 *params = mState.mCaps.subPixelBits; in getIntegervImpl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_caps_utils.cpp | 915 mNativeCaps.subPixelBits = limitsVk.subPixelPrecisionBits; in ensureCapsInitialized()
|
Completed in 35 milliseconds