Home
last modified time | relevance | path

Searched refs:VkImageViewCreateInfo (Results 1 – 25 of 126) sorted by relevance

123456

/external/swiftshader/src/Vulkan/
DVkImageView.hpp28 ImageView(const VkImageViewCreateInfo* pCreateInfo, void* mem);
32 static size_t ComputeRequiredAllocationSize(const VkImageViewCreateInfo* pCreateInfo);
DVkImageView.cpp21 ImageView::ImageView(const VkImageViewCreateInfo* pCreateInfo, void* mem) : in ImageView()
27 size_t ImageView::ComputeRequiredAllocationSize(const VkImageViewCreateInfo* pCreateInfo) in ComputeRequiredAllocationSize()
/external/skqp/src/gpu/vk/
DGrVkImageView.cpp38 VkImageViewCreateInfo viewInfo = { in Create()
/external/skia/src/gpu/vk/
DGrVkImageView.cpp38 VkImageViewCreateInfo viewInfo = { in Create()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp140 const VkImageViewCreateInfo imageViewParams = in makeImageView()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp530 const VkImageViewCreateInfo colorAttachmentViewParams = in UnusedAttachmentTestInstance()
547 const VkImageViewCreateInfo unusedAttachmentViewParams = in UnusedAttachmentTestInstance()
564 const VkImageViewCreateInfo inputAttachmentViewParams = in UnusedAttachmentTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.cpp199 const VkImageViewCreateInfo imageViewParams = in makeImageView()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp165 const VkImageViewCreateInfo imageViewParams = in makeImageView()
DvktPipelineDepthTests.cpp351 const VkImageViewCreateInfo colorAttachmentViewParams = in DepthTestInstance()
368 const VkImageViewCreateInfo depthAttachmentViewParams = in DepthTestInstance()
DvktPipelineStencilTests.cpp389 const VkImageViewCreateInfo colorAttachmentViewParams = in StencilTestInstance()
406 const VkImageViewCreateInfo stencilAttachmentViewParams = in StencilTestInstance()
DvktPipelinePushDescriptorTests.cpp310 const VkImageViewCreateInfo colorAttachmentViewParams = in init()
1114 const VkImageViewCreateInfo colorAttachmentViewParams = in init()
1167 const VkImageViewCreateInfo textureViewParams = in init()
1964 const VkImageViewCreateInfo textureViewParams = in init()
2724 const VkImageViewCreateInfo colorAttachmentViewParams = in init()
3573 const VkImageViewCreateInfo colorAttachmentViewParams = in init()
3622 const VkImageViewCreateInfo textureViewParams = in init()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_resolve_cs.c437 &(VkImageViewCreateInfo) { in radv_meta_resolve_compute_image()
453 &(VkImageViewCreateInfo) { in radv_meta_resolve_compute_image()
Dradv_meta_resolve.c501 &(VkImageViewCreateInfo) { in radv_CmdResolveImage()
517 &(VkImageViewCreateInfo) { in radv_CmdResolveImage()
Dradv_meta_resolve_fs.c508 &(VkImageViewCreateInfo) { in radv_meta_resolve_fragment_image()
524 &(VkImageViewCreateInfo) { in radv_meta_resolve_fragment_image()
Dradv_meta_fast_clear.c612 &(VkImageViewCreateInfo) { in radv_emit_color_decompress()
716 &(VkImageViewCreateInfo) { in radv_decompress_dcc_compute()
Dradv_meta_decompress.c365 &(VkImageViewCreateInfo) { in radv_process_depth_image_inplace()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp225 const VkImageViewCreateInfo attachmentImageViewCreateInfo = in renderpassLifetimeTest()
564 const VkImageViewCreateInfo imageViewCreateInfo = in framebufferCompatibleRenderPassTest()
919 const VkImageViewCreateInfo imageViewCreateInfo = in pipelineLayoutLifetimeGraphicsTest()
DvktApiSmokeTests.cpp409 const VkImageViewCreateInfo colorAttViewParams = in renderTriangleTest()
719 const VkImageViewCreateInfo colorAttViewParams = in renderTriangleUnusedResolveAttachmentTest()
DvktApiGetMemoryCommitment.cpp148 const VkImageViewCreateInfo colorAttachmentViewParams = in iterate()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemImageValidator.cpp164 const vk::VkImageViewCreateInfo viewParams = in validateImage()
/external/deqp/external/vulkancts/framework/vulkan/
DvkRefUtil.inl14 …eImageView (const DeviceInterface& vk, VkDevice device, const VkImageViewCreateInfo* pCreateIn…
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp312 const VkImageViewCreateInfo colorAttachmentViewParams = in GraphicsEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp410 const VkImageViewCreateInfo depthResolveImageViewCreateInfo = in iterate()
470 const VkImageViewCreateInfo markerViewCreateInfo = in iterate()
556 const VkImageViewCreateInfo imageViewParams = in iterate()
1092 const VkImageViewCreateInfo outputImageViewCreateInfo = in iterate()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp183 const VkImageViewCreateInfo imageViewParams = in makeImageView()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp436 const vk::VkImageViewCreateInfo viewParams = in updateTextureViewMipLevels()
533 const VkImageViewCreateInfo imageViewCreateInfo = in TextureRenderer()
598 const VkImageViewCreateInfo imageViewCreateInfo = in TextureRenderer()

123456