/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 28 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/ |
D | vkTypeUtil.inl | 262 …achmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentS… argument 270 res.stencilLoadOp = stencilLoadOp;
|
D | vkStructTypes.inl | 945 VkAttachmentLoadOp stencilLoadOp; member
|
D | vkStrUtilImpl.inl | 3019 s << "\tstencilLoadOp = " << value.stencilLoadOp << '\n';
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pass.c | 63 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp; in radv_CreateRenderPass()
|
D | radv_meta_clear.c | 1059 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in radv_clear_image_layer()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pass.c | 76 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp; in anv_CreateRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 422 stencilLoadOp = _stencilLoadOp; in AttachmentDescription() 435 stencilLoadOp = rhs.stencilLoadOp; in AttachmentDescription()
|
D | vktDrawCreateInfoUtil.hpp | 140 vk::VkAttachmentLoadOp stencilLoadOp,
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 617 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/ |
D | vkrenderframework.cpp | 270 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in InitRenderTarget() 328 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in InitRenderTarget()
|
D | layer_validation_tests.cpp | 10146 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/ |
D | cube.c | 1584 .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/ |
D | vktSynchronizationSmokeTests.cpp | 320 colorAttachmentDesc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in createColorOnlyRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 456 …colorAttachmentDescriptions[imgNdx].stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; // VkAttach… in ImageSamplingInstance()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 13510 , stencilLoadOp( stencilLoadOp_ ) in AttachmentDescription() 13560 stencilLoadOp = stencilLoadOp_; in setStencilLoadOp() 13594 && ( stencilLoadOp == rhs.stencilLoadOp ) in operator ==() 13610 AttachmentLoadOp stencilLoadOp; member
|
D | vulkan.h | 2037 VkAttachmentLoadOp stencilLoadOp; member
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2046 VkAttachmentLoadOp stencilLoadOp; member
|
/external/skia/third_party/vulkan/vulkan/ |
D | vulkan.h | 2143 VkAttachmentLoadOp stencilLoadOp; member
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 10405 pAttachment->stencilLoadOp, in CmdBeginRenderPass() 10414 pAttachment->stencilLoadOp, in CmdBeginRenderPass() 10422 pAttachment->stencilLoadOp, in CmdBeginRenderPass()
|
D | vk_validation_error_database.txt | 346 …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/ |
D | vulkan.h.in | 2202 VkAttachmentLoadOp stencilLoadOp; member
|