HomeSort by relevance Sort by last modified time
    Searched refs:samplers (Results 26 - 50 of 295) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 213 struct pipe_sampler_state *samplers,
229 struct pipe_sampler_state *sampler = samplers + unit;
244 /* if we've reset all the old samplers and we have no more new ones */
262 st->state.samplers[PIPE_SHADER_FRAGMENT],
269 st->state.samplers[PIPE_SHADER_VERTEX],
277 st->state.samplers[PIPE_SHADER_GEOMETRY],
  /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::__anon18322
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/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::__anon31719
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/state_trackers/xa/
xa_yuv.c 72 struct pipe_sampler_state *samplers[3]; local
87 samplers[i] = &sampler;
95 cso_set_samplers(r->cso, PIPE_SHADER_FRAGMENT, 3, (const struct pipe_sampler_state **)samplers);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 72 struct pipe_sampler_state *samplers[3]; local
87 samplers[i] = &sampler;
95 cso_set_samplers(r->cso, PIPE_SHADER_FRAGMENT, 3, (const struct pipe_sampler_state **)samplers);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_sampler_state.c 41 /* Samplers aren't strictly wm state from the hardware's perspective,
171 /* These don't use samplers at all. */
336 struct brw_sampler_state *samplers; local
352 samplers = brw_state_batch(brw, AUB_TRACE_SAMPLER_STATE,
353 brw->sampler.count * sizeof(*samplers),
355 memset(samplers, 0, brw->sampler.count * sizeof(*samplers));
362 brw_update_sampler_state(brw, unit, s, &samplers[s]);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_sampler_state.c 41 /* Samplers aren't strictly wm state from the hardware's perspective,
171 /* These don't use samplers at all. */
336 struct brw_sampler_state *samplers; local
352 samplers = brw_state_batch(brw, AUB_TRACE_SAMPLER_STATE,
353 brw->sampler.count * sizeof(*samplers),
355 memset(samplers, 0, brw->sampler.count * sizeof(*samplers));
362 brw_update_sampler_state(brw, unit, s, &samplers[s]);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrCustomCoordsTextureEffect.cpp 28 const TextureSamplerArray& samplers) SK_OVERRIDE {
46 samplers[0],
GrDitherEffect.cpp 96 const TextureSamplerArray& samplers) {
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLFullProgramBuilder.h 82 const GrGLProcessor::TextureSamplerArray& samplers) {
86 inColor, coords, samplers);
  /external/skia/src/gpu/effects/
GrCustomCoordsTextureEffect.cpp 27 const TextureSamplerArray& samplers) SK_OVERRIDE {
42 samplers[0],
GrDitherEffect.cpp 94 const TextureSamplerArray& samplers) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_idct.h 49 void *samplers[2]; member in struct:vl_idct
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 139 void **samplers);
142 void **samplers);
145 void **samplers);
149 void **samplers);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
mask.h 65 VGint mask_bind_samplers(struct pipe_sampler_state **samplers,
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProcessor.h 113 @param samplers Contains one entry for each GrTextureAccess of the GrProcessor. These
123 const TextureSamplerArray& samplers) = 0;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.h 49 void *samplers[2]; member in struct:vl_idct
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 139 void **samplers);
142 void **samplers);
145 void **samplers);
149 void **samplers);
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.h 65 VGint mask_bind_samplers(struct pipe_sampler_state **samplers,
  /frameworks/rs/
rsProgram.h 47 Sampler **samplers; member in struct:android::renderscript::Program::Hal::State
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsProgram.h 47 Sampler **samplers; member in struct:android::renderscript::Program::Hal::State
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsProgram.h 47 Sampler **samplers; member in struct:android::renderscript::Program::Hal::State
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsProgram.h 47 Sampler **samplers; member in struct:android::renderscript::Program::Hal::State
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
kernel.cpp 73 q.pipe->bind_compute_sampler_states(q.pipe, 0, exec.samplers.size(),
74 exec.samplers.data());
91 q.pipe->bind_compute_sampler_states(q.pipe, 0, exec.samplers.size(), NULL);
171 samplers.clear();
384 size_t idx = ctx.samplers.size();
386 ctx.samplers.resize(idx + 1);
387 ctx.samplers[idx] = st = obj->bind(*ctx.q);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 73 q.pipe->bind_compute_sampler_states(q.pipe, 0, exec.samplers.size(),
74 exec.samplers.data());
91 q.pipe->bind_compute_sampler_states(q.pipe, 0, exec.samplers.size(), NULL);
171 samplers.clear();
384 size_t idx = ctx.samplers.size();
386 ctx.samplers.resize(idx + 1);
387 ctx.samplers[idx] = st = obj->bind(*ctx.q);

Completed in 926 milliseconds

12 3 4 5 6 7 8 91011>>