/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_texture.h | 62 struct pipe_sampler_view *sampler_view; member 89 trace_sampler_view(struct pipe_sampler_view *sampler_view) in trace_sampler_view()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 630 struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[stage][idx]); in get_imageview_for_binding() local 660 struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[stage][idx]); in get_bufferview_for_binding() local 1106 struct zink_sampler_view *sampler_view = CALLOC_STRUCT_CL(zink_sampler_view); in zink_create_sampler_view() local 1175 sampler_view->base.swizzle_r, in zink_create_sampler_view() enumerator 1176 sampler_view->base.swizzle_g, in zink_create_sampler_view() enumerator 1177 sampler_view->base.swizzle_b, in zink_create_sampler_view() enumerator 1178 sampler_view->base.swizzle_a in zink_create_sampler_view() enumerator 4478 struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[shader][slot]); in rebind_tbo() local 4610 … struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[shader][slot]); in rebind_buffer() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Shader.cpp | 237 struct pipe_sampler_view *sampler_view = in SetShaderResources() local 1388 struct pipe_sampler_view *sampler_view = CastPipeShaderResourceView(hShaderResourceView); in GenMips() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/vdpau/ |
H A D | vdpau_private.h | 458 struct pipe_sampler_view *sampler_view; member 467 struct pipe_sampler_view *sampler_view; member
|
H A D | mixer.c | 248 struct pipe_sampler_view *sampler_view, sv_templ; in vlVdpVideoMixerRender() local
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_readpixels.c | 160 struct pipe_sampler_view *sampler_view; in try_pbo_readpixels() local
|
H A D | st_cb_texture.c | 1755 struct pipe_sampler_view *sampler_view; in try_pbo_upload_common() local 2022 struct pipe_sampler_view *sampler_view; in try_pbo_download() local
|
H A D | st_pbo_compute.c | 1014 struct pipe_sampler_view *sampler_view; in download_texture_compute() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_pstipple.c | 82 struct pipe_sampler_view *sampler_view; member
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 2683 struct pipe_sampler_view sampler_view = sampler_view_for_surface(surf); in agx_upload_spilled_rt_descriptors() local 2753 struct pipe_sampler_view sampler_view = util_image_to_sampler_view(view); in agx_upload_textures() local 3189 struct pipe_sampler_view sampler_view = sampler_view_for_surface(surf); in agx_build_bg_eot() local 3452 struct pipe_sampler_view sampler_view = in agx_batch_init_state() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context_graphics.cpp | 791 d3d12_init_sampler_view_descriptor(struct d3d12_sampler_view *sampler_view) in d3d12_init_sampler_view_descriptor() 921 struct d3d12_sampler_view *sampler_view = CALLOC_STRUCT(d3d12_sampler_view); in d3d12_create_sampler_view() local
|
H A D | d3d12_context.h | 242 struct pipe_sampler_view *sampler_view; member
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_renderer.c | 596 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; in renderer_texture() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_context.h | 174 struct pipe_sampler_view *sampler_view[PIPE_MAX_SAMPLERS]; member
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_state.c | 88 struct pipe_sampler_view *sampler_view = CALLOC_STRUCT(pipe_sampler_view); in noop_create_sampler_view() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_shader.h | 131 unsigned sampler_view:1; member
|
H A D | svga_context.h | 749 struct svga_pipe_sampler_view *sampler_view; member
|
H A D | svga_tgsi_vgpu10.c | 245 bool sampler_view[PIPE_MAX_SAMPLERS]; /**< True if sampler view exists*/ member
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_ureg.c | 171 } sampler_view[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
|