OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pObjBindings
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/layers/
core_validation.h
134
list<MT_OBJ_HANDLE_TYPE>
pObjBindings
; // list container of objects bound to this memory
[
all
...]
core_validation.cpp
629
size_t objRefCount = pMemObjInfo->
pObjBindings
.size();
651
if (objRefCount > 0 && pMemObjInfo->
pObjBindings
.size() > 0) {
652
for (auto it = pMemObjInfo->
pObjBindings
.begin(); it != pMemObjInfo->
pObjBindings
.end(); ++it) {
658
pMemObjInfo->
pObjBindings
.clear();
[
all
...]
Completed in 115 milliseconds