Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp11109 bool check_stencil_load_op = FormatIsDepthAndStencil(format) || !check_color_depth_load_op; in FormatSpecificLoadAndStoreOpSettings() local
11111 …return ((check_color_depth_load_op && (color_depth_op == op)) || (check_stencil_load_op && (stenci… in FormatSpecificLoadAndStoreOpSettings()