Home
last modified time | relevance | path

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

12

/external/mesa3d/src/amd/vulkan/
Dradv_pass.c75 desc->inputAttachmentCount + in radv_CreateRenderPass()
98 subpass->input_count = desc->inputAttachmentCount; in radv_CreateRenderPass()
101 if (desc->inputAttachmentCount > 0) { in radv_CreateRenderPass()
103 p += desc->inputAttachmentCount; in radv_CreateRenderPass()
105 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in radv_CreateRenderPass()
Dradv_meta_blit2d.c771 .inputAttachmentCount = 0, in blit2d_init_color_pipeline()
927 .inputAttachmentCount = 0, in blit2d_init_depth_only_pipeline()
1080 .inputAttachmentCount = 0, in blit2d_init_stencil_only_pipeline()
Dradv_meta_clear.c238 .inputAttachmentCount = 0, in create_color_renderpass()
523 .inputAttachmentCount = 0, in create_depthstencil_renderpass()
1067 .inputAttachmentCount = 0, in radv_clear_image_layer()
Dradv_meta_blit.c740 .inputAttachmentCount = 0, in radv_device_init_meta_blit_color()
920 .inputAttachmentCount = 0, in radv_device_init_meta_blit_depth()
1099 .inputAttachmentCount = 0, in radv_device_init_meta_blit_stencil()
Dradv_meta_decompress.c100 .inputAttachmentCount = 0, in create_pass()
Dradv_meta_fast_clear.c100 .inputAttachmentCount = 0, in create_pass()
Dradv_meta_resolve.c110 .inputAttachmentCount = 0, in create_pass()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c88 desc->inputAttachmentCount + in anv_CreateRenderPass()
109 subpass->input_count = desc->inputAttachmentCount; in anv_CreateRenderPass()
112 if (desc->inputAttachmentCount > 0) { in anv_CreateRenderPass()
114 p += desc->inputAttachmentCount; in anv_CreateRenderPass()
116 for (uint32_t j = 0; j < desc->inputAttachmentCount; j++) { in anv_CreateRenderPass()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl285 …ptionFlags flags, VkPipelineBindPoint pipelineBindPoint, deUint32 inputAttachmentCount, const VkAt… argument
290 res.inputAttachmentCount = inputAttachmentCount;
DvkStructTypes.inl961 deUint32 inputAttachmentCount; member
DvkStrUtilImpl.inl3041 s << "\tinputAttachmentCount = " << value.inputAttachmentCount << '\n';
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp73 subpassDesc.inputAttachmentCount = 0; in init()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp476 inputAttachmentCount = _inputAttachmentCount; in SubpassDescription()
503 rhs.pInputAttachments, rhs.pInputAttachments + rhs.inputAttachmentCount); in SubpassDescription()
DvktDrawCreateInfoUtil.hpp160 deUint32 inputAttachmentCount,
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2393 uint32_t primaryInputCount = primaryRPCI->pSubpasses[spIndex].inputAttachmentCount; in verify_renderpass_compatibility()
2394 uint32_t secondaryInputCount = secondaryRPCI->pSubpasses[spIndex].inputAttachmentCount; in verify_renderpass_compatibility()
2824 … auto index = (input_attachments && use.first < rpci->pSubpasses[subpass].inputAttachmentCount) ? in validate_pipeline_shader_stage()
9573 skip_call |= MatchUsage(dev_data, rpci->pSubpasses[subpass].inputAttachmentCount, in ValidateFramebufferCreateInfo()
9823 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in ValidateDependencies()
9861 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in ValidateDependencies()
9885 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in ValidateDependencies()
9983 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in ValidateLayouts()
10173 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in ValidateRenderpassAttachmentUsage()
10239 for (uint32_t j = 0; j < subpass.inputAttachmentCount; ++j) { in CreateRenderPass()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp333 subpassDesc.inputAttachmentCount = 0; in createColorOnlyRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp316 subpass.inputAttachmentCount = 0; in InitRenderTarget()
Dlayer_validation_tests.cpp7552 subpass.inputAttachmentCount = 1; in TEST_F()
9349 subpass.inputAttachmentCount = 1; in TEST_F()
10086 subpass.inputAttachmentCount = 1; in TEST_F()
10109 subpass.inputAttachmentCount = 0; in TEST_F()
16610 subpass.inputAttachmentCount = 0; in TEST_F()
18073 subpasses[1].inputAttachmentCount = 1; in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4994 …const deUint32 inputAttachmentCount = rng.getUint32() % (deUint32)(de::min<size_t>(4, definedA… in addAttachmentAllocationTests() local
4997 std::vector<deUint32> subpassInputAttachments (inputAttachmentCount); in addAttachmentAllocationTests()
5004 …achments.begin(), definedAttachments.end(), subpassInputAttachments.begin(), inputAttachmentCount); in addAttachmentAllocationTests()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4559 , inputAttachmentCount( inputAttachmentCount_ ) in SubpassDescription()
4595 inputAttachmentCount = inputAttachmentCount_; in setInputAttachmentCount()
4650 && ( inputAttachmentCount == rhs.inputAttachmentCount ) in operator ==()
4667 uint32_t inputAttachmentCount; member
Dvulkan.h2051 uint32_t inputAttachmentCount; member
/external/vulkan-validation-layers/demos/
Dcube.c1613 .inputAttachmentCount = 0, in demo_prepare_render_pass()
/external/mesa3d/include/vulkan/
Dvulkan.h2060 uint32_t inputAttachmentCount; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2157 uint32_t inputAttachmentCount; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2216 uint32_t inputAttachmentCount; member

12