Searched refs:check_stencil_load_op (Results 1 – 1 of 1) sorted by relevance
11109 bool check_stencil_load_op = FormatIsDepthAndStencil(format) || !check_color_depth_load_op; in FormatSpecificLoadAndStoreOpSettings() local11111 …return ((check_color_depth_load_op && (color_depth_op == op)) || (check_stencil_load_op && (stenci… in FormatSpecificLoadAndStoreOpSettings()