Home
last modified time | relevance | path

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

1234

/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp56 out_struct->inputAttachmentCount = in_struct->inputAttachmentCount; in ConvertVkSubpassDescriptionToV2KHR()
64 if (out_struct->inputAttachmentCount && in_struct->pInputAttachments) { in ConvertVkSubpassDescriptionToV2KHR()
65 …t_struct->pInputAttachments = new safe_VkAttachmentReference2KHR[out_struct->inputAttachmentCount]; in ConvertVkSubpassDescriptionToV2KHR()
66 for (uint32_t i = 0; i < out_struct->inputAttachmentCount; ++i) { in ConvertVkSubpassDescriptionToV2KHR()
172 …ss < in_struct->subpassCount && attachment < in_struct->pSubpasses[subpass].inputAttachmentCount) { in ConvertVkRenderPassCreateInfoToV2KHR()
181 …if (out_struct->pSubpasses[i].inputAttachmentCount && out_struct->pSubpasses[i].pInputAttachments)… in ConvertVkRenderPassCreateInfoToV2KHR()
182 for (uint32_t j = 0; j < out_struct->pSubpasses[i].inputAttachmentCount; ++j) { in ConvertVkRenderPassCreateInfoToV2KHR()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c229 return desc->inputAttachmentCount + in num_subpass_attachments()
297 subpass->input_count = desc->inputAttachmentCount; in anv_CreateRenderPass()
303 if (desc->inputAttachmentCount > 0) { in anv_CreateRenderPass()
305 subpass_attachments += desc->inputAttachmentCount; in anv_CreateRenderPass()
307 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in anv_CreateRenderPass()
403 return desc->inputAttachmentCount + in num_subpass_attachments2()
538 subpass->input_count = desc->inputAttachmentCount; in anv_CreateRenderPass2()
544 if (desc->inputAttachmentCount > 0) { in anv_CreateRenderPass2()
546 subpass_attachments += desc->inputAttachmentCount; in anv_CreateRenderPass2()
548 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in anv_CreateRenderPass2()
/external/mesa3d/src/amd/vulkan/
Dradv_pass.c297 return desc->inputAttachmentCount + in radv_num_subpass_attachments()
394 subpass->input_count = desc->inputAttachmentCount; in radv_CreateRenderPass()
402 if (desc->inputAttachmentCount > 0) { in radv_CreateRenderPass()
404 p += desc->inputAttachmentCount; in radv_CreateRenderPass()
406 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in radv_CreateRenderPass()
493 return desc->inputAttachmentCount + in radv_num_subpass_attachments2()
577 subpass->input_count = desc->inputAttachmentCount; in radv_CreateRenderPass2()
583 if (desc->inputAttachmentCount > 0) { in radv_CreateRenderPass2()
585 p += desc->inputAttachmentCount; in radv_CreateRenderPass2()
587 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in radv_CreateRenderPass2()
Dradv_meta_blit.c1005 .inputAttachmentCount = 0, in radv_device_init_meta_blit_color()
1088 .inputAttachmentCount = 0, in radv_device_init_meta_blit_depth()
1165 .inputAttachmentCount = 0, in radv_device_init_meta_blit_stencil()
Dradv_meta_blit2d.c811 .inputAttachmentCount = 0, in blit2d_init_color_pipeline()
1005 .inputAttachmentCount = 0, in blit2d_init_depth_only_pipeline()
1195 .inputAttachmentCount = 0, in blit2d_init_stencil_only_pipeline()
Dradv_meta_decompress.c70 .inputAttachmentCount = 0, in create_pass()
Dradv_meta_resolve_fs.c220 .inputAttachmentCount = 0, in create_resolve_pipeline()
567 .inputAttachmentCount = 0, in create_depth_stencil_resolve_pipeline()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pass.c139 return desc->inputAttachmentCount + in lvp_num_subpass_attachments()
212 subpass->input_count = desc->inputAttachmentCount; in lvp_CreateRenderPass()
217 if (desc->inputAttachmentCount > 0) { in lvp_CreateRenderPass()
219 p += desc->inputAttachmentCount; in lvp_CreateRenderPass()
221 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in lvp_CreateRenderPass()
/external/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()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pass.c30 return desc->inputAttachmentCount + in num_subpass_attachments()
159 subpass->input_count = desc->inputAttachmentCount; in v3dv_CreateRenderPass()
162 if (desc->inputAttachmentCount > 0) { in v3dv_CreateRenderPass()
164 p += desc->inputAttachmentCount; in v3dv_CreateRenderPass()
166 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in v3dv_CreateRenderPass()
/external/mesa3d/src/freedreno/vulkan/
Dtu_pass.c218 for (unsigned j = 0; j < subpass->inputAttachmentCount; j++) { in tu_render_pass_add_implicit_deps()
273 for (unsigned j = 0; j < subpass->inputAttachmentCount; j++) { in tu_render_pass_add_implicit_deps()
531 desc->inputAttachmentCount + desc->colorAttachmentCount + in tu_CreateRenderPass2()
552 subpass->input_count = desc->inputAttachmentCount; in tu_CreateRenderPass2()
559 if (desc->inputAttachmentCount > 0) { in tu_CreateRenderPass2()
561 p += desc->inputAttachmentCount; in tu_CreateRenderPass2()
563 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in tu_CreateRenderPass2()
Dtu_legacy.c237 reference_count += pCreateInfo->pSubpasses[i].inputAttachmentCount; in tu_CreateRenderPass()
278 .inputAttachmentCount = pCreateInfo->pSubpasses[i].inputAttachmentCount, in tu_CreateRenderPass()
288 subpasses[i].inputAttachmentCount); in tu_CreateRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp92 deUint32 inputAttachmentCount,
109 deUint32 inputAttachmentCount,
DvktMultiViewRenderPassUtil.cpp133 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1()
161 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
/external/deqp/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,
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_render_pass.h70 vn_decode_uint32_t(dec, &val->inputAttachmentCount); in vn_decode_VkSubpassDescription_temp()
72 const uint32_t iter_count = vn_decode_array_size(dec, val->inputAttachmentCount); in vn_decode_VkSubpassDescription_temp()
78 vn_decode_array_size(dec, val->inputAttachmentCount); in vn_decode_VkSubpassDescription_temp()
128 for (uint32_t i = 0; i < val->inputAttachmentCount; i++) in vn_replace_VkSubpassDescription_handle()
893 vn_decode_uint32_t(dec, &val->inputAttachmentCount); in vn_decode_VkSubpassDescription2_self_temp()
895 const uint32_t iter_count = vn_decode_array_size(dec, val->inputAttachmentCount); in vn_decode_VkSubpassDescription2_self_temp()
901 vn_decode_array_size(dec, val->inputAttachmentCount); in vn_decode_VkSubpassDescription2_self_temp()
967 for (uint32_t i = 0; i < val->inputAttachmentCount; i++) in vn_replace_VkSubpassDescription2_handle_self()
/external/skia/src/gpu/ganesh/vk/
DGrVkRenderPass.cpp147 subpassDescMain.inputAttachmentCount = 0; in Create()
191 subpassDescMain.inputAttachmentCount = 1; in Create()
240 subpassDescLoad.inputAttachmentCount = 1; in Create()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp98 deUint32 inputAttachmentCount,
115 deUint32 inputAttachmentCount,
DvktRenderPassTestsUtil.cpp135 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription1()
163 inputAttachmentCount = inputAttachmentCount_; in SubpassDescription2()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkTypeUtil.inl279 …ptionFlags flags, VkPipelineBindPoint pipelineBindPoint, uint32_t inputAttachmentCount, const VkAt… argument
284 res.inputAttachmentCount = inputAttachmentCount;
/external/deqp/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()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkTypeUtil.inl323 …ptionFlags flags, VkPipelineBindPoint pipelineBindPoint, uint32_t inputAttachmentCount, const VkAt… argument
328 res.inputAttachmentCount = inputAttachmentCount;
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp4936 inputAttachmentCount(in_struct->inputAttachmentCount), in safe_VkSubpassDescription()
4946 pInputAttachments = new VkAttachmentReference[in_struct->inputAttachmentCount]; in safe_VkSubpassDescription()
4947 …oid *)in_struct->pInputAttachments, sizeof(VkAttachmentReference)*in_struct->inputAttachmentCount); in safe_VkSubpassDescription()
4978 inputAttachmentCount = src.inputAttachmentCount; in safe_VkSubpassDescription()
4987 pInputAttachments = new VkAttachmentReference[src.inputAttachmentCount]; in safe_VkSubpassDescription()
4988 …ttachments, (void *)src.pInputAttachments, sizeof(VkAttachmentReference)*src.inputAttachmentCount); in safe_VkSubpassDescription()
5024 inputAttachmentCount = src.inputAttachmentCount; in operator =()
5033 pInputAttachments = new VkAttachmentReference[src.inputAttachmentCount]; in operator =()
5034 …ttachments, (void *)src.pInputAttachments, sizeof(VkAttachmentReference)*src.inputAttachmentCount); in operator =()
5073 inputAttachmentCount = in_struct->inputAttachmentCount; in initialize()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp476 inputAttachmentCount = _inputAttachmentCount; in SubpassDescription()
503 rhs.pInputAttachments, rhs.pInputAttachments + rhs.inputAttachmentCount); in SubpassDescription()

1234