OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_instance
(Results
1 - 4
of
4
) sorted by null
/external/vulkan-validation-layers/loader/
loader.c
[
all
...]
loader.h
201
const struct loader_instance *
this_instance
;
member in struct:loader_icd
trampoline.c
606
inst = (struct loader_instance *)phys_dev->this_icd->
this_instance
;
750
const struct loader_instance *inst = icd->
this_instance
;
785
const struct loader_instance *inst = phys_dev->this_icd->
this_instance
;
[
all
...]
table_ops.h
44
loader_log(icd->
this_instance
, VK_DEBUG_REPORT_ERROR_BIT_EXT, 0,
[
all
...]
Completed in 120 milliseconds