/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
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()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_objects.h | 75 struct pipe_sampler_view *sampler_view; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_readpixels.c | 160 struct pipe_sampler_view *sampler_view; in try_pbo_readpixels() local
|
D | st_cb_texture.c | 1516 struct pipe_sampler_view *sampler_view; in try_pbo_upload_common() local 1783 struct pipe_sampler_view *sampler_view; in try_pbo_download() local
|
D | st_pbo_compute.c | 836 struct pipe_sampler_view *sampler_view; in download_texture_compute() local
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Shader.cpp | 237 struct pipe_sampler_view *sampler_view = in SetShaderResources() local 1390 struct pipe_sampler_view *sampler_view = CastPipeShaderResourceView(hShaderResourceView); in GenMips() local
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | vdpau_private.h | 434 struct pipe_sampler_view *sampler_view; member 443 struct pipe_sampler_view *sampler_view; member
|
D | mixer.c | 248 struct pipe_sampler_view *sampler_view, sv_templ; in vlVdpVideoMixerRender() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_pstipple.c | 82 struct pipe_sampler_view *sampler_view; member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_descriptors.c | 123 get_sampler_view_hash(const struct zink_sampler_view *sampler_view) in get_sampler_view_hash() 141 zink_get_sampler_view_hash(struct zink_context *ctx, struct zink_sampler_view *sampler_view, bool i… in zink_get_sampler_view_hash() 1653 … struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[shader][idx + k]); in calc_descriptor_state_hash_sampler() local
|
D | zink_context.c | 503 struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[stage][idx]); in get_imageview_for_binding() local 527 struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[stage][idx]); in get_bufferview_for_binding() local 891 struct zink_sampler_view *sampler_view = CALLOC_STRUCT_CL(zink_sampler_view); in zink_create_sampler_view() local 3835 struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[shader][slot]); in rebind_tbo() local 3950 … struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[shader][slot]); in rebind_buffer() local
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_renderer.c | 593 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; in renderer_texture() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_context.h | 171 struct pipe_sampler_view *sampler_view[PIPE_MAX_SAMPLERS]; member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 88 struct pipe_sampler_view *sampler_view = CALLOC_STRUCT(pipe_sampler_view); in noop_create_sampler_view() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_context.cpp | 807 d3d12_init_sampler_view_descriptor(struct d3d12_sampler_view *sampler_view) in d3d12_init_sampler_view_descriptor() 930 struct d3d12_sampler_view *sampler_view = CALLOC_STRUCT(d3d12_sampler_view); in d3d12_create_sampler_view() local
|
D | d3d12_context.h | 221 struct pipe_sampler_view *sampler_view; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_shader.h | 148 unsigned sampler_view:1; member
|
D | svga_context.h | 762 struct svga_pipe_sampler_view *sampler_view; member
|
D | svga_tgsi_vgpu10.c | 261 boolean sampler_view[PIPE_MAX_SAMPLERS]; /**< True if sampler view exists*/ member
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 171 } sampler_view[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member
|