HomeSort by relevance Sort by last modified time
    Searched refs:UVec2 (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/deqp/external/vulkancts/framework/vulkan/
vkWsiPlatform.cpp 31 void Window::resize (const tcu::UVec2&)
vkWsiPlatform.hpp 40 virtual void resize (const tcu::UVec2& newSize);
55 virtual Window* createWindow (const tcu::Maybe<tcu::UVec2>& initialSize = tcu::nothing<tcu::UVec2>()) const = 0;
vkImageUtil.hpp 120 const tcu::UVec2& size,
125 const tcu::UVec2& size,
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrCopyTests.cpp 47 using tcu::UVec2;
68 const UVec2& size_)
79 UVec2 size;
152 const UVec2& size,
516 UVec2 getBlockSize (vk::VkFormat format)
528 return UVec2(2, 1);
531 return UVec2(1u, 1u);
592 UVec2 getPlaneSize (const vk::PlanarFormatDescription& info,
594 const UVec2& size)
597 return UVec2(size.x() / info.planes[planeNdx].widthDivisor, size.y() / info.planes[planeNdx].heightDivisor)
    [all...]
vktYCbCrImageQueryTests.cpp 59 using tcu::UVec2;
143 const UVec2& size,
200 const UVec2& size,
203 const UVec2& getSize (void) const { return m_size; }
207 const UVec2 m_size;
217 const UVec2& size,
315 UVec2 getMaxPlaneDivisor (const PlanarFormatDescription& formatDesc)
317 UVec2 maxDivisor (1u, 1u);
399 const UVec2 maxDivisor = getMaxPlaneDivisor(formatDesc);
400 vector<UVec2> testSizes
    [all...]
vktYCbCrUtil.hpp 48 MultiPlaneImageData (vk::VkFormat format, const tcu::UVec2& size);
54 const tcu::UVec2& getSize (void) const { return m_size; }
68 const tcu::UVec2 m_size;
vktYCbCrViewTests.cpp 57 using tcu::UVec2;
134 const UVec2& size,
386 UVec2 size;
391 TestParameters (ViewType viewType_, VkFormat format_, const UVec2& size_, VkImageCreateFlags createFlags_, deUint32 planeNdx_, glu::ShaderType shaderType_)
431 void generateLookupCoordinates (const UVec2& imageSize, size_t numCoords, de::Random* rnd, vector<Vec2>* dst)
481 const UVec2 size = params.size;
482 const UVec2 planeSize (size.x() / formatInfo.planes[params.planeNdx].widthDivisor,
731 const UVec2 size (32, 58);
vktYCbCrFormatTests.cpp 61 using tcu::UVec2;
76 const UVec2& size,
228 UVec2 size;
235 const UVec2& size_,
280 void generateLookupCoordinates (const UVec2& imageSize, vector<Vec2>* dst)
303 const UVec2 size = params.size;
480 const UVec2 size (66, 32);
  /external/deqp/framework/common/
tcuVectorType.hpp 49 typedef Vector<deUint32, 2> UVec2;
  /external/deqp/framework/platform/lnx/
tcuLnxVulkanPlatform.cpp 65 void resize (const UVec2& newSize)
83 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const
108 void resize (const UVec2& newSize)
126 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const
149 void resize (const UVec2& newSize)
167 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.hpp 52 const tcu::UVec2& renderSize,
100 const tcu::UVec2 m_renderSize;
vktPipelineSamplerTests.cpp 66 virtual tcu::UVec2 getRenderSize (VkImageViewType viewType) const;
151 virtual tcu::UVec2 getRenderSize (VkImageViewType viewType) const;
249 const tcu::UVec2 renderSize = getRenderSize(m_imageViewType);
271 tcu::UVec2 SamplerTest::getRenderSize (VkImageViewType viewType) const
275 return tcu::UVec2(16u, 16u);
279 return tcu::UVec2(16u * 3u, 16u * 2u);
505 tcu::UVec2 SamplerAddressModesTest::getRenderSize (VkImageViewType viewType) const
    [all...]
vktPipelineImageViewTests.cpp 69 static tcu::UVec2 getRenderSize (VkImageViewType viewType);
195 const tcu::UVec2 renderSize = getRenderSize(m_imageViewType);
272 tcu::UVec2 ImageViewTest::getRenderSize (VkImageViewType viewType)
275 return tcu::UVec2(16u, 16u);
277 return tcu::UVec2(16u * 3u, 16u * 2u);
vktPipelineImageTests.cpp 188 tcu::UVec2 renderSize;
199 renderSize = tcu::UVec2((deUint32)m_imageSize.x(), (deUint32)m_imageSize.y());
204 renderSize = tcu::UVec2((deUint32)m_imageSize.x() * 3, (deUint32)m_imageSize.y() * 2);
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 99 using tcu::UVec2;
241 MovePtr<Window> createWindow (const Display& display, const Maybe<UVec2>& initialSize)
263 const Maybe<UVec2>& initialWindowSize = tcu::nothing<UVec2>())
763 const UVec2 sizes[] =
765 UVec2(64, 64),
766 UVec2(124, 119),
767 UVec2(256, 512)
774 const UVec2& testSize = sizes[sizeNdx];
805 UniquePtr<Window> nativeWindow (createWindow(*nativeDisplay, tcu::nothing<UVec2>()));
    [all...]
vktWsiSwapchainTests.cpp 68 using tcu::UVec2;
264 MovePtr<Window> createWindow (const Display& display, const Maybe<UVec2>& initialSize)
286 const Maybe<UVec2>& initialWindowSize = tcu::nothing<UVec2>())
699 const tcu::UVec2& desiredSize,
748 const UVec2& renderSize);
768 const UVec2& renderSize);
778 const UVec2& renderSize);
788 const tcu::UVec2 m_renderSize;
902 const UVec2& renderSize
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 68 using tcu::UVec2;
714 const UVec2& targetSize_,
715 const UVec2& renderPos_,
716 const UVec2& renderSize_,
735 UVec2 targetSize;
736 UVec2 renderPos;
737 UVec2 renderSize;
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 60 void resize (const UVec2& newSize)
77 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 630 ShaderUintPrecisionCase (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rangeB, bool isVertexCase);
646 tcu::UVec2 m_rangeA;
647 tcu::UVec2 m_rangeB;
661 ShaderUintPrecisionCase::ShaderUintPrecisionCase (Context& context, const char* name, const char* desc, const char* op, EvalFunc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rangeB, bool isVertexCase)
835 using tcu::UVec2;
847 tcu::UVec2 fullRange32U (0u, 0xffffffffu);
848 tcu::UVec2 fullRange16U (0u, 0xffffu);
849 tcu::UVec2 fullRange8U (0u, 0xffu)
    [all...]
es3fFragmentOutputTests.cpp 59 using tcu::UVec2;
366 static UVec2 getUintRange (glu::Precision precision)
368 static const UVec2 ranges[] =
370 UVec2(0, (1<< 8)-1),
371 UVec2(0, (1<<16)-1),
372 UVec2(0, 0xffffffffu)
721 const UVec2 range = getUintRange(output.precision);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.hpp 53 tcu::UVec2 calcLevelBounds (const tcu::Vec2& lodBounds,
  /external/deqp/external/vulkancts/modules/vulkan/
vktDrawUtil.hpp 48 tcu::UVec2 renderSize;
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 54 using tcu::UVec2;
341 const UVec2& renderSize,
634 const UVec2 renderSize (128u, 128u);
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 237 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 281 const tcu::UVec2 m_renderSize;
    [all...]

Completed in 1439 milliseconds

1 2 3