Searched refs:UVec2 (Results 1 - 25 of 80) sorted by relevance

1234

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkWsiPlatform.cpp31 void Window::resize (const tcu::UVec2&)
H A DvkWsiPlatform.hpp40 virtual void resize (const tcu::UVec2& newSize);
55 virtual Window* createWindow (const tcu::Maybe<tcu::UVec2>& initialSize = tcu::nothing<tcu::UVec2>()) const = 0;
H A DvkImageUtil.hpp121 const tcu::UVec2& size,
126 const tcu::UVec2& size,
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp47 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(siz
[all...]
H A DvktYCbCrImageQueryTests.cpp59 using tcu::UVec2;
143 const UVec2& size,
208 const UVec2& size,
212 const UVec2& getSize (void) const { return m_size; }
216 const UVec2 m_size;
226 const UVec2& size,
325 UVec2 getMaxPlaneDivisor (const PlanarFormatDescription& formatDesc)
327 UVec2 maxDivisor (1u, 1u);
409 const UVec2 maxDivisor = getMaxPlaneDivisor(formatDesc);
410 vector<UVec2> testSize
[all...]
H A DvktYCbCrUtil.hpp57 MultiPlaneImageData (vk::VkFormat format, const tcu::UVec2& size);
63 const tcu::UVec2& getSize (void) const { return m_size; }
77 const tcu::UVec2 m_size;
165 const tcu::UVec2& size,
H A DvktYCbCrViewTests.cpp57 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);
H A DvktYCbCrFormatTests.cpp61 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;
481 const UVec2 size (66, 32);
/external/deqp/framework/common/
H A DtcuVectorType.hpp49 typedef Vector<deUint32, 2> UVec2; typedef in namespace:tcu
/external/deqp/framework/platform/lnx/
H A DtcuLnxVulkanPlatform.cpp65 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/
H A DvktPipelineImageSamplingInstance.hpp52 const tcu::UVec2& renderSize,
100 const tcu::UVec2 m_renderSize;
H A DvktPipelineSamplerTests.cpp66 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
H A DvktPipelineImageViewTests.cpp69 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);
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp68 using tcu::UVec2;
714 const UVec2& targetSize_,
715 const UVec2& renderPos_,
716 const UVec2& renderSize_,
735 UVec2 targetSize;
736 UVec2 renderPos;
737 UVec2 renderSize;
1212 const UVec2& size,
1221 const UVec2& size,
1335 const UVec2
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWin32VulkanPlatform.cpp60 void resize (const UVec2& newSize)
77 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const
/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp68 using tcu::UVec2;
266 MovePtr<Window> createWindow (const Display& display, const Maybe<UVec2>& initialSize)
288 const Maybe<UVec2>& initialWindowSize = tcu::nothing<UVec2>())
701 const tcu::UVec2& desiredSize,
750 const UVec2& renderSize);
770 const UVec2& renderSize);
780 const UVec2& renderSize);
790 const tcu::UVec2 m_renderSize;
904 const UVec2
[all...]
H A DvktWsiSurfaceTests.cpp101 using tcu::UVec2;
252 MovePtr<Window> createWindow (const Display& display, const Maybe<UVec2>& initialSize)
274 const Maybe<UVec2>& initialWindowSize = tcu::nothing<UVec2>())
1025 const UVec2 sizes[] =
1027 UVec2(64, 64),
1028 UVec2(124, 119),
1029 UVec2(256, 512)
1036 const UVec2& testSize = sizes[sizeNdx];
1067 UniquePtr<Window> nativeWindow (createWindow(*nativeDisplay, tcu::nothing<UVec2>()));
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderPrecisionTests.cpp630 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 fullRange8
[all...]
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp127 de::MovePtr<vk::wsi::Window> createWindow (const vk::wsi::Display& display, const tcu::Maybe<tcu::UVec2>& initialSize)
149 const tcu::Maybe<tcu::UVec2>& initialWindowSize = tcu::nothing<tcu::UVec2>())
546 const tcu::UVec2& desiredSize,
594 const tcu::UVec2& renderSize);
614 const tcu::UVec2& renderSize);
619 const tcu::UVec2 m_renderSize;
732 const tcu::UVec2& renderSize)
929 const tcu::UVec2& renderSize)
1090 const tcu::UVec2 desiredSiz
[all...]
H A DvktProtectedMemUtils.hpp150 const tcu::UVec2& renderSize,
161 const tcu::UVec2& renderSize,
/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.hpp98 const tcu::UVec2 m_renderSize;
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.hpp53 tcu::UVec2 calcLevelBounds (const tcu::Vec2& lodBounds,
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktDrawUtil.hpp48 tcu::UVec2 renderSize;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttribBindingTests.cpp45 using tcu::UVec2;
269 bool IsEqual(UVec2 a, UVec2 b)
3652 *reinterpret_cast<UVec2*>(&ptr[1024 + 0 * 2048]) = UVec2(9, 10);
3653 *reinterpret_cast<UVec2*>(&ptr[1024 + 1 * 2048]) = UVec2(11, 12);
3677 std::vector<GLubyte> data((sizeof(Vec2) + sizeof(IVec2) + sizeof(UVec2) + sizeof(float)) * 4, 0xff);
3718 UVec2 i0_v0_a2 = *reinterpret_cast<UVec2*>(
[all...]
/external/deqp/external/openglcts/modules/gles31/
H A Des31cVertexAttribBindingTests.cpp43 using tcu::UVec2;
201 bool IsEqual(UVec2 a, UVec2 b)
2964 *reinterpret_cast<UVec2*>(&ptr[1024 + 0 * 2048]) = UVec2(9, 10);
2965 *reinterpret_cast<UVec2*>(&ptr[1024 + 1 * 2048]) = UVec2(11, 12);
2991 std::vector<GLubyte> data((sizeof(Vec2) + sizeof(IVec2) + sizeof(UVec2) + sizeof(float)) * 4, 0xff);
3035 UVec2 i0_v0_a2 = *reinterpret_cast<UVec2*>(
[all...]

Completed in 1887 milliseconds

1234