Home
last modified time | relevance | path

Searched refs:getCompressedSize (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp176 virtual deUint32 getCompressedSize (void) const;
H A DvktPipelineImageUtil.cpp445 deUint32 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTexture.getSize(); in uploadTestTextureInternal()
533 deUint32 bufferSize = (srcTexture.isCompressed()) ? srcTexture.getCompressedSize(): srcTexture.getSize(); in uploadTestTextureInternalSparse()
801 deUint32 TestTexture::getCompressedSize (void) const in getCompressedSize() function in vkt::pipeline::TestTexture
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.hpp176 virtual deUint32 getCompressedSize (void) const;
H A DvktPipelineImageUtil.cpp435 deUint32 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTexture.getSize(); in uploadTestTextureInternal()
523 deUint32 bufferSize = (srcTexture.isCompressed()) ? srcTexture.getCompressedSize(): srcTexture.getSize(); in uploadTestTextureInternalSparse()
791 deUint32 TestTexture::getCompressedSize (void) const in getCompressedSize() function in vkt::pipeline::TestTexture
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp2709 m_sourceBuffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vk, vkDevice, memAlloc, makeBufferCreateInfo(m_texture->getCompressedSize(), VK_BUFFER_USAGE_TRANSFER_SRC_BIT), vk::MemoryRequirement::HostVisible)); in iterate()
2713 copyBufferToImage(vk, vkDevice, queue, queueFamilyIndex, m_sourceBuffer->get(), m_texture->getCompressedSize(), copyRegions, nullptr, VK_IMAGE_ASPECT_COLOR_BIT, m_texture->getNumLevels(), m_texture->getArraySize(), m_source->get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_READ_BIT, &commandPool, 0); in iterate()

Completed in 24 milliseconds