OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VK_RESOLVE_MODE_SAMPLE_ZERO_BIT
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_render_pass.c
259
zsresolve.depthResolveMode =
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT
;
260
zsresolve.stencilResolveMode =
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT
;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_device.c
870
p->supportedDepthResolveModes =
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT
;
871
p->supportedStencilResolveModes =
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT
;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_device.c
919
p->supportedDepthResolveModes =
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT
| VK_RESOLVE_MODE_AVERAGE_BIT;
920
p->supportedStencilResolveModes =
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT
;
lvp_execute.c
1635
if (i == 0 && subpass->depth_resolve_mode ==
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT
)
1637
if (i == 1 && subpass->stencil_resolve_mode ==
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT
)
/xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h
5355
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT
= 0x00000001,
5360
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT_KHR =
VK_RESOLVE_MODE_SAMPLE_ZERO_BIT
,
Completed in 26 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026