Searched refs:loadOps (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 973 const VkAttachmentLoadOp loadOps[] = in createRenderPassUnusedAttachmentTests() local 986 for (deUint32 loadOpIdx = 0; loadOpIdx < DE_LENGTH_OF_ARRAY(loadOps); loadOpIdx++) in createRenderPassUnusedAttachmentTests() 988 …(new tcu::TestCaseGroup(testCtx, (std::string("loadop") + loadOpToString(loadOps[loadOpIdx])).c_st… in createRenderPassUnusedAttachmentTests() 994 …for (deUint32 stencilLoadOpIdx = 0; stencilLoadOpIdx < DE_LENGTH_OF_ARRAY(loadOps); stencilLoadOpI… in createRenderPassUnusedAttachmentTests() 996 …u::TestCaseGroup(testCtx, (std::string("stencilloadop") + loadOpToString(loadOps[stencilLoadOpIdx]… in createRenderPassUnusedAttachmentTests() 1003 params.loadOp = loadOps[loadOpIdx]; in createRenderPassUnusedAttachmentTests() 1005 params.stencilLoadOp = loadOps[stencilLoadOpIdx]; in createRenderPassUnusedAttachmentTests()
|
D | vktRenderPassTests.cpp | 4724 const VkAttachmentLoadOp loadOps[] = in addAttachmentTests() local 4828 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests() 4835 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests() 4846 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests() 4852 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests() 4989 const VkAttachmentLoadOp loadOps[] = in addAttachmentAllocationTests() local 5142 …oadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests() 5152 … stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests() 5431 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests() 5437 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDynamicOffsetTests.cpp | 222 const VkAttachmentLoadOp loadOps[] = in init() local 239 loadOps[renderPassIdx], // VkAttachmentLoadOp loadOp in init()
|
D | vktPipelinePushDescriptorTests.cpp | 3720 const VkAttachmentLoadOp loadOps[] = in init() local 3739 loadOps[renderPassIdx], // VkAttachmentLoadOp loadOp in init()
|