Searched refs:first_level (Results 1 - 25 of 51) sorted by relevance

123

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c128 for (level = mt->first_level; level <= mt->last_level; level++) {
142 for (level = mt->first_level; level <= mt->last_level; level++) {
147 face, level, mt->first_level, mt->last_level);
169 for (level = mt->first_level; level <= MAX2(8, mt->last_level); level++) {
182 for (level = mt->first_level; level <= mt->last_level; level++) {
210 for (level = mt->first_level; level <= mt->last_level; level++) {
337 for (level = mt->first_level; level <= mt->last_level; level++) {
353 } else if (dim < 4 && (face > 0 || mt->first_level > 0)) {
358 for (level = mt->first_level; level <= mt->last_level; level++) {
419 for (level = mt->first_level; leve
[all...]
H A Dintel_tex_layout.c161 if (mt->first_level != mt->last_level) {
179 for ( level = mt->first_level ; level <= mt->last_level ; level++ ) {
196 if (level == mt->first_level + 1) {
H A Dintel_mipmap_tree.c78 GLuint first_level,
93 first_level, last_level, mt);
100 mt->first_level = first_level;
142 mt->first_level,
190 GLuint first_level,
236 first_level, last_level, width0,
803 mt->first_level,
839 mt->first_level,
853 for (int level = mt->first_level; leve
75 intel_miptree_create_internal(struct intel_context *intel, GLenum target, gl_format format, GLuint first_level, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, bool for_region, GLuint num_samples, enum intel_msaa_layout msaa_layout) argument
187 intel_miptree_create(struct intel_context *intel, GLenum target, gl_format format, GLuint first_level, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, bool expect_accelerated_upload, GLuint num_samples, enum intel_msaa_layout msaa_layout) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_layout.c161 if (mt->first_level != mt->last_level) {
179 for ( level = mt->first_level ; level <= mt->last_level ; level++ ) {
196 if (level == mt->first_level + 1) {
H A Dbrw_tex_layout.c61 for (level = mt->first_level; level <= mt->last_level; level++) {
107 for (level = mt->first_level ; level <= mt->last_level ; level++) {
H A Dintel_mipmap_tree.c78 GLuint first_level,
93 first_level, last_level, mt);
100 mt->first_level = first_level;
142 mt->first_level,
190 GLuint first_level,
236 first_level, last_level, width0,
803 mt->first_level,
839 mt->first_level,
853 for (int level = mt->first_level; leve
75 intel_miptree_create_internal(struct intel_context *intel, GLenum target, gl_format format, GLuint first_level, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, bool for_region, GLuint num_samples, enum intel_msaa_layout msaa_layout) argument
187 intel_miptree_create(struct intel_context *intel, GLenum target, gl_format format, GLuint first_level, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, bool expect_accelerated_upload, GLuint num_samples, enum intel_msaa_layout msaa_layout) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_layout.c161 if (mt->first_level != mt->last_level) {
179 for ( level = mt->first_level ; level <= mt->last_level ; level++ ) {
196 if (level == mt->first_level + 1) {
H A Dintel_mipmap_tree.h212 GLuint first_level; member in struct:intel_mipmap_tree
375 GLuint first_level,
417 assert(level >= mt->first_level);
H A Dintel_mipmap_tree.c78 GLuint first_level,
93 first_level, last_level, mt);
100 mt->first_level = first_level;
142 mt->first_level,
190 GLuint first_level,
236 first_level, last_level, width0,
803 mt->first_level,
839 mt->first_level,
853 for (int level = mt->first_level; leve
75 intel_miptree_create_internal(struct intel_context *intel, GLenum target, gl_format format, GLuint first_level, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, bool for_region, GLuint num_samples, enum intel_msaa_layout msaa_layout) argument
187 intel_miptree_create(struct intel_context *intel, GLenum target, gl_format format, GLuint first_level, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, bool expect_accelerated_upload, GLuint num_samples, enum intel_msaa_layout msaa_layout) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dirty_surfaces.h89 util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_level,
90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush);
H A Du_sampler.c49 view->u.tex.first_level = 0;
/external/autotest/client/common_lib/
H A Dtest.py153 first_level = graph
156 first_level = description
184 if first_level in charts and second_level in charts[first_level]:
185 if 'values' in charts[first_level][second_level]:
186 result_value = charts[first_level][second_level]['values']
188 elif 'value' in charts[first_level][second_level]:
189 result_value = [charts[first_level][second_level]['value']]
193 elif first_level in charts and second_level in charts[first_level]
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.h54 uint32_t first_level; member in struct:lp_jit_texture
H A Dlp_tex_sample.c152 LP_LLVM_TEXTURE_MEMBER(first_level, LP_JIT_TEXTURE_FIRST_LEVEL, TRUE)
247 sampler->dynamic_state.base.first_level = lp_llvm_texture_first_level;
H A Dlp_state_sampler.c279 for (j = view->u.tex.first_level; j <= tex->last_level; j++) {
304 view->u.tex.first_level, tex->last_level,
H A Dlp_jit.c88 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, first_level,
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c204 LLVMValueRef first_level, first_level_vec; local
266 first_level = bld->dynamic_state->first_level(bld->dynamic_state,
268 first_level_vec = lp_build_broadcast_scalar(&bld->int_size_bld, first_level);
631 LLVMValueRef first_level, last_level, level; local
633 first_level = bld->dynamic_state->first_level(bld->dynamic_state,
637 first_level = lp_build_broadcast_scalar(perquadi_bld, first_level);
640 level = lp_build_add(perquadi_bld, lod_ipart, first_level);
663 LLVMValueRef first_level, last_level; local
[all...]
H A Dlp_bld_sample_soa.c999 LLVMValueRef first_level; local
1059 first_level = bld->dynamic_state->first_level(bld->dynamic_state,
1061 first_level = lp_build_broadcast_scalar(&bld->perquadi_bld, first_level);
1062 *ilevel0 = first_level;
1596 LLVMValueRef first_level; local
1598 first_level = dynamic_state->first_level(dynamic_state, gallivm, unit);
1600 LLVMBuildAdd(gallivm->builder, lod, first_level, "lo
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.h48 uint32_t first_level; member in struct:draw_jit_texture
295 uint32_t first_level, uint32_t last_level,
H A Ddraw_llvm_sample.c147 DRAW_LLVM_TEXTURE_MEMBER(first_level,DRAW_JIT_TEXTURE_FIRST_LEVEL, TRUE)
237 sampler->dynamic_state.base.first_level = draw_llvm_texture_first_level;
H A Ddraw_context.h156 uint32_t first_level, uint32_t last_level,
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c133 unsigned first_level, unsigned last_level,
172 for (level = first_level; level <= last_level; level++) {
249 view->u.tex.first_level, view->u.tex.last_level,
250 0, u_max_layer(&tex->resource.b.b, view->u.tex.first_level),
257 unsigned first_level, unsigned last_level,
268 for (level = first_level; level <= last_level; level++) {
329 view->u.tex.first_level, view->u.tex.last_level,
330 0, u_max_layer(&tex->resource.b.b, view->u.tex.first_level));
130 r600_blit_decompress_depth(struct pipe_context *ctx, struct r600_texture *texture, struct r600_texture *staging, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned first_sample, unsigned last_sample) argument
255 r600_blit_decompress_color(struct pipe_context *ctx, struct r600_texture *rtex, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c496 float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
513 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
514 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level);
534 float maxx = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level);
535 float maxy = MAX2(dtdx, dtdy) * u_minify(texture->height0, samp->view->u.tex.first_level);
536 float maxz = MAX2(dpdx, dpdy) * u_minify(texture->depth0, samp->view->u.tex.first_level);
1474 int level0 = samp->view->u.tex.first_level + (int)lod[j];
1477 samp->mag_img_filter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1532 samp->mag_img_filter(tgsi_sampler, s[j], t[j], p[j], samp->view->u.tex.first_level, samp->faces[j], tgsi_sampler_lod_bias, &rgba[0][j]);
1534 float level = samp->view->u.tex.first_level
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h368 unsigned first_level:8; /**< first mipmap level to use */ member in struct:pipe_sampler_view::__anon14877::__anon14878
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_texture.c155 templ.u.tex.first_level = stObj->base.BaseLevel;
245 stObj->base.BaseLevel != stObj->sampler_view->u.tex.first_level) {

Completed in 1671 milliseconds

123