OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numObjs
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
object_tracker.h
110
static uint64_t
numObjs
[NUM_OBJECT_TYPES] = {0};
332
assert(
numObjs
[obj_index] > 0);
333
numObjs
[obj_index]--;
337
string_VkDebugReportObjectTypeEXT(queue->second->objType), queue->second->vkObj, numTotalObjs,
numObjs
[obj_index],
375
numObjs
[objIndex]++;
393
numObjs
[objIndex]++;
404
assert(
numObjs
[objIndex] > 0);
405
numObjs
[objIndex]--;
409
string_VkDebugReportObjectTypeEXT(pNode->objType), (uint64_t)(object), numTotalObjs,
numObjs
[objIndex],
438
numObjs
[objIndex]++
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
object_tracker.cpp
94
numObjs
[objIndex]++;
108
assert(
numObjs
[objIndex] > 0);
109
numObjs
[objIndex]--;
112
string_VkDebugReportObjectTypeEXT(pNode->objType), (uint64_t)(object), numTotalObjs,
numObjs
[objIndex],
138
numObjs
[objIndex]++;
152
assert(
numObjs
[objIndex] > 0);
153
numObjs
[objIndex]--;
156
string_VkDebugReportObjectTypeEXT(pNode->objType), (uint64_t)(object), numTotalObjs,
numObjs
[objIndex],
182
numObjs
[objIndex]++;
196
assert(
numObjs
[objIndex] > 0)
[
all
...]
Completed in 68 milliseconds