HomeSort by relevance Sort by last modified time
    Searched defs:NUM_DRAW_TYPES (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 165 NUM_DRAW_TYPES = (DRAW_END_RANGE - DRAW_BEGIN_RANGE + 1),
389 uint64_t drawCount[NUM_DRAW_TYPES]; // Count of each type of draw in this CB
  /external/vulkan-validation-layers/layers/
core_validation_types.h 290 NUM_DRAW_TYPES = (DRAW_END_RANGE - DRAW_BEGIN_RANGE + 1),
563 uint64_t drawCount[NUM_DRAW_TYPES]; // Count of each type of draw in this CB

Completed in 52 milliseconds