Home
last modified time | relevance | path

Searched defs:sampler_view (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_texture.h62 struct pipe_sampler_view *sampler_view; member
89 trace_sampler_view(struct pipe_sampler_view *sampler_view) in trace_sampler_view()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_readpixels.c160 struct pipe_sampler_view *sampler_view; in try_pbo_readpixels() local
Dst_cb_texture.c1755 struct pipe_sampler_view *sampler_view; in try_pbo_upload_common() local
2022 struct pipe_sampler_view *sampler_view; in try_pbo_download() local
Dst_pbo_compute.c1014 struct pipe_sampler_view *sampler_view; in download_texture_compute() local
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c630 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
4479 struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[shader][slot]); in rebind_tbo() local
4611 … struct zink_sampler_view *sampler_view = zink_sampler_view(ctx->sampler_views[shader][slot]); in rebind_buffer() local
/external/mesa3d/src/gallium/frontends/d3d10umd/
DShader.cpp237 struct pipe_sampler_view *sampler_view = in SetShaderResources() local
1388 struct pipe_sampler_view *sampler_view = CastPipeShaderResourceView(hShaderResourceView); in GenMips() local
/external/mesa3d/src/gallium/frontends/vdpau/
Dvdpau_private.h458 struct pipe_sampler_view *sampler_view; member
467 struct pipe_sampler_view *sampler_view; member
Dmixer.c248 struct pipe_sampler_view *sampler_view, sv_templ; in vlVdpVideoMixerRender() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c82 struct pipe_sampler_view *sampler_view; member
/external/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c596 struct pipe_sampler_view **sampler_view = r->bound_sampler_views; in renderer_texture() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.h175 struct pipe_sampler_view *sampler_view[PIPE_MAX_SAMPLERS]; member
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context_graphics.cpp791 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
Dd3d12_context.h242 struct pipe_sampler_view *sampler_view; member
/external/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c88 struct pipe_sampler_view *sampler_view = CALLOC_STRUCT(pipe_sampler_view); in noop_create_sampler_view() local
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c2758 struct pipe_sampler_view sampler_view = sampler_view_for_surface(surf); in agx_upload_spilled_rt_descriptors() local
2828 struct pipe_sampler_view sampler_view = util_image_to_sampler_view(view); in agx_upload_textures() local
3198 struct pipe_sampler_view sampler_view = sampler_view_for_surface(surf); in agx_build_bg_eot() local
5431 struct pipe_sampler_view sampler_view = sampler_view_for_surface(surf); in agx_decompress_inplace() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.h131 unsigned sampler_view:1; member
Dsvga_context.h750 struct svga_pipe_sampler_view *sampler_view; member
Dsvga_tgsi_vgpu10.c245 bool sampler_view[PIPE_MAX_SAMPLERS]; /**< True if sampler view exists*/ member
/external/mesa3d/src/gallium/frontends/rusticl/core/
Dmemory.rs1967 pub fn sampler_view<'c>(&self, ctx: &'c QueueContext) -> CLResult<PipeSamplerView<'c, '_>> { in sampler_view() method
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c171 } sampler_view[PIPE_MAX_SHADER_SAMPLER_VIEWS]; member