Home
last modified time | relevance | path

Searched defs:asPtr (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/common/
H A Dcodegen.py448 asPtr=True, argument
477 asPtr=True): argument
480 def handleSpecialCases(structInfo, vulkanType, structVarName, asPtr): argument
575 def accessParameter(self, param, asPtr=True): argument
591 asPtr=True, argument
/aosp_15_r20/hardware/google/gfxstream/host/
DStalePtrRegistry.h117 static T* asPtr(uint64_t handle) { in asPtr() function
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/
H A Dhandlemap.py18 def makeAccess(varName, asPtr = True): argument
H A Ddeepcopy.py20 def makeAccess(varName, asPtr = True): argument
H A Dtesting.py26 def makeAccess(varName, asPtr = True): argument
H A Dtransform.py99 def makeAccess(varName, asPtr = True): argument
/aosp_15_r20/hardware/google/gfxstream/guest/egl/
DeglDisplay.cpp458 uintptr_t asPtr = (uintptr_t)index; in getConfigAtIndex() local
/aosp_15_r20/external/swiftshader/third_party/subzero/runtime/
H A Dwasm-runtime.cpp110 T *asPtr() const { return wasmPtr<T>(Ptr); } in asPtr() function in __anon7e9ee5390211::WasmPtr
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3475 ASInterfacePtr makeASInterfacePtr(SharedPtrType asPtr) in makeASInterfacePtr()