/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_pass.c | 91 desc->inputAttachmentCount + desc->colorAttachmentCount + in panvk_CreateRenderPass2() 113 subpass->input_count = desc->inputAttachmentCount; in panvk_CreateRenderPass2() 118 if (desc->inputAttachmentCount > 0) { in panvk_CreateRenderPass2() 120 p += desc->inputAttachmentCount; in panvk_CreateRenderPass2() 122 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in panvk_CreateRenderPass2()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkRenderPass.cpp | 30 uint32_t nbAttachments = subpass.inputAttachmentCount + subpass.colorAttachmentCount; in ComputeRequiredAllocationSizeT() 56 dst[i].inputAttachmentCount = src[i].inputAttachmentCount; in CopySubpasses() 292 if(subpass.inputAttachmentCount > 0) in init() 294 size_t inputAttachmentsSize = subpass.inputAttachmentCount * sizeof(VkAttachmentReference); in init() 297 … pCreateInfo->pSubpasses[i].pInputAttachments, subpass.inputAttachmentCount); in init() 300 for(auto j = 0u; j < subpasses[i].inputAttachmentCount; j++) in init()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pass.c | 29 return desc->inputAttachmentCount + in num_subpass_attachments() 191 subpass->input_count = desc->inputAttachmentCount; in v3dv_CreateRenderPass2() 195 if (desc->inputAttachmentCount > 0) { in v3dv_CreateRenderPass2() 197 p += desc->inputAttachmentCount; in v3dv_CreateRenderPass2() 199 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in v3dv_CreateRenderPass2()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pass.c | 322 return desc->inputAttachmentCount + desc->colorAttachmentCount + in radv_num_subpass_attachments2() 394 subpass->input_count = desc->inputAttachmentCount; in radv_CreateRenderPass2() 400 if (desc->inputAttachmentCount > 0) { in radv_CreateRenderPass2() 402 p += desc->inputAttachmentCount; in radv_CreateRenderPass2() 404 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in radv_CreateRenderPass2()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_render_pass.h | 72 size += vn_sizeof_uint32_t(&val->inputAttachmentCount); in vn_sizeof_VkSubpassDescription() 74 size += vn_sizeof_array_size(val->inputAttachmentCount); in vn_sizeof_VkSubpassDescription() 75 for (uint32_t i = 0; i < val->inputAttachmentCount; i++) in vn_sizeof_VkSubpassDescription() 113 vn_encode_uint32_t(enc, &val->inputAttachmentCount); in vn_encode_VkSubpassDescription() 115 vn_encode_array_size(enc, val->inputAttachmentCount); in vn_encode_VkSubpassDescription() 116 for (uint32_t i = 0; i < val->inputAttachmentCount; i++) in vn_encode_VkSubpassDescription() 895 size += vn_sizeof_uint32_t(&val->inputAttachmentCount); in vn_sizeof_VkSubpassDescription2_self() 897 size += vn_sizeof_array_size(val->inputAttachmentCount); in vn_sizeof_VkSubpassDescription2_self() 898 for (uint32_t i = 0; i < val->inputAttachmentCount; i++) in vn_sizeof_VkSubpassDescription2_self() 973 vn_encode_uint32_t(enc, &val->inputAttachmentCount); in vn_encode_VkSubpassDescription2_self() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 92 deUint32 inputAttachmentCount, 109 deUint32 inputAttachmentCount,
|
D | vktMultiViewRenderPassUtil.cpp | 133 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1() 161 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 92 deUint32 inputAttachmentCount, 109 deUint32 inputAttachmentCount,
|
D | vktMultiViewRenderPassUtil.cpp | 133 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1() 161 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkPlatform.cpp | 549 …checkSubpassSupport(pCreateInfo->pSubpasses[subpassNdx].inputAttachmentCount, pCreateInfo->pSubpas… in createRenderPassHandlerNorm() 568 …checkSubpassSupport(pCreateInfo->pSubpasses[subpassNdx].inputAttachmentCount, pCreateInfo->pSubpas… in createRenderPassHandlerStat() 589 …checkSubpassSupport(pCreateInfo->pSubpasses[subpassNdx].inputAttachmentCount, pCreateInfo->pSubpas… in createRenderPass2HandlerNorm() 608 …checkSubpassSupport(pCreateInfo->pSubpasses[subpassNdx].inputAttachmentCount, pCreateInfo->pSubpas… in createRenderPass2HandlerStat() 861 void DeviceDriverSC::checkSubpassSupport (deUint32 inputAttachmentCount, in checkSubpassSupport() argument 866 if (inputAttachmentCount > m_physicalDeviceVulkanSC10Properties.maxSubpassInputAttachments) in checkSubpassSupport() 868 const std::string msg = "Requested inputAttachmentCount (" + de::toString(inputAttachmentCount) in checkSubpassSupport()
|
D | vkPlatform.hpp | 318 void checkSubpassSupport (deUint32 inputAttachmentCount,
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pass.c | 213 for (unsigned j = 0; j < subpass->inputAttachmentCount; j++) { in tu_render_pass_add_implicit_deps() 306 for (unsigned j = 0; j < subpass->inputAttachmentCount; j++) { in tu_render_pass_add_implicit_deps() 804 desc->inputAttachmentCount + desc->colorAttachmentCount + in tu_CreateRenderPass2() 828 subpass->input_count = desc->inputAttachmentCount; in tu_CreateRenderPass2() 844 if (desc->inputAttachmentCount > 0) { in tu_CreateRenderPass2() 846 p += desc->inputAttachmentCount; in tu_CreateRenderPass2() 848 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in tu_CreateRenderPass2()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_render_pass.c | 74 reference_count += pCreateInfo->pSubpasses[i].inputAttachmentCount; in vk_common_CreateRenderPass() 140 .inputAttachmentCount = pCreateInfo->pSubpasses[i].inputAttachmentCount, in vk_common_CreateRenderPass() 153 subpasses[i].inputAttachmentCount, in vk_common_CreateRenderPass() 188 assert(ref->inputAttachmentIndex < subpass->inputAttachmentCount); in vk_common_CreateRenderPass() 321 return desc->inputAttachmentCount + in num_subpass_attachments2() 498 subpass->input_count = desc->inputAttachmentCount; in vk_common_CreateRenderPass2() 499 if (desc->inputAttachmentCount > 0) { in vk_common_CreateRenderPass2() 501 next_subpass_attachment += desc->inputAttachmentCount; in vk_common_CreateRenderPass2() 503 for (uint32_t a = 0; a < desc->inputAttachmentCount; a++) { in vk_common_CreateRenderPass2() 610 for (uint32_t a = 0; a < desc->inputAttachmentCount; a++) { in vk_common_CreateRenderPass2()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 145 subpassDescMain.inputAttachmentCount = 0; in Create() 189 subpassDescMain.inputAttachmentCount = 1; in Create() 238 subpassDescLoad.inputAttachmentCount = 1; in Create()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 98 deUint32 inputAttachmentCount, 115 deUint32 inputAttachmentCount,
|
D | vktRenderPassTestsUtil.cpp | 135 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1() 163 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 98 deUint32 inputAttachmentCount, 115 deUint32 inputAttachmentCount,
|
D | vktRenderPassTestsUtil.cpp | 135 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1() 163 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 268 void addDescriptors (IODescVec& descriptors, uint32_t& inputAttachmentCount, const ROAccessVec& acc… in addDescriptors() argument 283 descriptor.inputAttachmentIndex = tcu::just(inputAttachmentCount++); in addDescriptors() 293 uint32_t inputAttachmentCount = 0u; in getDescriptors() local 296 addDescriptors(descriptors, inputAttachmentCount, *depthROAccesses, VK_IMAGE_ASPECT_DEPTH_BIT); in getDescriptors() 299 …addDescriptors(descriptors, inputAttachmentCount, *stencilROAccesses, VK_IMAGE_ASPECT_STENCIL_BIT); in getDescriptors()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageDepthStencilDescriptorTests.cpp | 268 void addDescriptors (IODescVec& descriptors, uint32_t& inputAttachmentCount, const ROAccessVec& acc… in addDescriptors() argument 283 descriptor.inputAttachmentIndex = tcu::just(inputAttachmentCount++); in addDescriptors() 293 uint32_t inputAttachmentCount = 0u; in getDescriptors() local 296 addDescriptors(descriptors, inputAttachmentCount, *depthROAccesses, VK_IMAGE_ASPECT_DEPTH_BIT); in getDescriptors() 299 …addDescriptors(descriptors, inputAttachmentCount, *stencilROAccesses, VK_IMAGE_ASPECT_STENCIL_BIT); in getDescriptors()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_pass.c | 77 return desc->inputAttachmentCount + desc->colorAttachmentCount + in pvr_num_subpass_attachments() 452 subpass->input_count = desc->inputAttachmentCount; in pvr_CreateRenderPass2()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 73 subpassDesc.inputAttachmentCount = 0; in init()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 169 subpassDesc.inputAttachmentCount = 0; in CreateRenderPassForQuery()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 206 subpassDesc.inputAttachmentCount = 0; in CreateRenderPassForQuery()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 323 …ptionFlags flags, VkPipelineBindPoint pipelineBindPoint, uint32_t inputAttachmentCount, const VkAt… argument 328 res.inputAttachmentCount = inputAttachmentCount;
|