Home
last modified time | relevance | path

Searched refs:MovePtr (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/external/deqp/framework/delibs/decpp/
DdeUniquePtr.hpp125 class MovePtr : public UniqueBase<T, Deleter> class
128 MovePtr (void) : UniqueBase<T, Deleter> (DE_NULL, Deleter()) {} in MovePtr() function in de::details::MovePtr
129 …explicit MovePtr (T* ptr, Deleter deleter = Deleter()) : UniqueBase<T, Deleter> (ptr, deleter) … in MovePtr() function in de::details::MovePtr
130 MovePtr (MovePtr<T, Deleter>& other) : UniqueBase<T, Deleter> (other.releaseData()) {} in MovePtr() function in de::details::MovePtr
132 MovePtr& operator= (MovePtr<T, Deleter>& other);
140 MovePtr (PtrData<T, Deleter> data) : UniqueBase<T, Deleter> (data) {} in MovePtr() function in de::details::MovePtr
141 MovePtr& operator= (PtrData<T, Deleter> data);
148 MovePtr<T, D>& MovePtr<T,D>::operator= (PtrData<T, D> data) in operator =()
155 MovePtr<T, D>& MovePtr<T,D>::operator= (MovePtr<T, D>& other) in operator =()
163 inline T* MovePtr<T,D>::release (void) throw() in release()
[all …]
DdeUniquePtr.cpp66 MovePtr<Object> createObject (bool& exists) in createObject()
129 MovePtr<Object> ptr(new Object(exists)); in UniquePtr_selfTest()
132 MovePtr<Object> ptr2 = ptr; in UniquePtr_selfTest()
145 MovePtr<Object> ptr2 = ptr.move(); in UniquePtr_selfTest()
166 MovePtr<Object> ptr1(new Object(exists1)); in UniquePtr_selfTest()
167 MovePtr<Object> ptr2(new Object(exists2)); in UniquePtr_selfTest()
178 MovePtr<Object> ptr1(new Object(exists)); in UniquePtr_selfTest()
193 MovePtr<Object> ptr1; in UniquePtr_selfTest()
195 MovePtr<Object> ptr2(new Object(exists)); in UniquePtr_selfTest()
/external/libxkbcommon/xkbcommon/test/data/compat/
Dmousekeys13 action = MovePtr(x=-1,y= +1);
16 action = MovePtr(x=-1,y= +1);
20 action = MovePtr(x=+0,y= +1);
23 action = MovePtr(x=+0,y= +1);
27 action = MovePtr(x=+1,y=+1);
30 action = MovePtr(x=+1,y=+1);
34 action = MovePtr(x=-1,y=+0);
37 action = MovePtr(x=-1,y=+0);
41 action = MovePtr(x=+1,y=+0);
44 action = MovePtr(x=+1,y=+0);
[all …]
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp35 using de::MovePtr;
61 VulkanWindowXlib (MovePtr<x11::XlibWindow> window) in VulkanWindowXlib()
79 VulkanDisplayXlib (MovePtr<x11::DisplayBase> display) in VulkanDisplayXlib()
90 …return new VulkanWindowXlib(MovePtr<x11::XlibWindow>(new x11::XlibWindow(*instance, (int)width, (i… in createWindow()
94 MovePtr<x11::DisplayBase> m_display;
104 VulkanWindowXcb (MovePtr<x11::XcbWindow> window) in VulkanWindowXcb()
122 VulkanDisplayXcb (MovePtr<x11::DisplayBase> display) in VulkanDisplayXcb()
133 …return new VulkanWindowXcb(MovePtr<x11::XcbWindow>(new x11::XcbWindow(*instance, (int)width, (int)… in createWindow()
137 MovePtr<x11::DisplayBase> m_display;
145 VulkanWindowWayland (MovePtr<wayland::Window> window) in VulkanWindowWayland()
[all …]
/external/deqp/modules/egl/
DteglImageUtil.cpp53 using de::MovePtr;
85 explicit NativeSurface (MovePtr<UniqueSurface> surface, in NativeSurface()
86 MovePtr<T> native) in NativeSurface()
97 MovePtr<ManagedSurface> createSurface (EglTestContext& eglTestCtx, EGLDisplay dpy, EGLConfig config… in createSurface()
111 …return de::newMovePtr<ManagedSurface>(MovePtr<UniqueSurface>(new UniqueSurface(egl, dpy, surface))… in createSurface()
117MovePtr<NativeWindow> window (windowFactory.createWindow(&nativeDisplay, dpy, config, DE_NULL, Wi… in createSurface()
120 …return MovePtr<ManagedSurface>(new NativeWindowSurface(MovePtr<UniqueSurface>(new UniqueSurface(eg… in createSurface()
126MovePtr<NativePixmap> pixmap (pixmapFactory.createPixmap(&nativeDisplay, dpy, config, DE_NULL, wid… in createSurface()
129 …return MovePtr<ManagedSurface>(new NativePixmapSurface(MovePtr<UniqueSurface>(new UniqueSurface(eg… in createSurface()
182 MovePtr<ClientBuffer> createBuffer (const glw::Functions& gl, Texture2D* reference) const;
[all …]
DteglImageUtil.hpp53 ManagedSurface (de::MovePtr<eglu::UniqueSurface> surface) : m_surface(surface) {} in ManagedSurface()
61 de::MovePtr<ManagedSurface> createSurface (EglTestContext& eglTestCtx, eglw::EGLDisplay display, eg…
75 …virtual de::MovePtr<ClientBuffer> createBuffer (const glw::Functions& gl, tcu::Texture2D* referen…
80 de::MovePtr<ImageSource> createTextureImageSource (eglw::EGLenum source, glw::GLenum internalForm…
81 de::MovePtr<ImageSource> createRenderbufferImageSource (glw::GLenum format);
82 de::MovePtr<ImageSource> createUnsupportedImageSource (const std::string& message, glw::GLenum for…
DteglImageFormatTests.cpp68 using de::MovePtr;
121 …virtual bool invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& refImg) const…
178 bool invoke (ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) const;
179 …virtual bool invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref…
185 Create (MovePtr<ImageSource> imgSource) : m_imgSource(imgSource) {} in Create()
187 …bool invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& image, tcu::Texture2D& ref) con…
200 …class RenderTexture2D : public Render { public: bool invokeGLES2 (GLES2ImageApi& api, MovePtr<U…
201 …ubemap : public Render { public: bool invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& ima…
202 …erbuffer : public Render { public: bool invokeGLES2 (GLES2ImageApi& api, MovePtr<UniqueImage>& ima…
203 …class RenderDepthbuffer : public Render { public: bool invokeGLES2 (GLES2ImageApi& api, MovePtr
[all …]
DteglAndroidUtil.cpp44 using de::MovePtr;
54 MovePtr<ImageSource> createAndroidNativeImageSource (GLenum format) in createAndroidNativeImageSource()
106 MovePtr<ClientBuffer> createBuffer (const glw::Functions&, Texture2D*) const;
139 MovePtr<ClientBuffer> AndroidNativeImageSource::createBuffer (const glw::Functions&, Texture2D* ref… in createBuffer()
141 MovePtr<AndroidNativeClientBuffer> buffer (new AndroidNativeClientBuffer(getLibUI(), m_format)); in createBuffer()
160 return MovePtr<ClientBuffer>(buffer); in createBuffer()
172 MovePtr<ImageSource> createAndroidNativeImageSource (GLenum format) in createAndroidNativeImageSource()
176 return MovePtr<ImageSource>(new AndroidNativeImageSource(format)); in createAndroidNativeImageSource()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp115 …m_vertexBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(vertex… in VertexGrid()
131 …m_indexBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(indexBu… in VertexGrid()
157 de::MovePtr<Buffer> m_vertexBuffer;
158 de::MovePtr<Buffer> m_indexBuffer;
575 de::MovePtr<Operation> build (OperationContext& context, Resource& resource) const in build()
577 return de::MovePtr<Operation>(new Implementation(context, resource, m_bufferOp)); in build()
603 …m_hostBuffer = de::MovePtr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(m_resour… in Implementation()
653 de::MovePtr<Buffer> m_hostBuffer;
677 de::MovePtr<Operation> build (OperationContext& context, Resource& resource) const in build()
679 return de::MovePtr<Operation>(new Implementation(context, resource, m_mode)); in build()
[all …]
DvktSynchronizationOperation.hpp171 de::MovePtr<vk::Allocation> allocation,
176 de::MovePtr<vk::Allocation> allocation,
191 de::MovePtr<Buffer> m_buffer;
193 de::MovePtr<Image> m_image;
245 virtual de::MovePtr<Operation> build (OperationContext& context, Resource& resource) const = 0;
253 de::MovePtr<OperationSupport> makeOperationSupport (const OperationName opName, const ResourceDescr…
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp37 using de::MovePtr;
174 SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr);
182 SimpleAllocation::SimpleAllocation (Move<VkDeviceMemory> mem, MovePtr<HostPtr> hostPtr) in SimpleAllocation()
200 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize … in allocate()
205 MovePtr<HostPtr> hostPtr; in allocate()
208 hostPtr = MovePtr<HostPtr>(new HostPtr(m_vk, m_device, *mem, 0u, allocInfo.allocationSize, 0u)); in allocate()
210 return MovePtr<Allocation>(new SimpleAllocation(mem, hostPtr)); in allocate()
213 MovePtr<Allocation> SimpleAllocator::allocate (const VkMemoryRequirements& memReqs, MemoryRequireme… in allocate()
225 MovePtr<HostPtr> hostPtr; in allocate()
230 hostPtr = MovePtr<HostPtr>(new HostPtr(m_vk, m_device, *mem, 0u, allocInfo.allocationSize, 0u)); in allocate()
[all …]
DvkMemUtil.hpp128 …virtual de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alig…
129 …virtual de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequi…
138 …de::MovePtr<Allocation> allocate (const VkMemoryAllocateInfo& allocInfo, VkDeviceSize alignme…
139 …de::MovePtr<Allocation> allocate (const VkMemoryRequirements& memRequirements, MemoryRequirem…
147 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
148 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp44 using de::MovePtr;
414 de::MovePtr<tcu::TestCaseGroup> createImageSizeTests (tcu::TestContext& testCtx, AllocationKind all… in createImageSizeTests()
420 de::MovePtr<tcu::TestCaseGroup> imageSizeTests (new tcu::TestCaseGroup(testCtx, "size", "")); in createImageSizeTests()
574 …de::MovePtr<tcu::TestCaseGroup> countGroup(new tcu::TestCaseGroup(testCtx, caseName.str().c_str(),… in createImageCountTests()
575 …de::MovePtr<tcu::TestCaseGroup> sizeTests = createImageSizeTests(testCtx, allocationKind, sampling… in createImageCountTests()
582 de::MovePtr<tcu::TestCaseGroup> createImageFormatTests (tcu::TestContext& testCtx, AllocationKind a… in createImageFormatTests()
720 …de::MovePtr<tcu::TestCaseGroup> imageFormatTests(new tcu::TestCaseGroup(testCtx, "format", "Tests … in createImageFormatTests()
733 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, in createImageFormatTests()
744 de::MovePtr<tcu::TestCaseGroup> createImageViewTypeTests (tcu::TestContext& testCtx, AllocationKind… in createImageViewTypeTests()
762 …de::MovePtr<tcu::TestCaseGroup> imageViewTypeTests(new tcu::TestCaseGroup(testCtx, "view_type", ""… in createImageViewTypeTests()
[all …]
DvktPipelineSamplerTests.cpp47 using de::MovePtr;
728 MovePtr<tcu::TestCaseGroup> createSamplerMagFilterTests (tcu::TestContext& testCtx, VkImageViewType… in createSamplerMagFilterTests()
730MovePtr<tcu::TestCaseGroup> samplerMagFilterTests (new tcu::TestCaseGroup(testCtx, "mag_filter", "… in createSamplerMagFilterTests()
739 MovePtr<tcu::TestCaseGroup> createSamplerMinFilterTests (tcu::TestContext& testCtx, VkImageViewType… in createSamplerMinFilterTests()
741MovePtr<tcu::TestCaseGroup> samplerMinFilterTests (new tcu::TestCaseGroup(testCtx, "min_filter", "… in createSamplerMinFilterTests()
785 MovePtr<tcu::TestCaseGroup> createSamplerMagReduceFilterTests (tcu::TestContext& testCtx, VkImageVi… in createSamplerMagReduceFilterTests()
787MovePtr<tcu::TestCaseGroup> samplerMagReduceFilterTests (new tcu::TestCaseGroup(testCtx, "mag_redu… in createSamplerMagReduceFilterTests()
793MovePtr<tcu::TestCaseGroup> componentGroup (new tcu::TestCaseGroup(testCtx, getComponentMappingGro… in createSamplerMagReduceFilterTests()
806 MovePtr<tcu::TestCaseGroup> createSamplerMinReduceFilterTests (tcu::TestContext& testCtx, VkImageVi… in createSamplerMinReduceFilterTests()
808MovePtr<tcu::TestCaseGroup> samplerMinReduceFilterTests (new tcu::TestCaseGroup(testCtx, "min_redu… in createSamplerMinReduceFilterTests()
[all …]
DvktPipelineMakeUtil.cpp36 using de::MovePtr;
203 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage()
205MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requ… in bindImage()
210 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& alloca… in bindBuffer()
212MovePtr<Allocation> alloc(allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), requ… in bindBuffer()
217 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, c… in bindImageDedicated()
219 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, image, requirement)); in bindImageDedicated()
224 MovePtr<Allocation> bindBufferDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, … in bindBufferDedicated()
226 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, buffer, requirement)); in bindBufferDedicated()
DvktPipelineImageUtil.hpp79 de::MovePtr<tcu::TextureLevel> readColorAttachment (const vk::DeviceInterface& vk,
144 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const = 0;
179 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
201 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
223 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
245 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
266 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
288 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
310 virtual de::MovePtr<TestTexture> copy (const tcu::TextureFormat) const;
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.hpp56 de::MovePtr<Allocation>& memory) const = 0;
68 de::MovePtr<Allocation>& memory) const; // override
80 de::MovePtr<Allocation>& memory) const; // override
92 de::MovePtr<Allocation>& memory,
105 de::MovePtr<Allocation>& memory,
118 de::MovePtr<Allocation>& memory,
DvktApiFillBufferTests.cpp80 de::MovePtr<tcu::TextureLevel> m_destinationTextureLevel;
81 de::MovePtr<tcu::TextureLevel> m_expectedTextureLevel;
86 de::MovePtr<Allocation> m_destinationBufferAlloc;
128 …m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(mapVkFormat(VK_FO… in iterate()
161 …de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_destinationTextureLevel->getAc… in iterate()
220 …m_expectedTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(dst.getFormat(), dst… in generateExpectedResult()
270 …m_destinationTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(mapVkFormat(VK_FO… in iterate()
303 …de::MovePtr<tcu::TextureLevel> resultLevel (new tcu::TextureLevel(m_destinationTextureLevel->getAc… in iterate()
316 …m_expectedTextureLevel = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(dst.getFormat(), dst… in generateExpectedResult()
354 …de::MovePtr<tcu::TestCaseGroup> fillAndUpdateBufferTests (new tcu::TestCaseGroup(testCtx, "fill_… in createFillAndUpdateBufferTests()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemTests.cpp51 …de::MovePtr<tcu::TestCaseGroup> protectedTests (new tcu::TestCaseGroup(testCtx, "protected_memory"… in createTests()
55 …de::MovePtr<tcu::TestCaseGroup> attachmentTestGroup (new tcu::TestCaseGroup(testCtx, "attachment",… in createTests()
63 …de::MovePtr<tcu::TestCaseGroup> imageTestGroup (new tcu::TestCaseGroup(testCtx, "image", "Protecte… in createTests()
74 …de::MovePtr<tcu::TestCaseGroup> bufferTestGroup (new tcu::TestCaseGroup(testCtx, "buffer", "Protec… in createTests()
84 …de::MovePtr<tcu::TestCaseGroup> ssboTestGroup (new tcu::TestCaseGroup(testCtx, "ssbo", "Storage Bu… in createTests()
92 …de::MovePtr<tcu::TestCaseGroup> interactionTestGroup (new tcu::TestCaseGroup(testCtx, "interaction… in createTests()
DvktProtectedMemFillUpdateCopyBufferTests.cpp151 de::MovePtr<vk::BufferWithMemory> dstBuffer (makeBuffer(ctx, in iterate()
159 de::MovePtr<vk::BufferWithMemory> srcBuffer (makeBuffer(ctx, in iterate()
347 …de::MovePtr<tcu::TestCaseGroup> staticTests (new tcu::TestCaseGroup(testCtx, "static", (desc + " … in createFillUpdateCopyBufferFloatTests()
361 …de::MovePtr<tcu::TestCaseGroup> randomTests (new tcu::TestCaseGroup(testCtx, "random", (desc + " … in createFillUpdateCopyBufferFloatTests()
391 …de::MovePtr<tcu::TestCaseGroup> primaryGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (… in createFillUpdateCopyBufferFloatTests()
401 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "float_buffer", desc.c_… in createFillUpdateCopyBufferFloatTests()
456 …de::MovePtr<tcu::TestCaseGroup> staticTests (new tcu::TestCaseGroup(testCtx, "static", (desc + " … in createFillUpdateCopyBufferIntegerTests()
470 …de::MovePtr<tcu::TestCaseGroup> randomTests (new tcu::TestCaseGroup(testCtx, "random", (desc + " … in createFillUpdateCopyBufferIntegerTests()
500 …de::MovePtr<tcu::TestCaseGroup> primaryGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (… in createFillUpdateCopyBufferIntegerTests()
510 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "integer_buffer", desc.… in createFillUpdateCopyBufferIntegerTests()
[all …]
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp71 using de::MovePtr;
916 Pipeline (MovePtr<ProgramPipeline> pipeline_, in Pipeline()
917 MovePtr<ProgramWrapper> fullProg_, in Pipeline()
918 MovePtr<ProgramWrapper> vtxProg_, in Pipeline()
919 MovePtr<ProgramWrapper> frgProg_) in Pipeline()
1005 (MovePtr<Pipeline>& pipeOut);
1016 void testPipelineRendering (MovePtr<Pipeline>& pipeOut);
1017 void testCurrentProgPriority (MovePtr<Pipeline>& pipeOut);
1018 void testActiveProgramUniform (MovePtr<Pipeline>& pipeOut);
1019 void testPipelineQueryActive (MovePtr<Pipeline>& pipeOut);
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderReturnTests.cpp138 de::MovePtr<ShaderReturnCase> makeConditionalReturnInFuncCase (tcu::TestContext& context, const std… in makeConditionalReturnInFuncCase()
175 …return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, description, isVertex, tm… in makeConditionalReturnInFuncCase()
178 de::MovePtr<ShaderReturnCase> makeOutputWriteReturnCase (tcu::TestContext& context, const std::stri… in makeOutputWriteReturnCase()
230 …return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, description, isVertex, tm… in makeOutputWriteReturnCase()
233 de::MovePtr<ShaderReturnCase> makeReturnInLoopCase (tcu::TestContext& context, const std::string& n… in makeReturnInLoopCase()
277 …return de::MovePtr<ShaderReturnCase>(new ShaderReturnCase(context, name, description, isVertex, tm… in makeReturnInLoopCase()
363 …de::MovePtr<ShaderReturnCase> testCase (makeConditionalReturnInFuncCase(m_testCtx, name, descripti… in init()
429 …de::MovePtr<ShaderReturnCase> testCase = (makeOutputWriteReturnCase(m_testCtx, name, desc, inFunc … in init()
444 …de::MovePtr<ShaderReturnCase> testCase (makeReturnInLoopCase(m_testCtx, name, description, isDynam… in init()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp124 de::MovePtr<vk::ProgramBinary> binProg; in buildProgram()
129 …binProg = de::MovePtr<vk::ProgramBinary>(compileProgram(iter.getProgram(), &buildInfo, commandLine… in buildProgram()
137 binProg = de::MovePtr<vk::ProgramBinary>(prebuiltBinRegistry.loadProgram(progId)); in buildProgram()
166 using de::MovePtr;
172 MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, const… in createDebugReportRecorder()
175 return MovePtr<vk::DebugReportRecorder>(new vk::DebugReportRecorder(vki, instance)); in createDebugReportRecorder()
208 static MovePtr<vk::Library> createLibrary (tcu::TestContext& testCtx) in createLibrary()
210 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary()); in createLibrary()
221 : MovePtr<vk::DebugReportRecorder>(DE_NULL)) in TestCaseExecutor()
223 ? MovePtr<vk::RenderDocUtil>(new vk::RenderDocUtil()) in TestCaseExecutor()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp1003 …de::MovePtr<tcu::TestCaseGroup> group2D (new tcu::TestCaseGroup(testCtx, "2d", "2D Texture Filt… in populateTextureFilteringTests()
1005 …de::MovePtr<tcu::TestCaseGroup> formatsGroup (new tcu::TestCaseGroup(testCtx, "formats", "2D Text… in populateTextureFilteringTests()
1006 …de::MovePtr<tcu::TestCaseGroup> sizesGroup (new tcu::TestCaseGroup(testCtx, "sizes", "Texture Si… in populateTextureFilteringTests()
1007 …de::MovePtr<tcu::TestCaseGroup> combinationsGroup (new tcu::TestCaseGroup(testCtx, "combinations",… in populateTextureFilteringTests()
1013 …de::MovePtr<tcu::TestCaseGroup> filterGroup (new tcu::TestCaseGroup(testCtx, filterGroupName.c_st… in populateTextureFilteringTests()
1048 …de::MovePtr<tcu::TestCaseGroup> filterGroup (new tcu::TestCaseGroup(testCtx, filterGroupName.c_st… in populateTextureFilteringTests()
1077 …de::MovePtr<tcu::TestCaseGroup> minFilterGroup(new tcu::TestCaseGroup(testCtx, minFilterModes[minF… in populateTextureFilteringTests()
1081 …de::MovePtr<tcu::TestCaseGroup> magFilterGroup(new tcu::TestCaseGroup(testCtx, magFilterModes[magF… in populateTextureFilteringTests()
1085 …de::MovePtr<tcu::TestCaseGroup> wrapSGroup(new tcu::TestCaseGroup(testCtx, wrapModes[wrapSNdx].nam… in populateTextureFilteringTests()
1122 …de::MovePtr<tcu::TestCaseGroup> groupUnnormal (new tcu::TestCaseGroup(testCtx, "unnormal", "Unnor… in populateTextureFilteringTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp36 using de::MovePtr;
178 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage()
180MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requ… in bindImage()
185 MovePtr<Allocation> bindBuffer (const DeviceInterface& vk, const VkDevice device, Allocator& alloca… in bindBuffer()
187MovePtr<Allocation> alloc(allocator.allocate(getBufferMemoryRequirements(vk, device, buffer), requ… in bindBuffer()

12345678910>>...14