Home
last modified time | relevance | path

Searched defs:samplers (Results 1 – 25 of 76) sorted by relevance

1234

/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c141 const struct pipe_sampler_state *samplers[] = {&p->sampler_point}; in pp_jimenezmlaa_run() local
170 const struct pipe_sampler_state *samplers[] = in pp_jimenezmlaa_run() local
202 const struct pipe_sampler_state *samplers[] = in pp_jimenezmlaa_run() local
Dpp_colors.c40 const struct pipe_sampler_state *samplers[] = {&p->sampler_point}; in pp_nocolor() local
/external/mesa3d/src/mesa/main/
Dsamplerobj.c181 create_samplers(struct gl_context *ctx, GLsizei count, GLuint *samplers, in create_samplers()
214 _mesa_GenSamplers(GLsizei count, GLuint *samplers) in _mesa_GenSamplers()
221 _mesa_CreateSamplers(GLsizei count, GLuint *samplers) in _mesa_CreateSamplers()
229 _mesa_DeleteSamplers(GLsizei count, const GLuint *samplers) in _mesa_DeleteSamplers()
330 _mesa_BindSamplers(GLuint first, GLsizei count, const GLuint *samplers) in _mesa_BindSamplers()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_zscan.h53 void *samplers[3]; member
Dvl_idct.h49 void *samplers[2]; member
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_render_dynamic.c139 struct ilo_state_sampler samplers[ILO_MAX_SAMPLERS]; in gen6_emit_draw_dynamic_samplers() local
478 struct ilo_state_sampler samplers[ILO_MAX_SAMPLERS]; in gen6_emit_launch_grid_dynamic_samplers() local
/external/v8/src/libsampler/
Dsampler.cc232 SamplerList* samplers = new SamplerList(); in AddSampler() local
236 SamplerList* samplers = reinterpret_cast<SamplerList*>(entry->value); in AddSampler() local
260 SamplerList* samplers = reinterpret_cast<SamplerList*>(entry->value); in RemoveSampler() local
282 SamplerList& samplers = *static_cast<SamplerList*>(entry->value); in DoSample() local
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c72 struct pipe_sampler_state *samplers[3]; in xa_yuv_bind_samplers() local
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c249 struct pipe_sampler_state *samplers, in update_shader_samplers()
Dst_vdpau.c68 struct pipe_sampler_view **samplers; in st_vdpau_video_surface_gallium() local
Dst_cb_readpixels.c158 const struct pipe_sampler_state *samplers[1] = {&sampler}; in try_pbo_readpixels() local
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_texture.c192 unsigned num_samplers, void **samplers) in nv30_bind_sampler_states()
Dnv30_context.h83 struct nv30_sampler_state *samplers[PIPE_MAX_SAMPLERS]; member
96 struct nv30_sampler_state *samplers[PIPE_MAX_SAMPLERS]; member
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dkernel.hpp57 std::vector<void *> samplers; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c356 struct r600_textures_info *samplers = &ctx->samplers[shader]; in r600_begin_new_cs() local
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.h55 struct virgl_textures_info samplers[PIPE_SHADER_TYPES]; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_sampler.c72 void **samplers) in llvmpipe_bind_sampler_states()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_sampler.c55 void **samplers) in softpipe_bind_sampler_states()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture.c76 void **samplers) in etna_bind_sampler_states()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c299 void **samplers) in i915_bind_vertex_sampler_states()
334 void **samplers) in i915_bind_fragment_sampler_states()
364 void **samplers) in i915_bind_sampler_states()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c502 struct si_textures_info *samplers = &sctx->samplers[shader]; in si_update_compressed_tex_shader_mask() local
519 struct si_textures_info *samplers = &sctx->samplers[shader]; in si_set_sampler_views() local
567 si_samplers_update_compressed_colortex_mask(struct si_textures_info *samplers) in si_samplers_update_compressed_colortex_mask()
817 struct si_textures_info *samplers = &sctx->samplers[shader]; in si_bind_sampler_states() local
1703 struct si_sampler_views *samplers = &sctx->samplers[shader].views; in si_update_all_texture_descriptors() local
/external/mesa3d/src/gallium/tests/trivial/
Dquad-tex.c301 const struct pipe_sampler_state *samplers[] = {&p->sampler}; in draw() local
/external/deqp/framework/platform/null/
DtcuNullRenderContext.cpp112 ObjectManager samplers; member in tcu::null::Context
595 GLW_APICALL void GLW_APIENTRY glGenSamplers (GLsizei count, GLuint* samplers) in glGenSamplers()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c292 void **samplers) in svga_bind_sampler_states()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.h130 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS]; member
211 struct draw_jit_sampler samplers[PIPE_MAX_SAMPLERS]; member
320 struct draw_sampler_static_state samplers[1]; member

1234