Searched refs:DEPTH_FORMAT_COUNT (Results 1 – 1 of 1) sorted by relevance
446 constexpr uint32_t DEPTH_FORMAT_COUNT { 4 }; in CheckValidDepthFormats() local447 …constexpr Format DEPTH_FORMATS[DEPTH_FORMAT_COUNT] = { BASE_FORMAT_D24_UNORM_S8_UINT, BASE_FORMAT_… in CheckValidDepthFormats()449 for (uint32_t idx = 0; idx < DEPTH_FORMAT_COUNT; ++idx) { in CheckValidDepthFormats()