Home
last modified time | relevance | path

Searched refs:inputAttachmentCount (Results 1 – 25 of 74) sorted by relevance

123

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_pass.c91 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/
DVkRenderPass.cpp30 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/
Dv3dv_pass.c29 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/
Dradv_pass.c322 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/
Dvn_protocol_driver_render_pass.h72 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/
DvktMultiViewRenderPassUtil.hpp92 deUint32 inputAttachmentCount,
109 deUint32 inputAttachmentCount,
DvktMultiViewRenderPassUtil.cpp133 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1()
161 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp92 deUint32 inputAttachmentCount,
109 deUint32 inputAttachmentCount,
DvktMultiViewRenderPassUtil.cpp133 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1()
161 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.cpp549 …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()
DvkPlatform.hpp318 void checkSubpassSupport (deUint32 inputAttachmentCount,
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pass.c213 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/
Dvk_render_pass.c74 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/
DGrVkRenderPass.cpp145 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/
DvktRenderPassTestsUtil.hpp98 deUint32 inputAttachmentCount,
115 deUint32 inputAttachmentCount,
DvktRenderPassTestsUtil.cpp135 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1()
163 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp98 deUint32 inputAttachmentCount,
115 deUint32 inputAttachmentCount,
DvktRenderPassTestsUtil.cpp135 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1()
163 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp268 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/
DvktImageDepthStencilDescriptorTests.cpp268 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/
Dpvr_pass.c77 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/
DGrVkRenderPass.cpp73 subpassDesc.inputAttachmentCount = 0; in init()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp169 subpassDesc.inputAttachmentCount = 0; in CreateRenderPassForQuery()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp206 subpassDesc.inputAttachmentCount = 0; in CreateRenderPassForQuery()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl323 …ptionFlags flags, VkPipelineBindPoint pipelineBindPoint, uint32_t inputAttachmentCount, const VkAt… argument
328 res.inputAttachmentCount = inputAttachmentCount;

123