Home
last modified time | relevance | path

Searched refs:stencil_load (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_pass.c444 bool stencil_load = (stencil_load_op == VK_ATTACHMENT_LOAD_OP_LOAD); in attachment_set_ops() local
453 if (stencil_load) in attachment_set_ops()
460 att->load = stencil_load; in attachment_set_ops()
468 if (stencil_load) in attachment_set_ops()