HomeSort by relevance Sort by last modified time
    Searched defs:sampler (Results 1 - 25 of 222) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_matrix_filter.h 43 void *sampler; member in struct:vl_matrix_filter
vl_median_filter.h 51 void *sampler; member in struct:vl_median_filter
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
sampler.hpp 30 typedef struct _cl_sampler sampler; typedef in namespace:clover
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.h 43 void *sampler; member in struct:vl_matrix_filter
vl_median_filter.h 51 void *sampler; member in struct:vl_median_filter
  /external/mesa3d/src/gallium/state_trackers/clover/core/
sampler.hpp 30 typedef struct _cl_sampler sampler; typedef in namespace:clover
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.h 47 struct pipe_sampler_state sampler; member in struct:vg_image
  /external/mesa3d/src/gallium/state_trackers/vega/
image.h 47 struct pipe_sampler_state sampler; member in struct:vg_image
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm_sample.c 51 * This provides the bridge between the sampler state store in
52 * lp_jit_context and lp_jit_texture and the sampler code
54 * the texture sampler code generator in terms of the state stored in
68 * This is the bridge between our sampler and the TGSI translator.
127 * fetch the members of lp_jit_texture to fulfill the sampler code
131 * sampler code generator a reusable module without dependencies to
159 draw_llvm_sampler_soa_destroy(struct lp_build_sampler_soa *sampler)
161 FREE(sampler);
181 struct draw_llvm_sampler_soa *sampler = (struct draw_llvm_sampler_soa *)base; local
186 &sampler->dynamic_state.static_state[unit]
208 struct draw_llvm_sampler_soa *sampler = (struct draw_llvm_sampler_soa *)base; local
225 struct draw_llvm_sampler_soa *sampler; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_program.h 46 struct pipe_sampler_state sampler; /* bilinear */ member in struct:program
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tex_sample.c 56 * This provides the bridge between the sampler state store in
57 * lp_jit_context and lp_jit_texture and the sampler code
59 * the texture sampler code generator in terms of the state stored in
73 * This is the bridge between our sampler and the TGSI translator.
132 * fetch the members of lp_jit_texture to fulfill the sampler code
136 * sampler code generator a reusable module without dependencies to
164 lp_llvm_sampler_soa_destroy(struct lp_build_sampler_soa *sampler)
166 FREE(sampler);
186 struct lp_llvm_sampler_soa *sampler = (struct lp_llvm_sampler_soa *)base; local
196 &sampler->dynamic_state.static_state[unit]
217 struct lp_llvm_sampler_soa *sampler = (struct lp_llvm_sampler_soa *)base; local
235 struct lp_llvm_sampler_soa *sampler; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_sampler.c 128 struct pipe_sampler_state *sampler,
142 memset(sampler, 0, sizeof(*sampler));
143 sampler->wrap_s = gl_wrap_xlate(msamp->WrapS);
144 sampler->wrap_t = gl_wrap_xlate(msamp->WrapT);
145 sampler->wrap_r = gl_wrap_xlate(msamp->WrapR);
147 sampler->min_img_filter = gl_filter_to_img_filter(msamp->MinFilter);
148 sampler->min_mip_filter = gl_filter_to_mip_filter(msamp->MinFilter);
149 sampler->mag_img_filter = gl_filter_to_img_filter(msamp->MagFilter);
152 sampler->normalized_coords = 1
229 struct pipe_sampler_state *sampler = samplers + unit; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm_sample.c 51 * This provides the bridge between the sampler state store in
52 * lp_jit_context and lp_jit_texture and the sampler code
54 * the texture sampler code generator in terms of the state stored in
68 * This is the bridge between our sampler and the TGSI translator.
127 * fetch the members of lp_jit_texture to fulfill the sampler code
131 * sampler code generator a reusable module without dependencies to
159 draw_llvm_sampler_soa_destroy(struct lp_build_sampler_soa *sampler)
161 FREE(sampler);
181 struct draw_llvm_sampler_soa *sampler = (struct draw_llvm_sampler_soa *)base; local
186 &sampler->dynamic_state.static_state[unit]
208 struct draw_llvm_sampler_soa *sampler = (struct draw_llvm_sampler_soa *)base; local
225 struct draw_llvm_sampler_soa *sampler; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.h 46 struct pipe_sampler_state sampler; /* bilinear */ member in struct:program
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tex_sample.c 56 * This provides the bridge between the sampler state store in
57 * lp_jit_context and lp_jit_texture and the sampler code
59 * the texture sampler code generator in terms of the state stored in
73 * This is the bridge between our sampler and the TGSI translator.
132 * fetch the members of lp_jit_texture to fulfill the sampler code
136 * sampler code generator a reusable module without dependencies to
164 lp_llvm_sampler_soa_destroy(struct lp_build_sampler_soa *sampler)
166 FREE(sampler);
186 struct lp_llvm_sampler_soa *sampler = (struct lp_llvm_sampler_soa *)base; local
196 &sampler->dynamic_state.static_state[unit]
217 struct lp_llvm_sampler_soa *sampler = (struct lp_llvm_sampler_soa *)base; local
235 struct lp_llvm_sampler_soa *sampler; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_sampler.c 128 struct pipe_sampler_state *sampler,
142 memset(sampler, 0, sizeof(*sampler));
143 sampler->wrap_s = gl_wrap_xlate(msamp->WrapS);
144 sampler->wrap_t = gl_wrap_xlate(msamp->WrapT);
145 sampler->wrap_r = gl_wrap_xlate(msamp->WrapR);
147 sampler->min_img_filter = gl_filter_to_img_filter(msamp->MinFilter);
148 sampler->min_mip_filter = gl_filter_to_mip_filter(msamp->MinFilter);
149 sampler->mag_img_filter = gl_filter_to_img_filter(msamp->MagFilter);
152 sampler->normalized_coords = 1
229 struct pipe_sampler_state *sampler = samplers + unit; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
favicon_webui_handler.cc 38 color_utils::GridSampler sampler; local
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_yuv.c 73 struct pipe_sampler_state sampler; local
77 memset(&sampler, 0, sizeof(struct pipe_sampler_state));
79 sampler.wrap_s = PIPE_TEX_WRAP_CLAMP;
80 sampler.wrap_t = PIPE_TEX_WRAP_CLAMP;
81 sampler.min_img_filter = PIPE_TEX_FILTER_LINEAR;
82 sampler.mag_img_filter = PIPE_TEX_FILTER_LINEAR;
83 sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST;
84 sampler.normalized_coords = 1;
87 samplers[i] = &sampler;
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_uniform.h 99 * 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/
i830_texstate.c 125 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); local
198 switch (sampler->MinFilter) {
227 if (sampler->MaxAnisotropy > 1.0) {
232 switch (sampler->MagFilter) {
244 lodbias = (int) ((tUnit->LodBias + sampler->LodBias) * 16.0);
264 minlod_fixed = U_FIXED(CLAMP(sampler->MinLod, 0.0, 11), 4);
265 maxlod = MIN2(sampler->MaxLod, tObj->_MaxLevel - tObj->BaseLevel);
284 GLenum ws = sampler->WrapS;
285 GLenum wt = sampler->WrapT;
305 CLAMPED_FLOAT_TO_UBYTE(border[0], sampler->BorderColor.f[0])
    [all...]
i915_texstate.c 143 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); local
188 maxlod = MIN2(sampler->MaxLod, tObj->_MaxLevel - tObj->BaseLevel);
199 switch (sampler->MinFilter) {
228 if (sampler->MaxAnisotropy > 1.0) {
231 if (sampler->MaxAnisotropy > 2.0)
237 switch (sampler->MagFilter) {
249 lodbias = (int) ((tUnit->LodBias + sampler->LodBias) * 16.0);
265 if (sampler->CompareMode == GL_COMPARE_R_TO_TEXTURE_ARB &&
272 intel_translate_shadow_compare_func(sampler->CompareFunc));
285 GLenum ws = sampler->WrapS
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_validate.c 21 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);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_yuv.c 73 struct pipe_sampler_state sampler; local
77 memset(&sampler, 0, sizeof(struct pipe_sampler_state));
79 sampler.wrap_s = PIPE_TEX_WRAP_CLAMP;
80 sampler.wrap_t = PIPE_TEX_WRAP_CLAMP;
81 sampler.min_img_filter = PIPE_TEX_FILTER_LINEAR;
82 sampler.mag_img_filter = PIPE_TEX_FILTER_LINEAR;
83 sampler.min_mip_filter = PIPE_TEX_MIPFILTER_NEAREST;
84 sampler.normalized_coords = 1;
87 samplers[i] = &sampler;
  /external/mesa3d/src/glsl/
ir_uniform.h 99 * 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/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 125 struct gl_sampler_object *sampler = _mesa_get_samplerobj(ctx, unit); local
198 switch (sampler->MinFilter) {
227 if (sampler->MaxAnisotropy > 1.0) {
232 switch (sampler->MagFilter) {
244 lodbias = (int) ((tUnit->LodBias + sampler->LodBias) * 16.0);
264 minlod_fixed = U_FIXED(CLAMP(sampler->MinLod, 0.0, 11), 4);
265 maxlod = MIN2(sampler->MaxLod, tObj->_MaxLevel - tObj->BaseLevel);
284 GLenum ws = sampler->WrapS;
285 GLenum wt = sampler->WrapT;
305 CLAMPED_FLOAT_TO_UBYTE(border[0], sampler->BorderColor.f[0])
    [all...]

Completed in 2843 milliseconds

1 2 3 4 5 6 7 8 9