Home
last modified time | relevance | path

Searched refs:stencilLoadOp (Results 1 – 22 of 22) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp28 attachment->stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in setup_vk_attachment_description()
34 attachment->stencilLoadOp = desc.fLoadStoreOps.fLoadOp; in setup_vk_attachment_description()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl262 …achmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentS… argument
270 res.stencilLoadOp = stencilLoadOp;
DvkStructTypes.inl945 VkAttachmentLoadOp stencilLoadOp; member
DvkStrUtilImpl.inl3019 s << "\tstencilLoadOp = " << value.stencilLoadOp << '\n';
/external/mesa3d/src/amd/vulkan/
Dradv_pass.c63 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp; in radv_CreateRenderPass()
Dradv_meta_clear.c1059 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in radv_clear_image_layer()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c76 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp; in anv_CreateRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp422 stencilLoadOp = _stencilLoadOp; in AttachmentDescription()
435 stencilLoadOp = rhs.stencilLoadOp; in AttachmentDescription()
DvktDrawCreateInfoUtil.hpp140 vk::VkAttachmentLoadOp stencilLoadOp,
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp617 VkAttachmentLoadOp stencilLoadOp, in Attachment() argument
628 , m_stencilLoadOp (stencilLoadOp) in Attachment()
4748 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentTests() local
4751 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentTests()
4765 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentTests() local
4769 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentTests()
4959 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps)… in addAttachmentAllocationTests() local
4967 … || stencilLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD || stencilLoadOp == VK_ATTACHMENT_LOAD_OP_CLEAR) in addAttachmentAllocationTests()
4972 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentAllocationTests()
4983 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentAllocationTests()
[all …]
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp270 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in InitRenderTarget()
328 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in InitRenderTarget()
Dlayer_validation_tests.cpp10146 attach_desc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in TEST_F()
16596 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in TEST_F()
18081 attach_desc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in TEST_F()
/external/vulkan-validation-layers/demos/
Dcube.c1584 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE, in demo_prepare_render_pass()
1595 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE, in demo_prepare_render_pass()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp320 colorAttachmentDesc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in createColorOnlyRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp456 …colorAttachmentDescriptions[imgNdx].stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; // VkAttach… in ImageSamplingInstance()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp13510 , stencilLoadOp( stencilLoadOp_ ) in AttachmentDescription()
13560 stencilLoadOp = stencilLoadOp_; in setStencilLoadOp()
13594 && ( stencilLoadOp == rhs.stencilLoadOp ) in operator ==()
13610 AttachmentLoadOp stencilLoadOp; member
Dvulkan.h2037 VkAttachmentLoadOp stencilLoadOp; member
/external/mesa3d/include/vulkan/
Dvulkan.h2046 VkAttachmentLoadOp stencilLoadOp; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2143 VkAttachmentLoadOp stencilLoadOp; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp10405 pAttachment->stencilLoadOp, in CmdBeginRenderPass()
10414 pAttachment->stencilLoadOp, in CmdBeginRenderPass()
10422 pAttachment->stencilLoadOp, in CmdBeginRenderPass()
Dvk_validation_error_database.txt346 …efer to Vulkan Spec Section '7.1. Render Pass Creation' which states 'stencilLoadOp must be a vali…
435 …he largest attachment index in renderPass that specifies a loadOp (or stencilLoadOp, if the attach…
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2202 VkAttachmentLoadOp stencilLoadOp; member