OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:obj_index
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
object_tracker.h
329
uint32_t
obj_index
= objTypeToIndex(queue->second->objType);
local
332
assert(numObjs[
obj_index
] > 0);
333
numObjs[
obj_index
]--;
337
string_VkDebugReportObjectTypeEXT(queue->second->objType), queue->second->vkObj, numTotalObjs, numObjs[
obj_index
],
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
plugin.cc
1486
unsigned int
obj_index
=
local
1497
unsigned int
obj_index
=
local
1506
unsigned int
obj_index
=
local
[
all
...]
/external/vulkan-validation-layers/layers/
object_tracker.cpp
85
uint32_t
obj_index
= queue->second->object_type;
local
88
assert(device_data->num_objects[
obj_index
] > 0);
89
device_data->num_objects[
obj_index
]--;
93
queue->second->handle, device_data->num_total_objects, device_data->num_objects[
obj_index
]);
[
all
...]
Completed in 435 milliseconds