Searched refs:base_ptr (Results 1 - 25 of 33) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.h39 LLVMValueRef base_ptr,
49 LLVMValueRef base_ptr,
60 LLVMValueRef base_ptr,
H A Dlp_bld_format.h105 LLVMValueRef base_ptr,
115 LLVMValueRef base_ptr,
147 LLVMValueRef base_ptr,
162 LLVMValueRef base_ptr,
172 LLVMValueRef base_ptr,
H A Dlp_bld_gather.c51 LLVMValueRef base_ptr,
58 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
68 ptr = LLVMBuildGEP(gallivm->builder, base_ptr, &offset, 1, "");
85 LLVMValueRef base_ptr,
96 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
98 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i);
170 LLVMValueRef base_ptr,
177 assert(LLVMTypeOf(base_ptr) == LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0));
179 ptr = lp_build_gather_elem_ptr(gallivm, length, base_ptr, offsets, i);
257 LLVMValueRef base_ptr,
49 lp_build_gather_elem_ptr(struct gallivm_state *gallivm, unsigned length, LLVMValueRef base_ptr, LLVMValueRef offsets, unsigned i) argument
80 lp_build_gather_elem(struct gallivm_state *gallivm, unsigned length, unsigned src_width, unsigned dst_width, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, unsigned i, boolean vector_justify) argument
164 lp_build_gather_elem_vec(struct gallivm_state *gallivm, unsigned length, unsigned src_width, LLVMTypeRef src_type, struct lp_type dst_type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, unsigned i, boolean vector_justify) argument
253 lp_build_gather_avx2(struct gallivm_state *gallivm, unsigned length, unsigned src_width, struct lp_type dst_type, LLVMValueRef base_ptr, LLVMValueRef offsets) argument
383 lp_build_gather(struct gallivm_state *gallivm, unsigned length, unsigned src_width, struct lp_type dst_type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, boolean vector_justify) argument
[all...]
H A Dlp_bld_format_aos_array.c49 * \param base_ptr address of the pixel block (or the texel if uncompressed)
56 LLVMValueRef base_ptr,
81 ptr = LLVMBuildGEP(builder, base_ptr, &offset, 1, "");
53 lp_build_fetch_rgba_aos_array(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type dst_type, LLVMValueRef base_ptr, LLVMValueRef offset) argument
H A Dlp_bld_format_soa.c401 * \param base_ptr points to the base of the texture mip tree.
417 LLVMValueRef base_ptr,
458 base_ptr, offset, FALSE);
612 base_ptr, offsetr, FALSE);
689 base_ptr, offset, FALSE);
711 * base_ptr instead even outside the shader.
717 aligned, base_ptr, offset, FALSE);
724 aligned, base_ptr, offset, TRUE);
767 aligned, base_ptr, offset, i, j, cache);
849 aligned, base_ptr, offset_ele
413 lp_build_fetch_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef cache, LLVMValueRef rgba_out[4]) argument
[all...]
H A Dlp_bld_format_aos.c474 LLVMValueRef base_ptr,
513 aligned, base_ptr, offset, TRUE);
549 aligned, base_ptr, offset, TRUE);
640 base_ptr, offset, k, FALSE);
697 return lp_build_fetch_rgba_aos_array(gallivm, format_desc, type, base_ptr, offset);
716 base_ptr,
743 base_ptr,
830 base_ptr, offset, k);
926 base_ptr, offset, k);
470 lp_build_fetch_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef cache) argument
H A Dlp_bld_format_cached.c247 LLVMValueRef base_ptr,
286 addr = LLVMBuildPtrToInt(builder, base_ptr, i64t, "");
287 ptr_addrtrunc = LLVMBuildPtrToInt(builder, base_ptr, i32t, "");
244 lp_build_fetch_cached_texels(struct gallivm_state *gallivm, const struct util_format_description *format_desc, unsigned n, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef cache) argument
H A Dlp_bld_sample.h243 (*base_ptr)(const struct lp_sampler_dynamic_state *state, member in struct:lp_sampler_dynamic_state
382 LLVMValueRef base_ptr; member in struct:lp_build_sample_context
H A Dlp_bld_format_yuv.c487 LLVMValueRef base_ptr,
502 packed = lp_build_gather(gallivm, n, 32, fetch_type, TRUE, base_ptr, offset, FALSE);
484 lp_build_fetch_subsampled_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *format_desc, unsigned n, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j) argument
H A Dlp_bld_sample_soa.c1536 data_ptr0 = bld->base_ptr;
1598 data_ptr1 = bld->base_ptr;
1678 data_ptr0 = bld->base_ptr;
1722 data_ptr1 = bld->base_ptr;
2410 bld->base_ptr, offset,
2726 bld.base_ptr = dynamic_state->base_ptr(dynamic_state, gallivm,
2911 bld4.base_ptr = bld.base_ptr;
H A Dlp_bld_sample_aos.c1429 data_ptr0 = bld->base_ptr;
1520 data_ptr1 = bld->base_ptr;
H A Dlp_bld_tgsi_soa.c948 LLVMValueRef base_ptr,
1009 scalar_ptr = LLVMBuildGEP(builder, base_ptr,
1036 LLVMValueRef base_ptr,
1062 LLVMValueRef scalar_ptr = LLVMBuildGEP(builder, base_ptr, &index, 1, "scatter_ptr");
947 build_gather(struct lp_build_tgsi_context *bld_base, LLVMValueRef base_ptr, LLVMValueRef indexes, LLVMValueRef overflow_mask, LLVMValueRef indexes2) argument
1035 emit_mask_scatter(struct lp_build_tgsi_soa_context *bld, LLVMValueRef base_ptr, LLVMValueRef indexes, LLVMValueRef values, struct lp_exec_mask *mask, LLVMValueRef pred) argument
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
H A Dmacros-expected.cc25 Base* base_ptr = new Derived; local
26 Derived* derived_ptr = ToDerived(base_ptr);
27 long long as_int = ToInt(base_ptr);
/external/clang/test/PCH/
H A Dcxx_exprs.h10 Base *base_ptr; variable
11 typedef __typeof__(dynamic_cast<Derived *>(base_ptr)) dynamic_cast_result;
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_context.h70 const uint8_t *base_ptr; member in struct:swr_jit_texture
H A Dswr_tex_sample.cpp179 SWR_TEXTURE_MEMBER(base_ptr, TRUE)
338 sampler->dynamic_state.base.base_ptr = swr_texture_base_ptr;
H A Dswr_state.cpp732 jit_tex->base_ptr = swr->pBaseAddress;
741 jit_tex->base_ptr += view->u.tex.first_layer *
745 jit_tex->base_ptr += view->u.buf.offset;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c194 DRAW_LLVM_TEXTURE_MEMBER(base_ptr, DRAW_JIT_TEXTURE_BASE, TRUE)
285 sampler->dynamic_state.base.base_ptr = draw_llvm_texture_base_ptr;
H A Ddraw_llvm.h519 const void *base_ptr,
H A Ddraw_context.c1018 const void *base_ptr,
1029 last_level, base_ptr,
1013 draw_set_mapped_texture(struct draw_context *draw, unsigned shader_stage, unsigned sview_idx, uint32_t width, uint32_t height, uint32_t depth, uint32_t first_level, uint32_t last_level, const void *base_ptr, uint32_t row_stride[PIPE_MAX_TEXTURE_LEVELS], uint32_t img_stride[PIPE_MAX_TEXTURE_LEVELS], uint32_t mip_offsets[PIPE_MAX_TEXTURE_LEVELS]) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c154 LP_LLVM_TEXTURE_MEMBER(base_ptr, LP_JIT_TEXTURE_BASE, TRUE)
309 sampler->dynamic_state.base.base_ptr = lp_llvm_texture_base_ptr;
/external/opencv/cvaux/src/
H A Dcvbgfg_gaussmix.cpp227 CvBGStatModel* base_ptr = (CvBGStatModel*)bg_model; local
230 bg_model->release( &base_ptr );
H A Dcvbgfg_acmmm2003.cpp167 CvBGStatModel* base_ptr = (CvBGStatModel*)p_model; local
170 p_model->release( &base_ptr );
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c52 const void *base_ptr; member in struct:translate_buffer
1093 x86_make_disp(p->machine_EDI, get_offset(p, &buffer->base_ptr));
1098 * base_ptr + stride * index, where index depends on instance divisor
1193 get_offset(p, &p->buffer[variant->buffer_index].base_ptr));
1453 p->buffer[buf].base_ptr = (char *) ptr;
/external/mesa3d/src/amd/common/
H A Dac_nir_to_llvm.c324 LLVMValueRef base_ptr, LLVMValueRef index)
330 return LLVMBuildGEP(ctx->builder, base_ptr,
335 LLVMValueRef base_ptr, LLVMValueRef index,
339 pointer = build_gep0(ctx, base_ptr, index);
346 LLVMValueRef base_ptr, LLVMValueRef index)
348 LLVMValueRef result = build_indexed_load(ctx, base_ptr, index, true);
323 build_gep0(struct nir_to_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index) argument
334 build_indexed_load(struct nir_to_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index, bool uniform) argument
345 build_indexed_load_const(struct nir_to_llvm_context *ctx, LLVMValueRef base_ptr, LLVMValueRef index) argument

Completed in 601 milliseconds

12