Home
last modified time | relevance | path

Searched defs:vp (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXthreads.h86 # define xthread_get_specific(k,vp) thr_getspecific(k,vp) argument
122 # define xthread_get_specific(k,vp) TlsGetValue(k) argument
179 # define xthread_get_specific(k,vp) *(vp) = tis_getspecific(k) argument
210 # define xthread_get_specific(k,vp) *(vp) = thr_getspecific(k) argument
237 # define xthread_get_specific(k,vp) *(vp) = pthread_getspecific(k) argument
246 # define xthread_get_specific(k,vp) pthread_getspecific(k,vp) argument
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/
DNativeGpuInfo_windows.cpp97 size_t vp = 0; in parse_windows_gpu_dlls() local
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_graphics_state.h740 struct vk_viewport_state vp; member
834 struct vk_viewport_state vp; member
861 const struct vk_viewport_state *vp; member
Dvk_graphics_state.c441 vk_viewport_state_init(struct vk_viewport_state *vp, in vk_viewport_state_init()
483 const struct vk_viewport_state *vp) in vk_dynamic_graphics_state_init_vp()