Home
last modified time | relevance | path

Searched refs:loadOp (Results 1 – 25 of 31) sorted by relevance

12

/external/skia/src/gpu/vk/
DGrVkRenderPass.h29 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps()
30 : fLoadOp(loadOp) in LoadStoreOps()
DGrVkGpuCommandBuffer.cpp26 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()
DGrVkRenderPass.cpp26 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/
DvktRenderPassTests.cpp614 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/
DvkTypeUtil.inl262 …lags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStore… argument
268 res.loadOp = loadOp;
DvkStructTypes.inl943 VkAttachmentLoadOp loadOp; member
/external/mesa3d/src/amd/vulkan/
Dradv_pass.c62 att->load_op = pCreateInfo->pAttachments[i].loadOp; in radv_CreateRenderPass()
Dradv_meta_blit2d.c763 .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()
Dradv_meta_clear.c230 .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()
Dradv_meta_blit.c732 .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()
Dradv_meta_decompress.c87 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in create_pass()
Dradv_meta_fast_clear.c87 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in create_pass()
Dradv_meta_resolve.c96 attachments[i].loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in create_pass()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c74 att->load_op = pCreateInfo->pAttachments[i].loadOp; in anv_CreateRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp420 loadOp = _loadOp; in AttachmentDescription()
433 loadOp = rhs.loadOp; in AttachmentDescription()
DvktDrawCreateInfoUtil.hpp138 vk::VkAttachmentLoadOp loadOp,
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp268 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/
DSmoke.cpp173 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in create_render_pass()
/external/vulkan-validation-layers/demos/
Dcube.c1582 .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/
DvktSynchronizationSmokeTests.cpp318 colorAttachmentDesc.loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in createColorOnlyRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp454 …colorAttachmentDescriptions[imgNdx].loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; // VkAttachmentLoad… in ImageSamplingInstance()
/external/vulkan-validation-layers/layers/
Dimage.cpp425 if (!validate_VkAttachmentLoadOp(pCreateInfo->pAttachments[i].loadOp)) { in CreateRenderPass()
Dcore_validation.cpp9899 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/
Dvulkan.hpp13508 , loadOp( loadOp_ ) in AttachmentDescription()
13548 loadOp = loadOp_; in setLoadOp()
13592 && ( loadOp == rhs.loadOp ) in operator ==()
13608 AttachmentLoadOp loadOp; member
Dvulkan.h2035 VkAttachmentLoadOp loadOp; member

12