/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.h | 29 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps() 30 : fLoadOp(loadOp) in LoadStoreOps()
|
D | GrVkGpuCommandBuffer.cpp | 26 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops() argument 29 *loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in get_vk_load_store_ops() 32 *loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in get_vk_load_store_ops() 35 *loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in get_vk_load_store_ops() 39 *loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in get_vk_load_store_ops()
|
D | GrVkRenderPass.cpp | 26 attachment->loadOp = desc.fLoadStoreOps.fLoadOp; in setup_vk_attachment_description() 32 attachment->loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in setup_vk_attachment_description()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 614 VkAttachmentLoadOp loadOp, in Attachment() argument 625 , m_loadOp (loadOp) in Attachment() 4741 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local 4751 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentTests() 4759 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local 4769 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentTests() 4949 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_… in addAttachmentAllocationTests() local 4966 if (loadOp == VK_ATTACHMENT_LOAD_OP_LOAD || loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR in addAttachmentAllocationTests() 4972 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentAllocationTests() 4978 if (loadOp == VK_ATTACHMENT_LOAD_OP_LOAD || loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR) in addAttachmentAllocationTests() [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 262 …lags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStore… argument 268 res.loadOp = loadOp;
|
D | vkStructTypes.inl | 943 VkAttachmentLoadOp loadOp; member
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pass.c | 62 att->load_op = pCreateInfo->pAttachments[i].loadOp; in radv_CreateRenderPass()
|
D | radv_meta_blit2d.c | 763 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in blit2d_init_color_pipeline() 919 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in blit2d_init_depth_only_pipeline() 1072 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in blit2d_init_stencil_only_pipeline()
|
D | radv_meta_clear.c | 230 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in create_color_renderpass() 515 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in create_depthstencil_renderpass() 1057 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in radv_clear_image_layer()
|
D | radv_meta_blit.c | 732 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in radv_device_init_meta_blit_color() 912 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in radv_device_init_meta_blit_depth() 1091 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in radv_device_init_meta_blit_stencil()
|
D | radv_meta_decompress.c | 87 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in create_pass()
|
D | radv_meta_fast_clear.c | 87 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in create_pass()
|
D | radv_meta_resolve.c | 96 attachments[i].loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in create_pass()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pass.c | 74 att->load_op = pCreateInfo->pAttachments[i].loadOp; in anv_CreateRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 420 loadOp = _loadOp; in AttachmentDescription() 433 loadOp = rhs.loadOp; in AttachmentDescription()
|
D | vktDrawCreateInfoUtil.hpp | 138 vk::VkAttachmentLoadOp loadOp,
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 268 att.loadOp = (m_clear_via_load_op) ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_LOAD; in InitRenderTarget() 325 … att.loadOp = (m_clear_via_load_op) ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_LOAD; in InitRenderTarget()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Smoke.cpp | 173 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in create_render_pass()
|
/external/vulkan-validation-layers/demos/ |
D | cube.c | 1582 .loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR, in demo_prepare_render_pass() 1593 .loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR, in demo_prepare_render_pass()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 318 colorAttachmentDesc.loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in createColorOnlyRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 454 …colorAttachmentDescriptions[imgNdx].loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; // VkAttachmentLoad… in ImageSamplingInstance()
|
/external/vulkan-validation-layers/layers/ |
D | image.cpp | 425 if (!validate_VkAttachmentLoadOp(pCreateInfo->pAttachments[i].loadOp)) { in CreateRenderPass()
|
D | core_validation.cpp | 9899 if (attachment_description.loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR) { in ValidateLayoutVsAttachmentDescription() 10404 if (FormatSpecificLoadAndStoreOpSettings(pAttachment->format, pAttachment->loadOp, in CmdBeginRenderPass() 10413 … } else if (FormatSpecificLoadAndStoreOpSettings(pAttachment->format, pAttachment->loadOp, in CmdBeginRenderPass() 10421 … } else if (FormatSpecificLoadAndStoreOpSettings(pAttachment->format, pAttachment->loadOp, in CmdBeginRenderPass()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 13508 , loadOp( loadOp_ ) in AttachmentDescription() 13548 loadOp = loadOp_; in setLoadOp() 13592 && ( loadOp == rhs.loadOp ) in operator ==() 13608 AttachmentLoadOp loadOp; member
|
D | vulkan.h | 2035 VkAttachmentLoadOp loadOp; member
|