/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 1207 …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/ |
D | vktPipelineMakeUtil.cpp | 54 , m_allocation (bindImage(vk, device, allocator, *m_image, memoryRequirement)) in Image()
|
D | vktPipelineStencilExportTests.cpp | 481 …MovePtr<Allocation> stencilImageAlloc = bindImage (vk, device, allocator, *stencilImage, M… in testStencilExportReplace() 486 …MovePtr<Allocation> colorImageAlloc = bindImage (vk, device, allocator, *colorImage, Memo… in testStencilExportReplace()
|
D | vktPipelineMultisampleImageTests.cpp | 1043 …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()
|
D | vktPipelineRenderToImageTests.cpp | 202 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()
|
D | vktPipelineFramebufferAttachmentTests.cpp | 444 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()
|
D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1275 …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()
|
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1423 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()
|
D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 1160 wd.colorImageAlloc = bindImage(vk, device, *allocator, *wd.colorImage, MemoryRequirement::Any); in test()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.hpp | 169 de::MovePtr<Allocation> bindImage (const DeviceInterface& vk,
|
D | vkMemUtil.cpp | 414 MovePtr<Allocation> bindImage (const DeviceInterface& vk, in bindImage() function
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrImageQueryTests.cpp | 319 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()
|
D | vktYCbCrFilteringTests.cpp | 74 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/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 323 …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()
|
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 323 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
|
D | vktFragmentOperationsScissorTests.cpp | 359 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in ScissorRenderer()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 1242 …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()
|
D | vktGeometryInstancedRenderingTests.cpp | 161 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, Me… in draw()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 706 …const de::UniquePtr<Allocation> imageTexelsAlloc (bindImage(deviceInterface, getDevice(), getAlloc… in iterate() 713 …const de::UniquePtr<Allocation> imageResidencyAlloc (bindImage(deviceInterface, getDevice(), getAl… in iterate()
|
D | vktSparseResourcesBufferTests.cpp | 500 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 1062 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/ |
D | vktDrawDiscardRectanglesTests.cpp | 514 m_colorImageAlloc = bindImage(vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in iterate()
|
D | vktDrawShaderLayerTests.cpp | 609 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
|
D | vktDrawShaderViewportIndexTests.cpp | 676 m_colorImageAlloc = bindImage (vk, device, allocator, *m_colorImage, MemoryRequirement::Any); in Renderer()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 1349 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorIma… in iterate() 1467 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in iterate()
|