Home
last modified time | relevance | path

Searched refs:imageCount (Results 1 - 25 of 33) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageTests.cpp62 int imageCount,
72 int imageCount,
80 static std::string getGlslSamplerDecl (int imageCount);
81 static std::string getGlslTextureDecl (int imageCount);
82 static std::string getGlslFragColorDecl (int imageCount);
86 int imageCount);
109 int imageCount, in ImageTest()
121 , m_imageCount (imageCount) in ImageTest()
162 int imageCount, in getImageSamplingInstanceParams()
218 return ImageSamplingInstanceParams(m_pipelineConstructionType, renderSize, imageViewType, imageFormat, imageSize, arraySize, componentMapping, subresourceRange, samplerParams, 0.0f, vertices, separateStencilUsage, samplingType, imageCount, allocationKin in getImageSamplingInstanceParams()
101 ImageTest(tcu::TestContext& testContext, const char* name, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, const tcu::IVec3& imageSize, int imageCount, int arraySize, bool pipelineProtectedAccess, bool pipelineProtectedFlag) ImageTest() argument
157 getImageSamplingInstanceParams(AllocationKind allocationKind, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, const tcu::IVec3& imageSize, int imageCount, int arraySize) const getImageSamplingInstanceParams() argument
397 getGlslSamplerDecl(int imageCount) getGlslSamplerDecl() argument
400 samplerArray << "texSamplers[" << imageCount << "]"; getGlslSamplerDecl() local
405 getGlslTextureDecl(int imageCount) getGlslTextureDecl() argument
408 textureArray << "texImages[" << imageCount << "]"; getGlslTextureDecl() local
413 getGlslFragColorDecl(int imageCount) getGlslFragColorDecl() argument
416 samplerArray << "fragColors[" << imageCount << "]"; getGlslFragColorDecl() local
421 getGlslSampler(const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType, int imageCount) getGlslSampler() argument
482 createImageSizeTests(tcu::TestContext& testCtx, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, int imageCount) createImageSizeTests() argument
[all...]
H A DvktPipelineImageSamplingInstance.hpp83 , imageCount (imageCount_) in ImageSamplingInstanceParams()
102 int imageCount; member
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1781 static std::string getGlslSampler (const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType, int imageCount);
1783 static std::string getGlslSamplerDecl (int imageCount);
1784 static std::string getGlslTextureDecl (int imageCount);
1974 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslSamplerDecl (int imageCount) in getGlslSamplerDecl() argument
1977 samplerArray << "texSamplers[" << imageCount << "]"; in getGlslSamplerDecl() local
1979 return imageCount > 1 ? samplerArray.str() : "texSampler"; in getGlslSamplerDecl()
1982 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslTextureDecl (int imageCount) in getGlslTextureDecl() argument
1985 textureArray << "texImages[" << imageCount << "]"; in getGlslTextureDecl() local
1987 return imageCount > 1 ? textureArray.str() : "texImage"; in getGlslTextureDecl()
1990 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslSampler (const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType, int imageCount) in getGlslSampler() argument
[all...]
H A DvktPipelineImageSamplingInstance.cpp200 if ((deUint32)params.imageCount > context.getDeviceProperties().limits.maxColorAttachments) in checkSupportImageSamplingInstance()
201 throw tcu::NotSupportedError(std::string("Unsupported render target count: ") + de::toString(params.imageCount)); in checkSupportImageSamplingInstance()
366 , m_imageCount (params.imageCount) in ImageSamplingInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageTests.cpp61 int imageCount,
71 int imageCount,
79 static std::string getGlslSamplerDecl (int imageCount);
80 static std::string getGlslTextureDecl (int imageCount);
81 static std::string getGlslFragColorDecl (int imageCount);
85 int imageCount);
109 int imageCount, in ImageTest()
121 , m_imageCount (imageCount) in ImageTest()
156 int imageCount, in getImageSamplingInstanceParams()
212 return ImageSamplingInstanceParams(m_pipelineConstructionType, renderSize, imageViewType, imageFormat, imageSize, arraySize, componentMapping, subresourceRange, samplerParams, 0.0f, vertices, separateStencilUsage, samplingType, imageCount, allocationKin in getImageSamplingInstanceParams()
100 ImageTest(tcu::TestContext& testContext, const char* name, const char* description, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, const tcu::IVec3& imageSize, int imageCount, int arraySize, bool pipelineProtectedAccess, bool pipelineProtectedFlag) ImageTest() argument
151 getImageSamplingInstanceParams(AllocationKind allocationKind, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, const tcu::IVec3& imageSize, int imageCount, int arraySize) const getImageSamplingInstanceParams() argument
391 getGlslSamplerDecl(int imageCount) getGlslSamplerDecl() argument
394 samplerArray << "texSamplers[" << imageCount << "]"; getGlslSamplerDecl() local
399 getGlslTextureDecl(int imageCount) getGlslTextureDecl() argument
402 textureArray << "texImages[" << imageCount << "]"; getGlslTextureDecl() local
407 getGlslFragColorDecl(int imageCount) getGlslFragColorDecl() argument
410 samplerArray << "fragColors[" << imageCount << "]"; getGlslFragColorDecl() local
415 getGlslSampler(const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType, int imageCount) getGlslSampler() argument
476 createImageSizeTests(tcu::TestContext& testCtx, AllocationKind allocationKind, PipelineConstructionType pipelineConstructionType, VkDescriptorType samplingType, VkImageViewType imageViewType, VkFormat imageFormat, int imageCount) createImageSizeTests() argument
[all...]
H A DvktPipelineImageSamplingInstance.hpp81 , imageCount (imageCount_) in ImageSamplingInstanceParams()
100 int imageCount; member
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp1619 static std::string getGlslSampler (const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType, int imageCount);
1621 static std::string getGlslSamplerDecl (int imageCount);
1622 static std::string getGlslTextureDecl (int imageCount);
1823 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslSamplerDecl (int imageCount) in getGlslSamplerDecl() argument
1826 samplerArray << "texSamplers[" << imageCount << "]"; in getGlslSamplerDecl() local
1828 return imageCount > 1 ? samplerArray.str() : "texSampler"; in getGlslSamplerDecl()
1831 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslTextureDecl (int imageCount) in getGlslTextureDecl() argument
1834 textureArray << "texImages[" << imageCount << "]"; in getGlslTextureDecl() local
1836 return imageCount > 1 ? textureArray.str() : "texImage"; in getGlslTextureDecl()
1839 std::string AttachmentFeedbackLoopLayoutSamplerTest::getGlslSampler (const tcu::TextureFormat& format, VkImageViewType type, VkDescriptorType samplingType, int imageCount) in getGlslSampler() argument
[all...]
H A DvktPipelineImageSamplingInstance.cpp198 if ((deUint32)params.imageCount > context.getDeviceProperties().limits.maxColorAttachments) in checkSupportImageSamplingInstance()
199 throw tcu::NotSupportedError(std::string("Unsupported render target count: ") + de::toString(params.imageCount)); in checkSupportImageSamplingInstance()
364 , m_imageCount (params.imageCount) in ImageSamplingInstance()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSwapchainKHR.cpp30 , imageCount(pCreateInfo->minImageCount) in SwapchainKHR()
33 memset(reinterpret_cast<void *>(images), 0, imageCount * sizeof(PresentImage)); in SwapchainKHR()
38 for(uint32_t i = 0; i < imageCount; i++) in destroy()
68 for(uint32_t i = 0; i < imageCount; i++) in retire()
82 for(uint32_t i = 0; i < imageCount; i++) in resetImages()
131 for(uint32_t i = 0; i < imageCount; i++) in createImages()
157 return imageCount; in getImageCount()
163 for(i = 0; i < std::min(*pSwapchainImageCount, imageCount); i++) in getImages()
170 if(*pSwapchainImageCount < imageCount) in getImages()
180 for(uint32_t i = 0; i < imageCount; in getNextImage()
[all...]
H A DVkSwapchainKHR.hpp53 uint32_t imageCount = 0; member in vk::SwapchainKHR
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.cpp212 uint32_t imageCount = caps.minImageCount + 2; in createSwapchain() local
213 if (caps.maxImageCount > 0 && imageCount > caps.maxImageCount) { in createSwapchain()
215 imageCount = caps.maxImageCount; in createSwapchain()
289 swapchainCreateInfo.minImageCount = imageCount; in createSwapchain()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DSwapchain.hpp32 size_t imageCount() const in imageCount() function in Swapchain
H A DDrawTester.cpp192 framebuffers.resize(swapchain->imageCount()); in createFramebuffers()
318 waitFences.resize(swapchain->imageCount()); in createSynchronizationPrimitives()
359 commandBufferAllocateInfo.commandBufferCount = static_cast<uint32_t>(swapchain->imageCount()); in createCommandBuffers()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSurfaceVk.cpp1033 angle::Result WindowSurfaceVk::resizeSwapchainImages(vk::Context *context, uint32_t imageCount) in resizeSwapchainImages() argument
1035 if (static_cast<size_t>(imageCount) != mSwapchainImages.size()) in resizeSwapchainImages()
1038 mSwapchainImages.resize(imageCount); in resizeSwapchainImages()
1043 for (uint32_t index = 0; index < imageCount; ++index) in resizeSwapchainImages()
1049 for (uint32_t index = 0; index < imageCount; ++index) in resizeSwapchainImages()
1161 uint32_t imageCount = 0; in createSwapChain() local
1162 ANGLE_VK_TRY(context, vkGetSwapchainImagesKHR(device, mSwapchain, &imageCount, nullptr)); in createSwapChain()
1164 std::vector<VkImage> swapchainImages(imageCount); in createSwapChain()
1166 vkGetSwapchainImagesKHR(device, mSwapchain, &imageCount, swapchainImages.data())); in createSwapChain()
1200 ANGLE_TRY(resizeSwapchainImages(context, imageCount)); in createSwapChain()
[all...]
H A DSurfaceVk.h273 angle::Result resizeSwapchainImages(vk::Context *context, uint32_t imageCount);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp472 int imageCount = 0; in sweep() local
483 imageCount++; in sweep()
487 if(imageCount == referenceCount) in sweep()
969 int imageCount = 0; in sweep() local
982 imageCount++; in sweep()
987 if(imageCount == referenceCount) in sweep()
1513 int imageCount = 0;
1524 imageCount++;
1528 if(imageCount == referenceCount)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp691 deUint32 imageCount = 0; in swapchainCreateTest() local
692 devHelper.vkd.getSwapchainImagesKHR(devHelper.device.get(), swapchain.get(), &imageCount, nullptr); in swapchainCreateTest()
693 vector<VkImage> images(imageCount); in swapchainCreateTest()
694 devHelper.vkd.getSwapchainImagesKHR(devHelper.device.get(), swapchain.get(), &imageCount, images.data()); in swapchainCreateTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp865 deUint32 imageCount = 0; in swapchainCreateTest() local
866 devHelper.vkd.getSwapchainImagesKHR(devHelper.device.get(), swapchain.get(), &imageCount, nullptr); in swapchainCreateTest()
867 vector<VkImage> images(imageCount); in swapchainCreateTest()
868 devHelper.vkd.getSwapchainImagesKHR(devHelper.device.get(), swapchain.get(), &imageCount, images.data()); in swapchainCreateTest()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramLinkedResources.cpp364 unsigned int imageCount = 0; member
373 lhs.imageCount += rhs.imageCount; in operator +=()
521 mUniformCount.imageCount += (isImage ? elementCount : 0);
1121 if (shaderUniformCount.imageCount >
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp375 for (uint32_t imageCount = maxImageCountToTest; capabilities.minImageCount <= imageCount; --imageCount) in executeSwapchainParameterCases()
378 createInfo.minImageCount = imageCount; in executeSwapchainParameterCases()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp346 for (deUint32 imageCount = capabilities.minImageCount; imageCount <= maxImageCountToTest; ++imageCount) in generateSwapchainParameterCases()
349 cases.back().minImageCount = imageCount; in generateSwapchainParameterCases()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiMaintenance1Tests.cpp2035 deUint32 imageCount = capabilities.minImageCount + 10; in releaseImagesTest() local
2037 imageCount = de::min(imageCount, capabilities.maxImageCount); in releaseImagesTest()
2039 VkSwapchainCreateInfoKHR swapchainInfo = getBasicSwapchainParameters(*surface, surfaceFormats[0], native.windowSize, testParams.mode, transform, imageCount, false); in releaseImagesTest()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.h476 unsigned int imageCount,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp306 deUint32 imageCount,
964 uint32_t imageCount, in createImages()
970 const VkDeviceSize bufferSize = createBuffers(bufferInfos, buffer, imageCount, imageSize, sizeof(tcu::Vec4), bufferUsage); in createImages()
972 for (uint32_t imageIdx = 0; imageIdx < imageCount; ++imageIdx) in createImages()
1008 const uint32_t imageCount = static_cast<uint32_t>(images.size()); in createImagesViews() local
1009 for (uint32_t imageIdx = 0; imageIdx < imageCount; ++imageIdx) in createImagesViews()
957 createImages(std::vector<ut::ImageHandleAllocSp>& images, std::vector<VkDescriptorBufferInfo>& bufferInfos, ut::BufferHandleAllocSp& buffer, VkBufferUsageFlags bufferUsage, const VkExtent3D& imageExtent, VkFormat imageFormat, VkImageLayout imageLayout, uint32_t imageCount, bool withMipMaps) createImages() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.cpp334 deUint32 imageCount,
983 deUint32 imageCount, in createImages()
989 const VkDeviceSize bufferSize = createBuffers(bufferInfos, buffer, imageCount, imageSize, sizeof(tcu::Vec4), bufferUsage); in createImages()
991 for (deUint32 imageIdx = 0; imageIdx < imageCount; ++imageIdx) in createImages()
1027 const deUint32 imageCount = static_cast<deUint32>(images.size()); in createImagesViews() local
1028 for (deUint32 imageIdx = 0; imageIdx < imageCount; ++imageIdx) in createImagesViews()
976 createImages(std::vector<ut::ImageHandleAllocSp>& images, std::vector<VkDescriptorBufferInfo>& bufferInfos, ut::BufferHandleAllocSp& buffer, VkBufferUsageFlags bufferUsage, const VkExtent3D& imageExtent, VkFormat imageFormat, VkImageLayout imageLayout, deUint32 imageCount, bool withMipMaps) createImages() argument

Completed in 51 milliseconds

12