Home
last modified time | relevance | path

Searched refs:bindImage (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp1207 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, M… in iterate()
1421 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, M… in iterate()
1439 …const UniquePtr<Allocation> dsImageAlloc (bindImage (vk, device, allocator, *dsImage, MemoryR… in iterate()
1640 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in iterate()
1644 …const UniquePtr<Allocation> colorResolveImageAlloc (bindImage (vk, device, allocator, *colorRe… in iterate()
1716 …const UniquePtr<Allocation> imageSampleAlloc (bindImage (vk, device, allocator, *imageSample, Mem… in iterate()
1916 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage,… in iterate()
1920 …const UniquePtr<Allocation> colorResolveImageAlloc (bindImage (vk, device, allocator, *colorR… in iterate()
1938 …const UniquePtr<Allocation> dsImageAlloc (bindImage (vk, device, allocator, *dsImage, Memor… in iterate()
1942 …const UniquePtr<Allocation> dsResolveImageAlloc (bindImage (vk, device, allocator, *dsResolv… in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement)) in Image()
DvktPipelineStencilExportTests.cpp481 …MovePtr<Allocation> stencilImageAlloc = bindImage (vk, device, allocator, *stencilImage, M… in testStencilExportReplace()
486 …MovePtr<Allocation> colorImageAlloc = bindImage (vk, device, allocator, *colorImage, Memo… in testStencilExportReplace()
DvktPipelineMultisampleImageTests.cpp1043 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memory… in test()
1064 …const UniquePtr<Allocation> checksumImageAlloc (bindImage(vk, device, allocator, *checksumImage, … in test()
1239 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in renderAndResolve()
1243 …const UniquePtr<Allocation> resolveImageAlloc (bindImage(vk, device, allocator, *resolveImage, Me… in renderAndResolve()
1602 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memory… in test()
1623 …const UniquePtr<Allocation> checksumImageAlloc (bindImage(vk, device, allocator, *checksumImage, … in test()
DvktPipelineRenderToImageTests.cpp202 de::MovePtr<Allocation> bindImage (const InstanceInterface& vki, in bindImage() function
215 return vk::bindImage(vkd, device, allocator, image, requirement); in bindImage()
1007 …colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allo… in testWithSizeReduction()
1017 …depthStencilImageAlloc = bindImage(vki, vk, physDevice, device, *depthStencilImage, MemoryRequirem… in testWithSizeReduction()
1435 …colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allo… in testRenderToMipMaps()
1445 …depthStencilImageAlloc = bindImage(vki, vk, physDevice, device, *depthStencilImage, MemoryRequirem… in testRenderToMipMaps()
DvktPipelineFramebufferAttachmentTests.cpp444 colorImageAlloc = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); in test()
452 msColorImageAlloc = bindImage(vk, device, allocator, *msColorImage, MemoryRequirement::Any); in test()
798 …const MovePtr<Allocation> imageAlloc = bindImage(vk, device, allocator, *image, MemoryRequire… in testNoAtt()
1097 …colorImageAllocs[renderTargetIdx] = bindImage(vk, device, allocator, *colorImages[renderTargetIdx… in testDifferentAttachmentSizes()
1104 …msColorImageAllocs[renderTargetIdx] = bindImage(vk, device, allocator, *msColorImages[renderTarge… in testDifferentAttachmentSizes()
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1275 …subpassData.colorImageAlloc = bindImage(vk, device, *allocator, *subpassData.colorImage, MemoryReq… in createPerSubpassData()
1285 …subpassData.depthStencilImageAlloc = bindImage(vk, device, *allocator, *subpassData.depthStencilIm… in createPerSubpassData()
1734 wd.colorImageAlloc = bindImage(vk, device, *allocator, *wd.colorImage, MemoryRequirement::Any); in test()
1740 …wd.resolveImageAlloc = bindImage(vk, device, *allocator, *wd.resolveImage, MemoryRequirement::Any); in test()
1759 …wd.depthStencilImageAlloc = bindImage(vk, device, *allocator, *wd.depthStencilImage, MemoryRequire… in test()
DvktPipelineMultisampleSampleLocationsExtTests.cpp1423 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in iterate()
1427 m_resolveImageAlloc = bindImage(vk, device, allocator, *m_resolveImage, MemoryRequirement::Any); in iterate()
1949 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in iterate()
1954 m_resolveImageAlloc = bindImage(vk, device, allocator, *m_resolveImage, MemoryRequirement::Any); in iterate()
1971 …m_depthStencilImageAlloc = bindImage(vk, device, allocator, *m_depthStencilImage, MemoryRequiremen… in iterate()
DvktPipelineMultisampleShaderFragmentMaskTests.cpp1160 wd.colorImageAlloc = bindImage(vk, device, *allocator, *wd.colorImage, MemoryRequirement::Any); in test()
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp169 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk,
DvkMemUtil.cpp414 MovePtr<Allocation> bindImage (const DeviceInterface& vk, in bindImage() function
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp319 void bindImage (const DeviceInterface& vkd, in bindImage() function
486 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler); in testImageQuery()
707 bindImage(vkd, device, *descSet, testImages[imageNdx]->getImageView(), *sampler); in testImageQueryLod()
DvktYCbCrFilteringTests.cpp74 void bindImage (VkDescriptorSet descriptorSet,
261 void LinearFilteringTestInstance::bindImage(VkDescriptorSet descriptorSet, in bindImage() function in vkt::ycbcr::__anon0e42b8a70111::LinearFilteringTestInstance
344 bindImage(*descSet, *imageView, *sampler); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp323 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in iterate()
346 …const UniquePtr<Allocation> testImageAlloc (bindImage(vk, device, allocator, *testImage, Memory… in iterate()
DvktFragmentOperationsScissorMultiViewportTests.cpp323 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
DvktFragmentOperationsScissorTests.cpp359 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1242 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in test()
1326 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in testLayeredReadBack()
1332 …const UniquePtr<Allocation> dsImageAlloc (bindImage (vk, device, allocator, *dsImage, Memory… in testLayeredReadBack()
1591 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memo… in testSecondaryCmdBuffer()
1596 …const UniquePtr<Allocation> offscreenImageAlloc (bindImage(vk, device, allocator, *offscreenImag… in testSecondaryCmdBuffer()
DvktGeometryInstancedRenderingTests.cpp161 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, Me… in draw()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp706 …const de::UniquePtr<Allocation> imageTexelsAlloc (bindImage(deviceInterface, getDevice(), getAlloc… in iterate()
713 …const de::UniquePtr<Allocation> imageResidencyAlloc (bindImage(deviceInterface, getDevice(), getAl… in iterate()
DvktSparseResourcesBufferTests.cpp500 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1062 m_imageAlloc = bindImage(m_vk, m_device, m_allocator, m_image, MemoryRequirement::Any); in run()
1385 …m_dTex.outImageAlloc = bindImage(m_vk, m_device, m_allocator, *m_dTex.outImage, MemoryRequireme… in downloadTexture()
1467 …m_dLoad.outImageAlloc = bindImage(m_vk, m_device, m_allocator, *m_dLoad.outImage, MemoryRequire… in downloadLoad()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDiscardRectanglesTests.cpp514 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in iterate()
DvktDrawShaderLayerTests.cpp609 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
DvktDrawShaderViewportIndexTests.cpp676 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackSimpleTests.cpp1349 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorIma… in iterate()
1467 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in iterate()

12