HomeSort by relevance Sort by last modified time
    Searched defs:samplers (Results 51 - 73 of 73) sorted by null

1 23

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_context.h 80 struct nv30_sampler_state *samplers[PIPE_MAX_SAMPLERS]; member in struct:nv30_context::__anon31001
93 struct nv30_sampler_state *samplers[PIPE_MAX_SAMPLERS]; member in struct:nv30_context::__anon31002
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 135 struct nv50_tsc_entry *samplers[3][PIPE_MAX_SAMPLERS]; member in struct:nv50_context
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h 140 struct nv50_tsc_entry *samplers[5][PIPE_MAX_SAMPLERS]; member in struct:nvc0_context
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 89 struct si_pipe_sampler_state *samplers[NUM_TEX_UNITS]; member in struct:r600_textures_info
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 480 /* user samplers, plus our bitmap sampler */
482 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS]; local
487 samplers[i] = &st->state.samplers[PIPE_SHADER_FRAGMENT][i];
489 samplers[fpv->bitmap_sampler] =
490 &st->bitmap.samplers[sv->texture->target != PIPE_TEXTURE_RECT];
492 (const struct pipe_sampler_state **) samplers);
816 struct pipe_sampler_state *sampler = &st->bitmap.samplers[0];
828 st->bitmap.samplers[1] = *sampler;
829 st->bitmap.samplers[1].normalized_coords = 1
    [all...]
st_context.h 101 struct pipe_sampler_state samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; member in struct:st_context::__anon31744
156 struct pipe_sampler_state samplers[2]; member in struct:st_context::__anon31747
st_mesa_to_tgsi.c 74 struct ureg_src samplers[PIPE_MAX_SAMPLERS]; member in struct:st_translate
716 src[num_src++] = t->samplers[inst->TexSrcUnit];
    [all...]
st_glsl_to_tgsi.cpp 967 /* Samplers take up one slot in UNIFORMS[], but they're baked in
3898 struct ureg_src samplers[PIPE_MAX_SAMPLERS]; member in struct:st_translate
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Context.h 110 GLuint samplers[IMPLEMENTATION_MAX_COMBINED_TEXTURE_IMAGE_UNITS]; member in struct:gl::State
471 void applyTextures(SamplerType shaderType, Texture *textures[], TextureType *textureTypes, SamplerState *samplers,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_context.c 54 * Info related to samplers and sampler views.
55 * We have one of these for fragment samplers and another for vertex samplers.
60 void *samplers[PIPE_MAX_SAMPLERS]; member in struct:sampler_info::__anon17317
64 void *samplers[PIPE_MAX_SAMPLERS]; member in struct:sampler_info
87 struct sampler_info samplers[PIPE_SHADER_TYPES]; member in struct:cso_context
314 /* free fragment samplers, views */
315 for (shader = 0; shader < Elements(ctx->samplers); shader++) {
316 struct sampler_info *info = &ctx->samplers[shader];
1008 info->samplers[idx] = handle
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_private.h 249 struct tgsi_sampler **samplers; member in struct:draw_context::__anon17331::__anon17332
275 struct tgsi_sampler **samplers; member in struct:draw_context::__anon17333::__anon17334
319 const struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; member in struct:draw_context
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blitter.c 1203 void *samplers[2] = {ctx->sampler_state, ctx->sampler_state}; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 467 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS]; local
480 samplers[0] = &sampler;
481 samplers[1] = &sampler;
482 samplers[2] = &sampler;
486 (const struct pipe_sampler_state **)samplers);
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 54 * Info related to samplers and sampler views.
55 * We have one of these for fragment samplers and another for vertex samplers.
60 void *samplers[PIPE_MAX_SAMPLERS]; member in struct:sampler_info::__anon30876
64 void *samplers[PIPE_MAX_SAMPLERS]; member in struct:sampler_info
87 struct sampler_info samplers[PIPE_SHADER_TYPES]; member in struct:cso_context
314 /* free fragment samplers, views */
315 for (shader = 0; shader < Elements(ctx->samplers); shader++) {
316 struct sampler_info *info = &ctx->samplers[shader];
1008 info->samplers[idx] = handle
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 249 struct tgsi_sampler **samplers; member in struct:draw_context::__anon30890::__anon30891
275 struct tgsi_sampler **samplers; member in struct:draw_context::__anon30892::__anon30893
319 const struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; member in struct:draw_context
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 1203 void *samplers[2] = {ctx->sampler_state, ctx->sampler_state}; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 467 struct pipe_sampler_state *samplers[PIPE_MAX_SAMPLERS]; local
480 samplers[0] = &sampler;
481 samplers[1] = &sampler;
482 samplers[2] = &sampler;
486 (const struct pipe_sampler_state **)samplers);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 58 refcnt_ptr<GalliumD3D11SamplerState, PtrTraits> samplers[D3D11_STAGES][D3D11_COMMONSHADER_SAMPLER_SLOT_COUNT]; member in struct:GalliumD3D11DeviceContext
378 if(samplers[s][start + i].p != samps[i])
380 samplers[s][start + i] = samps[i];
456 out_samplers[i] = samplers[D3D11_STAGE_##XS][start + i].ref(); \
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 58 refcnt_ptr<GalliumD3D11SamplerState, PtrTraits> samplers[D3D11_STAGES][D3D11_COMMONSHADER_SAMPLER_SLOT_COUNT]; member in struct:GalliumD3D11DeviceContext
378 if(samplers[s][start + i].p != samps[i])
380 samplers[s][start + i] = samps[i];
456 out_samplers[i] = samplers[D3D11_STAGE_##XS][start + i].ref(); \
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.h 279 struct r600_pipe_sampler_state *samplers[NUM_TEX_UNITS]; member in struct:r600_textures_info
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 967 /* Samplers take up one slot in UNIFORMS[], but they're baked in
3898 struct ureg_src samplers[PIPE_MAX_SAMPLERS]; member in struct:st_translate
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 279 struct r600_pipe_sampler_state *samplers[NUM_TEX_UNITS]; member in struct:r600_textures_info
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 4022 GLuint *samplers = (GLuint *) 0; local
4063 GLuint *samplers = (GLuint *) 0; local
4088 GLuint *samplers = (GLuint *) 0; local
4129 GLuint *samplers = (GLuint *) 0; local
    [all...]

Completed in 2572 milliseconds

1 23