HomeSort by relevance Sort by last modified time
    Searched refs:psv (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_dirty_surfaces.h 86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush)
89 util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_level,
90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
  /prebuilts/go/darwin-x86/test/
method5.go 146 psv := &sv
147 CheckI("psv", psv, 1)
148 CheckF("psv.M", psv.M, 1)
149 CheckF("(*psv).M", (*psv).M, 1)
268 shouldPanic(func() { psv = nil; f = psv.M })
  /prebuilts/go/linux-x86/test/
method5.go 146 psv := &sv
147 CheckI("psv", psv, 1)
148 CheckF("psv.M", psv.M, 1)
149 CheckF("(*psv).M", (*psv).M, 1)
268 shouldPanic(func() { psv = nil; f = psv.M })
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shdeprecated.h 304 virtual HRESULT WINAPI SetTitle(IShellView *psv,LPCWSTR pszName) = 0;
305 virtual HRESULT WINAPI GetTitle(IShellView *psv,LPWSTR pszName,DWORD cchName) = 0;
316 virtual HRESULT WINAPI NotifyRedirect(IShellView *psv,LPCITEMIDLIST pidl,WINBOOL *pfDidBrowse) = 0;
330 virtual HRESULT WINAPI OnHttpEquiv(IShellView *psv,WINBOOL fDone,VARIANT *pvarargIn,VARIANT *pvarargOut) = 0;
341 HRESULT (WINAPI *SetTitle)(IBrowserService *This,IShellView *psv,LPCWSTR pszName);
342 HRESULT (WINAPI *GetTitle)(IBrowserService *This,IShellView *psv,LPWSTR pszName,DWORD cchName);
353 HRESULT (WINAPI *NotifyRedirect)(IBrowserService *This,IShellView *psv,LPCITEMIDLIST pidl,WINBOOL *pfDidBrowse);
367 HRESULT (WINAPI *OnHttpEquiv)(IBrowserService *This,IShellView *psv,WINBOOL fDone,VARIANT *pvarargIn,VARIANT *pvarargOut);
380 #define IBrowserService_SetTitle(This,psv,pszName) (This)->lpVtbl->SetTitle(This,psv,pszName
    [all...]
shobjidl.h     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 1250 struct pipe_sampler_view templ, *psv; local
    [all...]

Completed in 340 milliseconds