Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp56 VkAttachmentLoadOp stencilLoadOp,
71 VkAttachmentLoadOp stencilLoadOp,
363 VkAttachmentLoadOp stencilLoadOp,
DvktRenderPassTestsUtil.cpp58 stencilLoadOp = stencilLoadOp_; in AttachmentDescription1()
82 stencilLoadOp = stencilLoadOp_; in AttachmentDescription2()
526 VkAttachmentLoadOp stencilLoadOp, in Attachment() argument
536 , m_stencilLoadOp (stencilLoadOp) in Attachment()
DvktRenderPassUnusedAttachmentTests.cpp66 VkAttachmentLoadOp stencilLoadOp; member
127 testParams.stencilLoadOp, // VkAttachmentLoadOp stencilLoadOp in createRenderPass()
1005 params.stencilLoadOp = loadOps[stencilLoadOpIdx]; in createRenderPassUnusedAttachmentTests()
DvktRenderPassSubpassDependencyTests.cpp1943 const VkAttachmentLoadOp stencilLoadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
1949 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in initTests()
2010 const VkAttachmentLoadOp stencilLoadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
2016 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in initTests()
2101 const VkAttachmentLoadOp stencilLoadOp (VK_ATTACHMENT_LOAD_OP_CLEAR); in initTests() local
2108 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in initTests()
DvktRenderPassTests.cpp641 VkAttachmentLoadOp stencilLoadOp, in Attachment() argument
652 , m_stencilLoadOp (stencilLoadOp) in Attachment()
4835 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentTests() local
4838 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentTests()
4852 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), D… in addAttachmentTests() local
4856 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentTests()
4925 const VkAttachmentLoadOp stencilLoadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in addAttachmentWriteMaskTests() local
4931 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentWriteMaskTests()
5152 …const VkAttachmentLoadOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps)… in addAttachmentAllocationTests() local
5160 … || stencilLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD || stencilLoadOp == VK_ATTACHMENT_LOAD_OP_CLEAR) in addAttachmentAllocationTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp46 VkAttachmentLoadOp stencilLoadOp,
61 VkAttachmentLoadOp stencilLoadOp,
DvktMultiViewRenderPassUtil.cpp55 stencilLoadOp = stencilLoadOp_; in AttachmentDescription1()
79 stencilLoadOp = stencilLoadOp_; in AttachmentDescription2()
/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/skqp/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/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp104 out_struct->stencilLoadOp = in_struct->stencilLoadOp; in ConvertVkAttachmentDescriptionToV2KHR()
/external/swiftshader/src/Vulkan/
DVkFramebuffer.cpp55 bool clearStencil = (isStencil && (attachment.stencilLoadOp == VK_ATTACHMENT_LOAD_OP_CLEAR)); in clear()
/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
2147 VkAttachmentLoadOp stencilLoadOp; member
/external/mesa3d/src/amd/vulkan/
Dradv_pass.c76 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp; in radv_CreateRenderPass()
Dradv_meta_decompress.c46 attachment.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in create_pass()
Dradv_meta_clear.c1228 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in radv_clear_image_layer()
/external/skia/src/gpu/
DGrRenderTargetOpList.cpp438 GrLoadOp stencilLoadOp) { in create_command_buffer() argument
451 stencilLoadOp, in create_command_buffer()
/external/skqp/src/gpu/
DGrRenderTargetOpList.cpp436 GrLoadOp stencilLoadOp) { in create_command_buffer() argument
449 stencilLoadOp, in create_command_buffer()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c97 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/api/
DvktApiPipelineTests.cpp444 …evice, VkFormat format, VkAttachmentLoadOp loadOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentS… in createSimpleRenderPass() argument
453 stencilLoadOp, // VkAttachmentLoadOp stencilLoadOp; in createSimpleRenderPass()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp490 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in InitRenderTarget()
547 att.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in InitRenderTarget()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp787 const VkAttachmentLoadOp stencilLoadOp, in addAttachment() argument
803 stencilLoadOp, // VkAttachmentLoadOp stencilLoadOp; in addAttachment()
DvktPipelineImageSamplingInstance.cpp511 …colorAttachmentDescriptions[imgNdx].stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; // VkAttach… in ImageSamplingInstance()

12