/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_jit.h | 54 uint32_t first_level; member in struct:lp_jit_texture
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.h | 138 (*first_level)( const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state
|
H A D | lp_bld_sample_soa.c | 999 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...] |
H A D | lp_bld_sample.c | 204 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...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
H A D | intel_mipmap_tree.h | 212 GLuint first_level; member in struct:intel_mipmap_tree 375 GLuint first_level, 417 assert(level >= mt->first_level);
|
H A D | intel_mipmap_tree.c | 78 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/draw/ |
H A D | draw_context.c | 803 uint32_t first_level, uint32_t last_level, 813 width, height, depth, first_level, last_level, 799 draw_set_mapped_texture(struct draw_context *draw, unsigned shader_stage, unsigned sampler_idx, uint32_t width, uint32_t height, uint32_t depth, uint32_t first_level, uint32_t last_level, uint32_t row_stride[PIPE_MAX_TEXTURE_LEVELS], uint32_t img_stride[PIPE_MAX_TEXTURE_LEVELS], const void *data[PIPE_MAX_TEXTURE_LEVELS]) argument
|
H A D | draw_llvm.h | 48 uint32_t first_level; member in struct:draw_jit_texture 295 uint32_t first_level, uint32_t last_level,
|
H A D | draw_llvm.c | 115 LP_CHECK_MEMBER_OFFSET(struct draw_jit_texture, first_level, 1366 uint32_t first_level, uint32_t last_level, 1381 jit_tex->first_level = first_level; 1384 for (j = first_level; j <= last_level; j++) { 1363 draw_llvm_set_mapped_texture(struct draw_context *draw, unsigned sampler_idx, uint32_t width, uint32_t height, uint32_t depth, uint32_t first_level, uint32_t last_level, uint32_t row_stride[PIPE_MAX_TEXTURE_LEVELS], uint32_t img_stride[PIPE_MAX_TEXTURE_LEVELS], const void *data[PIPE_MAX_TEXTURE_LEVELS]) argument
|
/external/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_blit.c | 133 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/mesa/drivers/dri/i915/ |
H A D | intel_mipmap_tree.c | 78 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 D | intel_mipmap_tree.c | 78 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/include/pipe/ |
H A D | p_state.h | 368 unsigned first_level:8; /**< first mipmap level to use */ member in struct:pipe_sampler_view::__anon12392::__anon12393
|
/external/elfutils/src/src/ |
H A D | ldgeneric.c | 127 print_file_name (FILE *s, struct usedfiles *fileinfo, int first_level, argument 138 if (first_level) 145 if (first_level && newline)
|