Searched defs:context_ptr (Results 1 - 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c87 LLVMValueRef context_ptr,
109 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
133 LLVMValueRef context_ptr,
155 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
181 LLVMValueRef context_ptr, \
184 return draw_llvm_texture_member(base, gallivm, context_ptr, \
204 LLVMValueRef context_ptr, \
207 return draw_llvm_sampler_member(base, gallivm, context_ptr, \
85 draw_llvm_texture_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned texture_unit, unsigned member_index, const char *member_name, boolean emit_load) argument
131 draw_llvm_sampler_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned sampler_unit, unsigned member_index, const char *member_name, boolean emit_load) argument
H A Ddraw_llvm.h405 LLVMValueRef context_ptr; member in struct:draw_gs_llvm_variant
H A Ddraw_llvm.c604 LLVMValueRef context_ptr,
611 draw_jit_context_vs_constants(variant->gallivm, context_ptr);
613 draw_jit_context_num_vs_constants(variant->gallivm, context_ptr);
624 context_ptr,
1075 LLVMValueRef context_ptr)
1084 LLVMValueRef vp_ptr = draw_jit_context_viewports(gallivm, context_ptr);
1135 LLVMValueRef context_ptr,
1252 LLVMValueRef planes_ptr = draw_jit_context_planes(gallivm, context_ptr);
1475 draw_gs_jit_prim_lengths(variant->gallivm, variant->context_ptr);
1504 draw_gs_jit_emitted_vertices(gallivm, variant->context_ptr);
598 generate_vs(struct draw_llvm_variant *variant, LLVMBuilderRef builder, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], const struct lp_bld_tgsi_system_values *system_values, LLVMValueRef context_ptr, struct lp_build_sampler_soa *draw_sampler, boolean clamp_vertex_color) argument
1071 generate_viewport(struct draw_llvm_variant *variant, LLVMBuilderRef builder, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef context_ptr) argument
1130 generate_clipmask(struct draw_llvm *llvm, struct gallivm_state *gallivm, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], struct draw_llvm_variant_key *key, LLVMValueRef context_ptr, boolean *have_clipdist) argument
1525 LLVMValueRef context_ptr; local
2227 LLVMValueRef context_ptr; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c93 LLVMValueRef context_ptr,
115 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
141 LLVMValueRef context_ptr, \
144 return lp_llvm_texture_member(base, gallivm, context_ptr, \
171 LLVMValueRef context_ptr,
193 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
210 LLVMValueRef context_ptr, \
213 return lp_llvm_sampler_member(base, gallivm, context_ptr, \
91 lp_llvm_texture_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned texture_unit, unsigned member_index, const char *member_name, boolean emit_load) argument
169 lp_llvm_sampler_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned sampler_unit, unsigned member_index, const char *member_name, boolean emit_load) argument
H A Dlp_state_fs.c221 lp_llvm_viewport(LLVMValueRef context_ptr, argument
231 ptr = lp_jit_context_viewports(gallivm, context_ptr);
245 LLVMValueRef context_ptr,
270 viewport = lp_llvm_viewport(context_ptr, gallivm, viewport_index);
298 LLVMValueRef context_ptr,
384 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr);
385 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr);
390 consts_ptr = lp_jit_context_constants(gallivm, context_ptr);
391 num_consts_ptr = lp_jit_context_num_constants(gallivm, context_ptr);
438 z = lp_build_depth_clamp(gallivm, builder, type, context_ptr,
242 lp_build_depth_clamp(struct gallivm_state *gallivm, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef thread_data_ptr, LLVMValueRef z) argument
293 generate_fs_loop(struct gallivm_state *gallivm, struct lp_fragment_shader *shader, const struct lp_fragment_shader_variant_key *key, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef num_loop, struct lp_build_interp_soa_context *interp, struct lp_build_sampler_soa *sampler, LLVMValueRef mask_store, LLVMValueRef (*out_color)[4], LLVMValueRef depth_ptr, LLVMValueRef depth_stride, LLVMValueRef facing, LLVMValueRef thread_data_ptr) argument
1691 generate_unswizzled_blend(struct gallivm_state *gallivm, unsigned rt, struct lp_fragment_shader_variant *variant, enum pipe_format out_format, unsigned int num_fs, struct lp_type fs_type, LLVMValueRef* fs_mask, LLVMValueRef fs_out_color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][4], LLVMValueRef context_ptr, LLVMValueRef color_ptr, LLVMValueRef stride, unsigned partial_mask, boolean do_branch) argument
2396 LLVMValueRef context_ptr; local
[all...]
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_tex_sample.cpp102 LLVMValueRef context_ptr,
135 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
161 LLVMValueRef context_ptr, \
166 context_ptr, \
196 LLVMValueRef context_ptr,
229 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), "");
246 LLVMValueRef context_ptr, \
251 context_ptr, \
100 swr_texture_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned texture_unit, unsigned member_index, const char *member_name, boolean emit_load) argument
194 swr_sampler_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned sampler_unit, unsigned member_index, const char *member_name, boolean emit_load) argument
/external/pdfium/core/fxcodec/lbmp/
H A Dfx_bmp.h74 void* context_ptr; member in struct:tag_bmp_decompress_struct
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.cc478 MDRawContextARM *context_ptr = context.get(); local
479 context_ptr->context_flags = MD_CONTEXT_ARM_FULL;
481 #define AddGPR(a) context_ptr->iregs[a] = REGISTER_FROM_THREADSTATE(machine_state, r[a])
483 context_ptr->iregs[13] = REGISTER_FROM_THREADSTATE(machine_state, sp);
484 context_ptr->iregs[14] = REGISTER_FROM_THREADSTATE(machine_state, lr);
485 context_ptr->iregs[15] = REGISTER_FROM_THREADSTATE(machine_state, pc);
486 context_ptr->cpsr = REGISTER_FROM_THREADSTATE(machine_state, cpsr);
536 MDRawContextARM64 *context_ptr = context.get(); local
537 context_ptr->context_flags = MD_CONTEXT_ARM64_FULL;
539 #define AddGPR(a) context_ptr
627 MDRawContextPPC *context_ptr = context.get(); local
693 MDRawContextPPC64 *context_ptr = context.get(); local
796 MDRawContextX86 *context_ptr = context.get(); local
836 MDRawContextAMD64 *context_ptr = context.get(); local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h104 LLVMValueRef context_ptr; member in struct:lp_sampler_params
118 LLVMValueRef context_ptr; member in struct:lp_sampler_size_query_params
196 LLVMValueRef context_ptr,
203 LLVMValueRef context_ptr,
210 LLVMValueRef context_ptr,
217 LLVMValueRef context_ptr,
224 LLVMValueRef context_ptr,
231 LLVMValueRef context_ptr,
238 LLVMValueRef context_ptr,
245 LLVMValueRef context_ptr,
391 LLVMValueRef context_ptr; member in struct:lp_build_sample_context
[all...]
H A Dlp_bld_tgsi.h229 LLVMValueRef context_ptr,
451 LLVMValueRef context_ptr; member in struct:lp_build_tgsi_soa_context
H A Dlp_bld_sample_soa.c1767 bld->context_ptr, texture_unit);
1903 bld->gallivm, bld->context_ptr,
1930 bld->context_ptr, sampler_unit);
2339 bld->context_ptr, texture_unit);
2465 LLVMValueRef context_ptr,
2540 bld.context_ptr = context_ptr;
2721 context_ptr, texture_index);
2723 context_ptr, texture_index);
2725 context_ptr, texture_inde
2457 lp_build_sample_soa_code(struct gallivm_state *gallivm, const struct lp_static_texture_state *static_texture_state, const struct lp_static_sampler_state *static_sampler_state, struct lp_sampler_dynamic_state *dynamic_state, struct lp_type type, unsigned sample_key, unsigned texture_index, unsigned sampler_index, LLVMValueRef context_ptr, LLVMValueRef thread_data_ptr, const LLVMValueRef *coords, const LLVMValueRef *offsets, const struct lp_derivatives *derivs, LLVMValueRef lod, LLVMValueRef texel_out[4]) argument
3112 LLVMValueRef context_ptr; local
3471 LLVMValueRef context_ptr = params->context_ptr; local
[all...]
H A Dlp_bld_tgsi_soa.c2342 params.context_ptr = bld->context_ptr;
2510 params.context_ptr = bld->context_ptr;
2639 params.context_ptr = bld->context_ptr;
2719 params.context_ptr = bld->context_ptr;
3897 LLVMValueRef context_ptr,
3945 bld.context_ptr
3888 lp_build_tgsi_soa(struct gallivm_state *gallivm, const struct tgsi_token *tokens, struct lp_type type, struct lp_build_mask_context *mask, LLVMValueRef consts_ptr, LLVMValueRef const_sizes_ptr, const struct lp_bld_tgsi_system_values *system_values, const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef context_ptr, LLVMValueRef thread_data_ptr, struct lp_build_sampler_soa *sampler, const struct tgsi_shader_info *info, const struct lp_build_tgsi_gs_iface *gs_iface) argument
[all...]
/external/pdfium/core/fxcodec/lgif/
H A Dfx_gif.h213 void* context_ptr; member in struct:tag_gif_decompress_struct

Completed in 233 milliseconds