Home
last modified time | relevance | path

Searched +defs:image +defs:copy +defs:texture (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp212 vk::VkImage image, in readColorAttachment()
270 vk::VkImage image, in readDepthAttachment()
348 vk::VkImage image, in readStencilAttachment()
689 void allocateLevels (TcuTextureType& texture) in allocateLevels()
696 std::vector<tcu::PixelBufferAccess> getLevelsVector (const TcuTextureType& texture) in getLevelsVector()
1045 de::MovePtr<TestTexture> TestTexture1D::copy(const tcu::TextureFormat format) const in copy() function in vkt::pipeline::TestTexture1D
1049 de::MovePtr<TestTexture> texture (new TestTexture1D(format, m_texture.getWidth())); in copy() local
1122 de::MovePtr<TestTexture> TestTexture1DArray::copy(const tcu::TextureFormat format) const in copy() function in vkt::pipeline::TestTexture1DArray
1126 …de::MovePtr<TestTexture> texture (new TestTexture1DArray(format, m_texture.getWidth(), getArraySiz… in copy() local
1193 de::MovePtr<TestTexture> TestTexture2D::copy(const tcu::TextureFormat format) const in copy() function in vkt::pipeline::TestTexture2D
[all …]
DvktPipelineImageSamplingInstance.cpp87 const VkImage& image, in allocateImage()
135 MovePtr<TestTexture> texture; in createTestTexture() local
888 bool isLookupResultValid (const tcu::Texture1DView& texture, in isLookupResultValid()
898 bool isLookupResultValid (const tcu::Texture1DArrayView& texture, in isLookupResultValid()
908 bool isLookupResultValid (const tcu::Texture2DView& texture, in isLookupResultValid()
918 bool isLookupResultValid (const tcu::Texture2DArrayView& texture, in isLookupResultValid()
928 bool isLookupResultValid (const tcu::TextureCubeView& texture, in isLookupResultValid()
938 bool isLookupResultValid (const tcu::TextureCubeArrayView& texture, in isLookupResultValid()
948 bool isLookupResultValid(const tcu::Texture3DView& texture, in isLookupResultValid()
959 bool validateResultImage (const TextureViewType& texture, in validateResultImage()
[all …]
/third_party/skia/src/image/
DSkImage_Gpu.cpp196 auto copy = GrSurfaceProxy::Copy(rContext.get(), in MakeWithVolatileSrc() local
274 GrTexture* texture = proxy->peekTexture(); in onGetBackendTexture() local
669 sk_sp<GrTexture> texture = sk_ref_sp(view.proxy()->peekTexture()); in MakeCrossContextFromPixmap() local
753 sk_sp<SkImage> image = sk_make_sp<SkImage_Gpu>(sk_ref_sp(dContext), in MakeFromAHardwareBufferWithData() local
781 sk_sp<SkImage> image, in MakeBackendTextureFromSkImage()
797 GrTexture* texture = view.asTextureProxy()->peekTexture(); in MakeBackendTextureFromSkImage() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.cpp162 TextureBase* texture, in CreateTextureViewImpl()
666 VkBufferCopy copy; in CopyFromStagingToBuffer() local
717 VkImage image, in ImportExternalImage()
766 Texture* texture, in SignalAndExportExternalTexture()