/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 141 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
|
D | pp_colors.c | 40 const struct pipe_sampler_state *samplers[] = {&p->sampler_point}; in pp_nocolor() local
|
/external/mesa3d/src/mesa/main/ |
D | samplerobj.c | 181 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/ |
D | vl_zscan.h | 53 void *samplers[3]; member
|
D | vl_idct.h | 49 void *samplers[2]; member
|
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_render_dynamic.c | 139 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/ |
D | sampler.cc | 232 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/ |
D | xa_yuv.c | 72 struct pipe_sampler_state *samplers[3]; in xa_yuv_bind_samplers() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_sampler.c | 249 struct pipe_sampler_state *samplers, in update_shader_samplers()
|
D | st_vdpau.c | 68 struct pipe_sampler_view **samplers; in st_vdpau_video_surface_gallium() local
|
D | st_cb_readpixels.c | 158 const struct pipe_sampler_state *samplers[1] = {&sampler}; in try_pbo_readpixels() local
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_texture.c | 192 unsigned num_samplers, void **samplers) in nv30_bind_sampler_states()
|
D | nv30_context.h | 83 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/ |
D | kernel.hpp | 57 std::vector<void *> samplers; member
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_hw_context.c | 356 struct r600_textures_info *samplers = &ctx->samplers[shader]; in r600_begin_new_cs() local
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_context.h | 55 struct virgl_textures_info samplers[PIPE_SHADER_TYPES]; member
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_sampler.c | 72 void **samplers) in llvmpipe_bind_sampler_states()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_sampler.c | 55 void **samplers) in softpipe_bind_sampler_states()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_texture.c | 76 void **samplers) in etna_bind_sampler_states()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 299 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/ |
D | si_descriptors.c | 502 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/ |
D | quad-tex.c | 301 const struct pipe_sampler_state *samplers[] = {&p->sampler}; in draw() local
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.cpp | 112 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/ |
D | svga_pipe_sampler.c | 292 void **samplers) in svga_bind_sampler_states()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.h | 130 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
|