Home
last modified time | relevance | path

Searched defs:peekHandle (Results 1 – 3 of 3) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/gmm_helper/
H A Dresource_info.h80 MOCKABLE_VIRTUAL void *peekHandle() const { return handle; } in peekHandle() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_gmm_resource_info.h86 void *peekHandle() const override { return mockResourceInfoHandle; } in peekHandle() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Ddrm_buffer_object.h68 int peekHandle() const { return handle; } in peekHandle() function