Searched refs:fDepthStencilFlagsToFormatTable (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanCaps.cpp | 991 std::fill_n(fDepthStencilFlagsToFormatTable, kNumDepthStencilFlags, VK_FORMAT_UNDEFINED); in initDepthStencilFormatTable() 999 set_ds_flags_to_format(fDepthStencilFlagsToFormatTable[stencilFlags.value()], format); in initDepthStencilFormatTable() 1015 set_ds_flags_to_format(fDepthStencilFlagsToFormatTable[depthFlags.value()], format); in initDepthStencilFormatTable() 1026 set_ds_flags_to_format(fDepthStencilFlagsToFormatTable[depthFlags.value()], format); in initDepthStencilFormatTable() 1036 set_ds_flags_to_format(fDepthStencilFlagsToFormatTable[stencilFlags.value()], format); in initDepthStencilFormatTable() 1037 set_ds_flags_to_format(fDepthStencilFlagsToFormatTable[depthFlags.value()], format); in initDepthStencilFormatTable() 1038 set_ds_flags_to_format(fDepthStencilFlagsToFormatTable[dsFlags.value()], format); in initDepthStencilFormatTable() 1048 set_ds_flags_to_format(fDepthStencilFlagsToFormatTable[stencilFlags.value()], format); in initDepthStencilFormatTable() 1049 set_ds_flags_to_format(fDepthStencilFlagsToFormatTable[depthFlags.value()], format); in initDepthStencilFormatTable() 1050 set_ds_flags_to_format(fDepthStencilFlagsToFormatTable[dsFlags.value()], format); in initDepthStencilFormatTable() [all …]
|
H A D | VulkanCaps.h | 226 VkFormat fDepthStencilFlagsToFormatTable[kNumDepthStencilFlags]; variable
|