Searched defs:sampler (Results 1 - 25 of 308) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.h43 void *sampler; member in struct:vl_matrix_filter
H A Dvl_median_filter.h51 void *sampler; member in struct:vl_median_filter
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dsampler.hpp30 typedef struct _cl_sampler sampler; typedef in namespace:clover
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexobj.h92 /** Is the texture "complete" with respect to the given sampler state? */
95 const struct gl_sampler_object *sampler)
98 (sampler->MagFilter != GL_NEAREST ||
99 (sampler->MinFilter != GL_NEAREST &&
100 sampler->MinFilter != GL_NEAREST_MIPMAP_NEAREST))) {
105 if (_mesa_is_mipmap_filter(sampler))
94 _mesa_is_texture_complete(const struct gl_texture_object *texObj, const struct gl_sampler_object *sampler) argument
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.h43 void *sampler; member in struct:vl_matrix_filter
H A Dvl_median_filter.h51 void *sampler; member in struct:vl_median_filter
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dsampler.hpp30 typedef struct _cl_sampler sampler; typedef in namespace:clover
/external/mesa3d/src/mesa/main/
H A Dtexobj.h92 /** Is the texture "complete" with respect to the given sampler state? */
95 const struct gl_sampler_object *sampler)
98 (sampler->MagFilter != GL_NEAREST ||
99 (sampler->MinFilter != GL_NEAREST &&
100 sampler->MinFilter != GL_NEAREST_MIPMAP_NEAREST))) {
105 if (_mesa_is_mipmap_filter(sampler))
94 _mesa_is_texture_complete(const struct gl_texture_object *texObj, const struct gl_sampler_object *sampler) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dimage.h47 struct pipe_sampler_state sampler; member in struct:vg_image
/external/deqp/framework/randomshaders/
H A DrsgSamplers.hpp43 Sampler2D (const tcu::Texture2D* texture, const tcu::Sampler& sampler) argument
45 , m_sampler (sampler)
68 SamplerCube (const tcu::TextureCube* texture, const tcu::Sampler& sampler) argument
70 , m_sampler (sampler)
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.h47 struct pipe_sampler_state sampler; member in struct:vg_image
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
H A Dpp_program.h46 struct pipe_sampler_state sampler; /* bilinear */ member in struct:program
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_sampler_state.c33 * Sets the sampler state for a single unit.
37 struct gen7_sampler_state *sampler)
52 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
53 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
57 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
58 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
61 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
62 sampler->ss0.mip_filter = BRW_MIPFILTER_NEAREST;
65 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
66 sampler
36 gen7_update_sampler_state(struct brw_context *brw, int unit, int ss_index, struct gen7_sampler_state *sampler) argument
[all...]
H A Dbrw_wm_sampler_state.c82 upload_default_color(struct brw_context *brw, struct gl_sampler_object *sampler, argument
97 color[0] = sampler->BorderColor.f[0];
98 color[1] = sampler->BorderColor.f[0];
99 color[2] = sampler->BorderColor.f[0];
100 color[3] = sampler->BorderColor.f[0];
102 color[0] = sampler->BorderColor.f[0];
103 color[1] = sampler->BorderColor.f[1];
104 color[2] = sampler->BorderColor.f[2];
105 color[3] = sampler->BorderColor.f[3];
156 * Sets the sampler stat
159 brw_update_sampler_state(struct brw_context *brw, int unit, int ss_index, struct brw_sampler_state *sampler) argument
[all...]
H A Dintel_tex_validate.c21 struct gl_sampler_object *sampler)
25 if (sampler->MinFilter == GL_NEAREST ||
26 sampler->MinFilter == GL_LINEAR) {
41 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); local
57 intel_update_max_level(intelObj, sampler);
20 intel_update_max_level(struct intel_texture_object *intelObj, struct gl_sampler_object *sampler) argument
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dsampler.cpp77 /* GLSL 1.10 and 1.20 allowed variable sampler array indices,
85 "warning: Variable sampler array index unsupported.\n"
107 _mesa_get_sampler_uniform_value(class ir_dereference *sampler, argument
111 get_sampler_name getname(sampler, shader_program);
113 sampler->accept(&getname);
118 "failed to find sampler named %s.\n", getname.name);
122 return shader_program->UniformStorage[location].sampler + getname.offset;
/external/deqp/framework/common/
H A DtcuTexCompareVerifier.cpp38 static bool isSamplerSupported (const Sampler& sampler) argument
40 return sampler.compare != Sampler::COMPAREMODE_NONE &&
41 isWrapModeSupported(sampler.wrapS) &&
42 isWrapModeSupported(sampler.wrapT) &&
43 isWrapModeSupported(sampler.wrapR);
518 const Sampler& sampler,
526 const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth(), coord.x(), prec.coordBits.x(), prec.uvwBits.x());
527 const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(), coord.y(), prec.coordBits.y(), prec.uvwBits.y());
539 const int x = wrap(sampler.wrapS, i, level.getWidth());
540 const int y = wrap(sampler
[all...]
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.h46 struct pipe_sampler_state sampler; /* bilinear */ member in struct:program
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_sampler_state.c33 * Sets the sampler state for a single unit.
37 struct gen7_sampler_state *sampler)
52 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
53 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
57 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
58 sampler->ss0.mip_filter = BRW_MIPFILTER_NONE;
61 sampler->ss0.min_filter = BRW_MAPFILTER_NEAREST;
62 sampler->ss0.mip_filter = BRW_MIPFILTER_NEAREST;
65 sampler->ss0.min_filter = BRW_MAPFILTER_LINEAR;
66 sampler
36 gen7_update_sampler_state(struct brw_context *brw, int unit, int ss_index, struct gen7_sampler_state *sampler) argument
[all...]
/external/mesa3d/src/mesa/program/
H A Dsampler.cpp77 /* GLSL 1.10 and 1.20 allowed variable sampler array indices,
85 "warning: Variable sampler array index unsupported.\n"
107 _mesa_get_sampler_uniform_value(class ir_dereference *sampler, argument
111 get_sampler_name getname(sampler, shader_program);
113 sampler->accept(&getname);
118 "failed to find sampler named %s.\n", getname.name);
122 return shader_program->UniformStorage[location].sampler + getname.offset;
/external/chromium_org/cc/output/
H A Dprogram_binding.h61 SamplerType sampler) {
71 fragment_shader_.GetShaderString(precision, sampler))) {
59 Initialize(ContextProvider* context_provider, TexCoordPrecision precision, SamplerType sampler) argument
/external/chromium_org/content/browser/media/capture/
H A Dvideo_capture_oracle_unittest.cc15 SmoothEventSampler* sampler,
17 ASSERT_TRUE(sampler->AddEventAndConsiderSampling(*t));
18 ASSERT_TRUE(sampler->HasUnrecordedEvent());
19 sampler->RecordSample();
20 ASSERT_FALSE(sampler->HasUnrecordedEvent());
21 ASSERT_FALSE(sampler->IsOverdueForSamplingAt(*t));
23 ASSERT_FALSE(sampler->IsOverdueForSamplingAt(*t));
27 SmoothEventSampler* sampler,
29 ASSERT_FALSE(sampler->AddEventAndConsiderSampling(*t));
30 ASSERT_TRUE(sampler
14 SteadyStateSampleAndAdvance(base::TimeDelta vsync, SmoothEventSampler* sampler, base::TimeTicks* t) argument
26 SteadyStateNoSampleAndAdvance(base::TimeDelta vsync, SmoothEventSampler* sampler, base::TimeTicks* t) argument
42 TestRedundantCaptureStrategy(base::TimeDelta capture_period, int redundant_capture_goal, SmoothEventSampler* sampler, base::TimeTicks* t) argument
364 ReplayCheckingSamplerDecisions(const DataPoint* data_points, size_t num_data_points, SmoothEventSampler* sampler) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_sampler.c41 * There is a circular dependancy between the sampler state
50 * is set on the map state instead of the sampler state. That is
55 * we need to change the sampler state when map state is changed.
64 const struct i915_sampler_state *sampler,
84 const struct i915_sampler_state *sampler,
91 state[0] = sampler->state[0];
92 state[1] = sampler->state[1];
93 state[2] = sampler->state[2];
111 const unsigned ws = sampler->templ->wrap_s;
112 const unsigned wt = sampler
82 update_sampler(struct i915_context *i915, uint unit, const struct i915_sampler_state *sampler, const struct i915_texture *tex, unsigned state[3]) argument
294 update_map(struct i915_context *i915, uint unit, const struct i915_texture *tex, const struct i915_sampler_state *sampler, const struct pipe_sampler_view* view, uint state[2]) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_uniform.h99 * Base sampler index
102 * this sampler. If \c ::array_elements is not zero, the array will use
103 * sampler indexes \c ::sampler through \c ::sampler + \c ::array_elements
106 uint8_t sampler; member in struct:gl_uniform_storage
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_validate.c21 struct gl_sampler_object *sampler)
25 if (sampler->MinFilter == GL_NEAREST ||
26 sampler->MinFilter == GL_LINEAR) {
41 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); local
57 intel_update_max_level(intelObj, sampler);
20 intel_update_max_level(struct intel_texture_object *intelObj, struct gl_sampler_object *sampler) argument

Completed in 735 milliseconds

1234567891011>>