Home
last modified time | relevance | path

Searched refs:imageCount (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp61 int imageCount,
68 static std::string getGlslSamplerDecl (int imageCount);
69 static std::string getGlslTextureDecl (int imageCount);
70 static std::string getGlslFragColorDecl (int imageCount);
74 int imageCount);
94 int imageCount, in ImageTest() argument
103 , m_imageCount (imageCount) in ImageTest()
336 std::string ImageTest::getGlslSamplerDecl (int imageCount) in getGlslSamplerDecl() argument
339 samplerArray << "texSamplers[" << imageCount << "]"; in getGlslSamplerDecl()
341 return imageCount > 1 ? samplerArray.str() : "texSampler"; in getGlslSamplerDecl()
[all …]
DvktPipelineImageSamplingInstance.hpp63 int imageCount = 1,
DvktPipelineImageSamplingInstance.cpp201 int imageCount, in ImageSamplingInstance() argument
210 , m_imageCount (imageCount) in ImageSamplingInstance()
236 if ((deUint32)imageCount > context.getDeviceProperties().limits.maxColorAttachments) in ImageSamplingInstance()
237 …cu::NotSupportedError(std::string("Unsupported render target count: ") + de::toString(imageCount)); in ImageSamplingInstance()
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp211 uint32_t imageCount = caps.minImageCount + 2; in createSwapchain() local
212 if (caps.maxImageCount > 0 && imageCount > caps.maxImageCount) { in createSwapchain()
214 imageCount = caps.maxImageCount; in createSwapchain()
277 swapchainCreateInfo.minImageCount = imageCount; in createSwapchain()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp211 uint32_t imageCount = caps.minImageCount + 2; in createSwapchain() local
212 if (caps.maxImageCount > 0 && imageCount > caps.maxImageCount) { in createSwapchain()
214 imageCount = caps.maxImageCount; in createSwapchain()
277 swapchainCreateInfo.minImageCount = imageCount; in createSwapchain()
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.cpp472 int imageCount = 0; in sweep() local
483 imageCount++; in sweep()
487 if(imageCount == referenceCount) in sweep()
939 int imageCount = 0; in sweep() local
952 imageCount++; in sweep()
957 if(imageCount == referenceCount) in sweep()
1447 int imageCount = 0; in sweep() local
1458 imageCount++; in sweep()
1462 if(imageCount == referenceCount) in sweep()
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp366 int imageCount = 0; in sweep() local
377 imageCount++; in sweep()
381 if(imageCount == referenceCount) in sweep()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp333 …for (deUint32 imageCount = capabilities.minImageCount; imageCount <= maxImageCountToTest; ++imageC… in generateSwapchainParameterCases() local
336 cases.back().minImageCount = imageCount; in generateSwapchainParameterCases()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp389 …for (deUint32 imageCount = capabilities.minImageCount; imageCount <= maxImageCountToTest; ++imageC… in generateSwapchainParameterCases() local
392 cases.back().minImageCount = imageCount; in generateSwapchainParameterCases()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageCompressionTranscodingSupport.cpp3188 deUint32 imageCount = 2u + (operationNdx == OPERATION_IMAGE_STORE); in createImageCompressionTranscodingTests() local
3213 imageCount, in createImageCompressionTranscodingTests()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c12336 unsigned long imageCount; in Qt_GraphicsImportGetImageCount() local
12344 &imageCount); in Qt_GraphicsImportGetImageCount()
12347 imageCount); in Qt_GraphicsImportGetImageCount()