| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_state_sampler.c | 124 struct pipe_sampler_view **views) in llvmpipe_set_sampler_views() 278 struct pipe_sampler_view **views, in prepare_shader_sampling() 382 struct pipe_sampler_view **views) in llvmpipe_prepare_vertex_sampling() 394 struct pipe_sampler_view **views) in llvmpipe_prepare_geometry_sampling() 405 struct pipe_sampler_view **views) in llvmpipe_prepare_tess_ctrl_sampling() 416 struct pipe_sampler_view **views) in llvmpipe_prepare_tess_eval_sampling() 426 struct pipe_sampler_view **views; in llvmpipe_cleanup_stage_sampling() local 450 struct pipe_image_view *views, in prepare_shader_images() 549 struct pipe_image_view *views) in llvmpipe_prepare_vertex_images() 561 struct pipe_image_view *views) in llvmpipe_prepare_geometry_images() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_state_sampler.c | 105 struct pipe_sampler_view **views) in softpipe_set_sampler_views() 184 struct pipe_sampler_view **views, in prepare_shader_sampling() 306 struct pipe_sampler_view **views) in softpipe_prepare_vertex_sampling() 330 struct pipe_sampler_view **views) in softpipe_prepare_geometry_sampling()
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_sampler_view.c | 92 struct st_sampler_views *views; in st_texture_set_sampler_view() local 207 struct st_sampler_views *views = p_atomic_read(&stObj->sampler_views); in st_texture_get_current_sampler_view() local 231 struct st_sampler_views *views = stObj->sampler_views; in st_texture_release_context_sampler_view() local 262 struct st_sampler_views *views = stObj->sampler_views; in st_texture_release_all_sampler_views() local 301 struct st_sampler_views *views = stObj->sampler_views_old; in st_delete_texture_sampler_views() local
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_texture.c | 243 unsigned nr, bool take_ownership, struct pipe_sampler_view **views) in set_sampler_views() 277 struct pipe_sampler_view **views) in etna_fragtex_set_sampler_views() 291 struct pipe_sampler_view **views) in etna_vertex_set_sampler_views() 305 struct pipe_sampler_view **views) in etna_set_sampler_views()
|
| /third_party/skia/src/gpu/effects/ |
| D | GrDistanceFieldGeoProc.h | 67 const GrSurfaceProxyView* views, in Make() 81 const GrSurfaceProxyView* views, in Make() 151 const GrSurfaceProxyView* views, int numActiveViews, in Make() 226 const GrSurfaceProxyView* views, in Make()
|
| D | GrDistanceFieldGeoProc.cpp | 205 const GrSurfaceProxyView* views, in GrDistanceFieldA8TextGeoProc() 245 void GrDistanceFieldA8TextGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews() 483 const GrSurfaceProxyView* views, in GrDistanceFieldPathGeoProc() 512 void GrDistanceFieldPathGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews() 789 const GrSurfaceProxyView* views, in GrDistanceFieldLCDTextGeoProc() 825 void GrDistanceFieldLCDTextGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews()
|
| D | GrBitmapTextGeoProc.cpp | 116 const GrSurfaceProxyView* views, in GrBitmapTextGeoProc() 157 void GrBitmapTextGeoProc::addNewViews(const GrSurfaceProxyView* views, in addNewViews()
|
| D | GrBitmapTextGeoProc.h | 36 const GrSurfaceProxyView* views, in Make()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_fragtex.c | 177 struct pipe_sampler_view **views) in nv30_fragtex_set_sampler_views() 209 struct pipe_sampler_view **views) in nv30_set_sampler_views()
|
| D | nv40_verttex.c | 76 struct pipe_sampler_view **views) in nv40_verttex_set_sampler_views()
|
| /third_party/mesa3d/src/panfrost/lib/ |
| D | pan_blitter.c | 193 pan_blitter_is_ms(struct pan_blitter_views *views) in pan_blitter_is_ms() 215 struct pan_blitter_views *views, in pan_blitter_emit_blends() 234 struct pan_blitter_views *views, in pan_blitter_emit_rsd() 651 pan_blitter_get_key(struct pan_blitter_views *views) in pan_blitter_get_key() 697 struct pan_blitter_views *views) in pan_blitter_get_rsd() 780 struct pan_blitter_views views = { }; in pan_blit_get_rsd() local 808 struct pan_blitter_views views = { 0 }; in pan_preload_get_views() local 936 const struct pan_image_view **views) in pan_blitter_emit_textures() 981 const struct pan_image_view *views[8]; in pan_preload_emit_textures() local 1096 struct pan_blitter_views views = pan_preload_get_views(fb, zs, &patched_s); in pan_preload_emit_dcd() local
|
| /third_party/flutter/skia/src/gpu/vk/ |
| D | GrVkTextureRenderTarget.cpp | 113 Views views; in create_views() local 191 Views views = create_views(gpu, desc, sampleCnt, info); in MakeNewTextureRenderTarget() local 225 Views views = create_views(gpu, desc, sampleCnt, info); in MakeWrappedTextureRenderTarget() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| D | freedreno_texture.c | 72 struct pipe_sampler_view **views) in set_sampler_views() 118 struct pipe_sampler_view **views) in_dt in fd_set_sampler_views()
|
| /third_party/skia/src/gpu/ |
| D | GrProcessorUnitTest.cpp | 22 int maxTreeDepth, int numViews, const ViewInfo views[]) in GrProcessorTestData() 27 int maxTreeDepth, int numViews, const ViewInfo views[], in GrProcessorTestData()
|
| /third_party/cef/libcef/browser/native/ |
| D | menu_2.cc | 9 namespace views { namespace
|
| /third_party/mesa3d/src/gallium/frontends/omx/ |
| D | vid_enc_common.c | 216 struct pipe_sampler_view **views; in enc_ScaleInput_common() local 406 struct pipe_sampler_view **views; in enc_LoadImage_common() local
|
| D | vid_dec_common.c | 86 struct pipe_sampler_view **views; in vid_dec_FillOutput() local
|
| /third_party/skia/src/gpu/ops/ |
| D | AtlasTextOp.cpp | 212 const GrSurfaceProxyView* views = atlasManager->getViews(maskFormat, &numActiveViews); in onPrepareDraws() local 345 const GrSurfaceProxyView* views = atlasManager->getViews(maskFormat, &numActiveViews); in createDrawForGeneratedGlyphs() local 442 const GrSurfaceProxyView* views, in setupDfProcessor()
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_vX_meta_blit.c | 37 struct pan_image_view views[2] = { in panvk_meta_blit() local
|
| /third_party/rust/crates/io-lifetimes/src/ |
| D | lib.rs | 165 pub mod views; module
|
| /third_party/rust/crates/codespan/codespan-reporting/src/ |
| D | term.rs | 11 mod views; module
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| D | fd2_texture.c | 208 struct pipe_sampler_view **views) in_dt in fd2_set_sampler_views()
|
| /third_party/mesa3d/src/gallium/frontends/va/ |
| D | image.c | 474 struct pipe_sampler_view **views; in vlVaGetImage() local 618 struct pipe_sampler_view **views; in vlVaPutImage() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
| D | fd4_texture.c | 238 struct pipe_sampler_view **views) in fd4_set_sampler_views()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | BindGroupD3D12.cpp | 180 const std::array<Ref<TextureViewBase>, kMaxPlanesPerFormat>& views = in BindGroup() local
|