Home
last modified time | relevance | path

Searched refs:colorAttachmentCount (Results 1 – 25 of 33) sorted by relevance

12

/external/mesa3d/src/amd/vulkan/
Dradv_pass.c76 desc->colorAttachmentCount + in radv_CreateRenderPass()
78 desc->colorAttachmentCount; in radv_CreateRenderPass()
99 subpass->color_count = desc->colorAttachmentCount; in radv_CreateRenderPass()
111 if (desc->colorAttachmentCount > 0) { in radv_CreateRenderPass()
113 p += desc->colorAttachmentCount; in radv_CreateRenderPass()
115 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { in radv_CreateRenderPass()
124 p += desc->colorAttachmentCount; in radv_CreateRenderPass()
126 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { in radv_CreateRenderPass()
Dradv_meta_clear.c239 .colorAttachmentCount = 1, in create_color_renderpass()
524 .colorAttachmentCount = 0, in create_depthstencil_renderpass()
1068 .colorAttachmentCount = 0, in radv_clear_image_layer()
1082 subpass_desc.colorAttachmentCount = 1; in radv_clear_image_layer()
Dradv_meta_blit2d.c772 .colorAttachmentCount = 1, in blit2d_init_color_pipeline()
928 .colorAttachmentCount = 0, in blit2d_init_depth_only_pipeline()
1081 .colorAttachmentCount = 0, in blit2d_init_stencil_only_pipeline()
Dradv_meta_blit.c741 .colorAttachmentCount = 1, in radv_device_init_meta_blit_color()
921 .colorAttachmentCount = 0, in radv_device_init_meta_blit_depth()
1100 .colorAttachmentCount = 0, in radv_device_init_meta_blit_stencil()
Dradv_meta_decompress.c101 .colorAttachmentCount = 0, in create_pass()
Dradv_meta_fast_clear.c101 .colorAttachmentCount = 1, in create_pass()
Dradv_meta_resolve.c111 .colorAttachmentCount = 2, in create_pass()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c89 desc->colorAttachmentCount + in anv_CreateRenderPass()
91 desc->colorAttachmentCount; in anv_CreateRenderPass()
110 subpass->color_count = desc->colorAttachmentCount; in anv_CreateRenderPass()
131 if (desc->colorAttachmentCount > 0) { in anv_CreateRenderPass()
133 p += desc->colorAttachmentCount; in anv_CreateRenderPass()
135 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { in anv_CreateRenderPass()
149 p += desc->colorAttachmentCount; in anv_CreateRenderPass()
151 for (uint32_t j = 0; j < desc->colorAttachmentCount; j++) { in anv_CreateRenderPass()
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp86 subpassDesc.colorAttachmentCount = 1; in init()
96 subpassDesc.colorAttachmentCount = 0; in init()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl285 …ntCount, const VkAttachmentReference* pInputAttachments, deUint32 colorAttachmentCount, const VkAt… argument
292 res.colorAttachmentCount = colorAttachmentCount;
DvkStructTypes.inl963 deUint32 colorAttachmentCount; member
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp770 deUint32 colorAttachmentCount = 1; in createRenderPass() local
774 colorAttachmentCount = 0; in createRenderPass()
779 colorAttachmentCount = 1; in createRenderPass()
790 colorAttachmentCount, // deUint32 colorAttachmentCount; in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp135 const deUint32 colorAttachmentCount,
DvktImageTestsUtil.cpp373 const deUint32 colorAttachmentCount, in makeGraphicsPipeline() argument
488 …std::vector<VkPipelineColorBlendAttachmentState> colorAttachments(colorAttachmentCount, colorBlend… in makeGraphicsPipeline()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp478 colorAttachmentCount = _colorAttachmentCount; in SubpassDescription()
506 rhs.pColorAttachments, rhs.pColorAttachments + rhs.colorAttachmentCount); in SubpassDescription()
510 rhs.pResolveAttachments, rhs.pResolveAttachments + rhs.colorAttachmentCount); in SubpassDescription()
DvktDrawCreateInfoUtil.hpp162 deUint32 colorAttachmentCount,
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1921 for (auto i = 0u; i < subpass.colorAttachmentCount; ++i) { in validate_fs_outputs_against_render_pass()
2361 uint32_t primaryColorCount = primaryRPCI->pSubpasses[spIndex].colorAttachmentCount; in verify_renderpass_compatibility()
2362 uint32_t secondaryColorCount = secondaryRPCI->pSubpasses[spIndex].colorAttachmentCount; in verify_renderpass_compatibility()
3066 (color_blend_state->attachmentCount != subpass_desc->colorAttachmentCount)) { in validatePipelineDrawtimeState()
3073 … pCB->activeSubpass, color_blend_state->attachmentCount, subpass_desc->colorAttachmentCount, in validatePipelineDrawtimeState()
3079 for (i = 0; i < subpass_desc->colorAttachmentCount; i++) { in validatePipelineDrawtimeState()
8509 if (attachment->colorAttachment >= pSD->colorAttachmentCount) { in CmdClearAttachments()
9576 skip_call |= MatchUsage(dev_data, rpci->pSubpasses[subpass].colorAttachmentCount, in ValidateFramebufferCreateInfo()
9712 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) { in CheckPreserved()
9832 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) { in ValidateDependencies()
[all …]
Dparameter_validation.cpp3719 if (pCreateInfo->pSubpasses[i].colorAttachmentCount > max_color_attachments) { in PreCreateRenderPass()
3722 … pCreateInfo->pSubpasses[i].colorAttachmentCount, max_color_attachments); in PreCreateRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp318 subpass.colorAttachmentCount = targets; in InitRenderTarget()
529 subpass.colorAttachmentCount = 1; in VkRenderpassObj()
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp184 subpass.colorAttachmentCount = 1; in create_render_pass()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4991 const deUint32 colorAttachmentCount = depthStencilAttachments.empty() in addAttachmentAllocationTests() local
4995 … useDepthStencilAttachment = !depthStencilAttachments.empty() && (colorAttachmentCount == 0 || rng… in addAttachmentAllocationTests()
4996 std::vector<deUint32> subpassColorAttachments (colorAttachmentCount); in addAttachmentAllocationTests()
5003 …ttachments.begin(), colorAttachments.end(), subpassColorAttachments.begin(), colorAttachmentCount); in addAttachmentAllocationTests()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp335 subpassDesc.colorAttachmentCount = 1; in createColorOnlyRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp2488 subpassDesc.colorAttachmentCount += 1; in runAndVerifyDefaultPipeline()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4561 , colorAttachmentCount( colorAttachmentCount_ ) in SubpassDescription()
4607 colorAttachmentCount = colorAttachmentCount_; in setColorAttachmentCount()
4652 && ( colorAttachmentCount == rhs.colorAttachmentCount ) in operator ==()
4669 uint32_t colorAttachmentCount; member
/external/vulkan-validation-layers/demos/
Dcube.c1615 .colorAttachmentCount = 1, in demo_prepare_render_pass()

12