Searched refs:loadOps (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 974 const VkAttachmentLoadOp loadOps[] = in createRenderPassUnusedAttachmentTests() local 987 for (deUint32 loadOpIdx = 0; loadOpIdx < DE_LENGTH_OF_ARRAY(loadOps); loadOpIdx++) in createRenderPassUnusedAttachmentTests() 989 …(new tcu::TestCaseGroup(testCtx, (std::string("loadop") + loadOpToString(loadOps[loadOpIdx])).c_st… in createRenderPassUnusedAttachmentTests() 995 …for (deUint32 stencilLoadOpIdx = 0; stencilLoadOpIdx < DE_LENGTH_OF_ARRAY(loadOps); stencilLoadOpI… in createRenderPassUnusedAttachmentTests() 997 …u::TestCaseGroup(testCtx, (std::string("stencilloadop") + loadOpToString(loadOps[stencilLoadOpIdx]… in createRenderPassUnusedAttachmentTests() 1004 params.loadOp = loadOps[loadOpIdx]; in createRenderPassUnusedAttachmentTests() 1006 params.stencilLoadOp = loadOps[stencilLoadOpIdx]; in createRenderPassUnusedAttachmentTests()
|
D | vktRenderPassTests.cpp | 5564 const VkAttachmentLoadOp loadOps[] = in addAttachmentTests() local 5691 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests() 5702 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests() 5724 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests() 5734 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentTests() 5899 const VkAttachmentLoadOp loadOps[] = in addAttachmentAllocationTests() local 6052 …oadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests() 6062 … stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests() 6363 …ntLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests() 6369 …dOp stencilLoadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps)); in addAttachmentAllocationTests() [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 848 std::string loadOps, storeOps; in dumpCommandsForDiagnostics() local 852 loadOps += " Color: "; in dumpCommandsForDiagnostics() 857 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[i].loadOp); in dumpCommandsForDiagnostics() 866 loadOps += " Depth/Stencil: "; in dumpCommandsForDiagnostics() 870 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[dsIndex].loadOp); in dumpCommandsForDiagnostics() 871 loadOps += GetLoadOpShorthand(mRenderPassAttachmentOps[dsIndex].stencilLoadOp); in dumpCommandsForDiagnostics() 879 result += " LoadOp: " + loadOps; in dumpCommandsForDiagnostics()
|
D | vk_helpers.cpp | 2788 std::string loadOps, storeOps; in addCommandDiagnostics() local 2792 loadOps += " Color: "; in addCommandDiagnostics() 2797 loadOps += GetLoadOpShorthand( in addCommandDiagnostics() 2809 loadOps += " Depth/Stencil: "; in addCommandDiagnostics() 2812 loadOps += GetLoadOpShorthand( in addCommandDiagnostics() 2814 loadOps += GetLoadOpShorthand( in addCommandDiagnostics() 2825 out << "LoadOp: " << loadOps << "\\l"; in addCommandDiagnostics()
|
/external/angle/src/tests/gl_tests/ |
D | PixelLocalStorageTest.cpp | 935 std::vector<GLenum> loadOps(MAX_PIXEL_LOCAL_STORAGE_PLANES); in TEST_P() local 940 loadOps[i] = (i & 1) ? GL_LOAD_OP_CLEAR_ANGLE : GL_LOAD_OP_LOAD_ANGLE; in TEST_P() 947 glBeginPixelLocalStorageANGLE(MAX_PIXEL_LOCAL_STORAGE_PLANES, loadOps.data()); in TEST_P() 959 loadOps[i] == GL_LOAD_OP_CLEAR_ANGLE in TEST_P() 964 loadOps[i] == GL_LOAD_OP_CLEAR_ANGLE in TEST_P() 975 loadOps[i] = GL_LOAD_OP_ZERO_ANGLE; in TEST_P() 979 glBeginPixelLocalStorageANGLE(3, loadOps.data()); in TEST_P() 987 ASSERT(loadOps[i] == GL_LOAD_OP_ZERO_ANGLE); in TEST_P()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDynamicOffsetTests.cpp | 288 const VkAttachmentLoadOp loadOps[] = in init() local 305 loadOps[renderPassIdx], // VkAttachmentLoadOp loadOp in init()
|
D | vktPipelinePushDescriptorTests.cpp | 3822 const VkAttachmentLoadOp loadOps[] = in init() local 3841 loadOps[renderPassIdx], // VkAttachmentLoadOp loadOp in init()
|