Home
last modified time | relevance | path

Searched defs:loadOps (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedAttachmentTests.cpp1230 const VkAttachmentLoadOp loadOps[] = {VK_ATTACHMENT_LOAD_OP_LOAD, VK_ATTACHMENT_LOAD_OP_CLEAR, in createRenderPassUnusedAttachmentTests() local
H A DvktRenderPassTests.cpp6227 const VkAttachmentLoadOp loadOps[] = {VK_ATTACHMENT_LOAD_OP_LOAD, VK_ATTACHMENT_LOAD_OP_CLEAR, in addAttachmentTests() local
6534 const VkAttachmentLoadOp loadOps[] = {VK_ATTACHMENT_LOAD_OP_LOAD, VK_ATTACHMENT_LOAD_OP_CLEAR, in addAttachmentAllocationTests() local
7459 } loadOps[] = {{"clear", VK_ATTACHMENT_LOAD_OP_CLEAR}, in addFormatTests() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCommandGraph.cpp848 std::string loadOps, storeOps; in dumpCommandsForDiagnostics() local
H A Dvk_helpers.cpp3430 std::string loadOps, storeOps; in getCommandDiagnostics() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicOffsetTests.cpp294 … const VkAttachmentLoadOp loadOps[] = {VK_ATTACHMENT_LOAD_OP_CLEAR, VK_ATTACHMENT_LOAD_OP_LOAD}; in init() local
H A DvktPipelinePushDescriptorTests.cpp3887 … const VkAttachmentLoadOp loadOps[] = {VK_ATTACHMENT_LOAD_OP_CLEAR, VK_ATTACHMENT_LOAD_OP_LOAD}; in init() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DPixelLocalStorageTest.cpp981 std::vector<GLenum> loadOps(MAX_PIXEL_LOCAL_STORAGE_PLANES); in TEST_P() local