Searched refs:srcStencilTexture (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImageUtil.cpp | 433 const TestTexture* srcStencilTexture, in uploadTestTextureInternal() 448 DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (srcStencilTexture != DE_NULL)); in uploadTestTextureInternal() 450 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternal() 453 bufferSize = stencilOffset + srcStencilTexture->getSize(); in uploadTestTextureInternal() 479 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternal() 483 srcStencilTexture->write(reinterpret_cast<deUint8*>(bufferAlloc->getHostPtr()) + stencilOffset); in uploadTestTextureInternal() 485 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternal() 529 const TestTexture* srcStencilTexture, in uploadTestTextureInternalSparse() 545 DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (srcStencilTexture != DE_NULL)); in uploadTestTextureInternalSparse() 547 if (srcStencilTexture ! in uploadTestTextureInternalSparse() 427 uploadTestTextureInternal(const DeviceInterface& vk, VkDevice device, VkQueue queue, deUint32 queueFamilyIndex, Allocator& allocator, const TestTexture& srcTexture, const TestTexture* srcStencilTexture, tcu::TextureFormat format, VkImage destImage, VkImageLayout destImageLayout) uploadTestTextureInternal() argument 518 uploadTestTextureInternalSparse(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, const VkImageCreateInfo& imageCreateInfo, VkQueue universalQueue, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, Allocator& allocator, std::vector<de::SharedPtr<Allocation> >& allocations, const TestTexture& srcTexture, const TestTexture* srcStencilTexture, tcu::TextureFormat format, VkImage destImage) uploadTestTextureInternalSparse() argument 620 de::MovePtr<TestTexture> srcStencilTexture; uploadTestTexture() local 668 de::MovePtr<TestTexture> srcStencilTexture; uploadTestTextureSparse() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageUtil.cpp | 423 const TestTexture* srcStencilTexture, in uploadTestTextureInternal() 438 DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (srcStencilTexture != DE_NULL)); in uploadTestTextureInternal() 440 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternal() 443 bufferSize = stencilOffset + srcStencilTexture->getSize(); in uploadTestTextureInternal() 469 if (srcStencilTexture != DE_NULL) in uploadTestTextureInternal() 473 srcStencilTexture->write(reinterpret_cast<deUint8*>(bufferAlloc->getHostPtr()) + stencilOffset); in uploadTestTextureInternal() 475 std::vector<VkBufferImageCopy> stencilCopyRegions = srcStencilTexture->getBufferCopyRegions(); in uploadTestTextureInternal() 519 const TestTexture* srcStencilTexture, in uploadTestTextureInternalSparse() 535 DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (srcStencilTexture != DE_NULL)); in uploadTestTextureInternalSparse() 537 if (srcStencilTexture ! in uploadTestTextureInternalSparse() 417 uploadTestTextureInternal(const DeviceInterface& vk, VkDevice device, VkQueue queue, deUint32 queueFamilyIndex, Allocator& allocator, const TestTexture& srcTexture, const TestTexture* srcStencilTexture, tcu::TextureFormat format, VkImage destImage, VkImageLayout destImageLayout) uploadTestTextureInternal() argument 508 uploadTestTextureInternalSparse(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, const VkImageCreateInfo& imageCreateInfo, VkQueue universalQueue, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, Allocator& allocator, std::vector<de::SharedPtr<Allocation> >& allocations, const TestTexture& srcTexture, const TestTexture* srcStencilTexture, tcu::TextureFormat format, VkImage destImage) uploadTestTextureInternalSparse() argument 610 de::MovePtr<TestTexture> srcStencilTexture; uploadTestTexture() local 658 de::MovePtr<TestTexture> srcStencilTexture; uploadTestTextureSparse() local [all...] |
Completed in 6 milliseconds