/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.h | 112 LLVMValueRef context_ptr; member 130 LLVMValueRef context_ptr; member 152 LLVMValueRef context_ptr; member 233 LLVMValueRef context_ptr, 240 LLVMValueRef context_ptr, 247 LLVMValueRef context_ptr, 254 LLVMValueRef context_ptr, 261 LLVMValueRef context_ptr, 268 LLVMValueRef context_ptr, 275 LLVMValueRef context_ptr, 456 LLVMValueRef context_ptr; global() member [all...] |
H A D | lp_bld_sample_soa.c | 2050 bld->context_ptr, texture_unit, NULL); in lp_build_layer_coord() 2613 bld->context_ptr, in lp_build_sample_common() 2628 bld->context_ptr, in lp_build_sample_common() 2632 bld->context_ptr, in lp_build_sample_common() 2679 bld->gallivm, bld->context_ptr, in lp_build_sample_common() 2707 bld->context_ptr, sampler_unit); in lp_build_clamp_border_color() 3132 bld->context_ptr, texture_unit, NULL); in lp_build_fetch_texel() 3201 bld->context_ptr, texture_unit, NULL); in lp_build_fetch_texel() 3299 LLVMValueRef context_ptr, in lp_build_sample_soa_code() 3379 bld.context_ptr in lp_build_sample_soa_code() 3291 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 ms_index, LLVMValueRef aniso_filter_table, LLVMValueRef texel_out[4]) lp_build_sample_soa_code() argument 3973 LLVMValueRef context_ptr; lp_build_sample_gen_func() local 4363 LLVMValueRef context_ptr = params->context_ptr; lp_build_size_query_soa() local [all...] |
H A D | lp_bld_sample.c | 268 bld->context_ptr, texture_unit, NULL); in lp_build_pmin() 379 bld->context_ptr, texture_unit, NULL); in lp_build_rho() 881 bld->context_ptr, sampler_unit); in lp_build_lod_selector() 980 bld->context_ptr, sampler_unit); in lp_build_lod_selector() 994 bld->context_ptr, sampler_unit); in lp_build_lod_selector() 1002 bld->context_ptr, sampler_unit); in lp_build_lod_selector() 1060 bld->context_ptr, texture_unit, NULL); in lp_build_nearest_mip_level() 1062 bld->context_ptr, texture_unit, NULL); in lp_build_nearest_mip_level() 1122 bld->context_ptr, texture_unit, NULL); in lp_build_linear_mip_levels() 1124 bld->context_ptr, texture_uni in lp_build_linear_mip_levels() [all...] |
H A D | lp_bld_tgsi_soa.c | 2266 params.context_ptr = bld->context_ptr; in emit_tex() 2435 params.context_ptr = bld->context_ptr; in emit_sample() 2573 params.context_ptr = bld->context_ptr; in emit_fetch_texels() 2655 params.context_ptr = bld->context_ptr; in emit_size_query() 3438 params.context_ptr = bld->context_ptr; in img_load_emit() [all...] |
H A D | lp_bld_tgsi.h | 275 LLVMValueRef context_ptr; member 530 LLVMValueRef context_ptr; member
|
H A D | lp_bld_nir.h | 249 LLVMValueRef context_ptr; member
|
H A D | lp_bld_nir_soa.c | 1555 params->context_ptr = bld->context_ptr; in emit_image_op() 1576 params->context_ptr = bld->context_ptr; in emit_image_size() 1633 params->context_ptr = bld->context_ptr; in emit_tex() 1716 params->context_ptr = bld->context_ptr; in emit_tex_size() 2769 bld.context_ptr = params->context_ptr; in lp_build_nir_soa() [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_tex_sample.c | 114 LLVMValueRef context_ptr, in lp_llvm_texture_member() 148 LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), ""); in lp_llvm_texture_member() 171 LLVMValueRef context_ptr, \ 175 return lp_llvm_texture_member(base, gallivm, context_ptr, \ 205 LLVMValueRef context_ptr, in lp_llvm_sampler_member() 226 LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), ""); in lp_llvm_sampler_member() 240 LLVMValueRef context_ptr, \ 243 return lp_llvm_sampler_member(base, gallivm, context_ptr, \ 266 LLVMValueRef context_ptr, in lp_llvm_image_member() 293 LLVMBuildGEP(builder, context_ptr, indice in lp_llvm_image_member() 112 lp_llvm_texture_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned texture_unit, LLVMValueRef texture_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) lp_llvm_texture_member() argument 203 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) lp_llvm_sampler_member() argument 264 lp_llvm_image_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned image_unit, LLVMValueRef image_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) lp_llvm_image_member() argument [all...] |
H A D | lp_state_fs_linear_llvm.c | 312 LLVMValueRef context_ptr = LLVMGetParam(function, 0); in llvmpipe_fs_variant_linear_llvm() 317 lp_build_name(context_ptr, "context"); in llvmpipe_fs_variant_linear_llvm() 339 lp_jit_linear_context_constants(gallivm, context_ptr); in llvmpipe_fs_variant_linear_llvm() 341 lp_jit_linear_context_inputs(gallivm, context_ptr); in llvmpipe_fs_variant_linear_llvm() 343 lp_jit_linear_context_tex(gallivm, context_ptr); in llvmpipe_fs_variant_linear_llvm() 346 lp_jit_linear_context_color0(gallivm, context_ptr); in llvmpipe_fs_variant_linear_llvm() 352 lp_jit_linear_context_blend_color(gallivm, context_ptr); in llvmpipe_fs_variant_linear_llvm() 360 lp_jit_linear_context_alpha_ref(gallivm, context_ptr); in llvmpipe_fs_variant_linear_llvm()
|
H A D | lp_state_cs.c | 76 LLVMValueRef context_ptr; in generate_compute() local 151 context_ptr = LLVMGetParam(function, 0); in generate_compute() 164 lp_build_name(context_ptr, "context"); in generate_compute() 222 args[0] = context_ptr; in generate_compute() 298 context_ptr = LLVMGetParam(coro, 0); in generate_compute() 328 consts_ptr = lp_jit_cs_context_constants(gallivm, context_ptr); in generate_compute() 329 num_consts_ptr = lp_jit_cs_context_num_constants(gallivm, context_ptr); in generate_compute() 330 ssbo_ptr = lp_jit_cs_context_ssbos(gallivm, context_ptr); in generate_compute() 331 num_ssbo_ptr = lp_jit_cs_context_num_ssbos(gallivm, context_ptr); in generate_compute() 332 kernel_args_ptr = lp_jit_cs_context_kernel_args(gallivm, context_ptr); in generate_compute() [all...] |
H A D | lp_state_fs.c | 325 lp_llvm_viewport(LLVMValueRef context_ptr, in lp_llvm_viewport() argument 335 ptr = lp_jit_context_viewports(gallivm, context_ptr); in lp_llvm_viewport() 351 LLVMValueRef context_ptr, in lp_build_depth_clamp() 382 viewport = lp_llvm_viewport(context_ptr, gallivm, viewport_index); in lp_build_depth_clamp() 623 LLVMValueRef context_ptr, in generate_fs_loop() 724 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr); in generate_fs_loop() 725 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr); in generate_fs_loop() 730 LLVMValueRef consts_ptr = lp_jit_context_constants(gallivm, context_ptr); in generate_fs_loop() 732 context_ptr); in generate_fs_loop() 734 LLVMValueRef ssbo_ptr = lp_jit_context_ssbos(gallivm, context_ptr); in generate_fs_loop() 346 lp_build_depth_clamp(struct gallivm_state *gallivm, LLVMBuilderRef builder, bool depth_clamp, bool restrict_depth, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef thread_data_ptr, LLVMValueRef z) lp_build_depth_clamp() argument 618 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 sample_pos_array, LLVMValueRef num_loop, struct lp_build_interp_soa_context *interp, const struct lp_build_sampler_soa *sampler, const struct lp_build_image_soa *image, LLVMValueRef mask_store, LLVMValueRef (*out_color)[4], LLVMValueRef depth_base_ptr, LLVMValueRef depth_stride, LLVMValueRef depth_sample_stride, LLVMValueRef color_ptr_ptr, LLVMValueRef color_stride_ptr, LLVMValueRef color_sample_stride_ptr, LLVMValueRef facing, LLVMValueRef thread_data_ptr) generate_fs_loop() argument 2361 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) generate_unswizzled_blend() argument 3065 LLVMValueRef context_ptr; generate_fragment() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm_sample.c | 104 LLVMValueRef context_ptr, in draw_llvm_texture_member() 132 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), ""); in draw_llvm_texture_member() 156 LLVMValueRef context_ptr, in draw_llvm_sampler_member() 178 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), ""); in draw_llvm_sampler_member() 201 LLVMValueRef context_ptr, in draw_llvm_image_member() 229 ptr = LLVMBuildGEP(builder, context_ptr, indices, ARRAY_SIZE(indices), ""); in draw_llvm_image_member() 254 LLVMValueRef context_ptr, \ 258 return draw_llvm_texture_member(base, gallivm, context_ptr, \ 280 LLVMValueRef context_ptr, \ 283 return draw_llvm_sampler_member(base, gallivm, context_ptr, \ 102 draw_llvm_texture_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned texture_unit, LLVMValueRef texture_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) draw_llvm_texture_member() argument 154 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) draw_llvm_sampler_member() argument 199 draw_llvm_image_member(const struct lp_sampler_dynamic_state *base, struct gallivm_state *gallivm, LLVMValueRef context_ptr, unsigned image_unit, LLVMValueRef image_unit_offset, unsigned member_index, const char *member_name, boolean emit_load) draw_llvm_image_member() argument [all...] |
H A D | draw_llvm.c | 961 LLVMValueRef context_ptr, in generate_vs() 970 draw_jit_context_vs_constants(variant, context_ptr); in generate_vs() 972 draw_jit_context_num_vs_constants(variant, context_ptr); in generate_vs() 974 draw_jit_context_vs_ssbos(variant, context_ptr); in generate_vs() 976 draw_jit_context_num_vs_ssbos(variant, context_ptr); in generate_vs() 987 params.context_ptr = context_ptr; in generate_vs() 993 params.aniso_filter_table = draw_jit_context_aniso_filter_table(variant, context_ptr); in generate_vs() 1435 LLVMValueRef context_ptr) in generate_viewport() 1444 LLVMValueRef vp_ptr = draw_jit_context_viewports(variant, context_ptr); in generate_viewport() 955 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, const struct lp_build_sampler_soa *draw_sampler, const struct lp_build_image_soa *draw_image, boolean clamp_vertex_color, struct lp_build_mask_context *bld_mask) generate_vs() argument 1431 generate_viewport(struct draw_llvm_variant *variant, LLVMBuilderRef builder, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef context_ptr) generate_viewport() argument 1492 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, LLVMTypeRef context_type, LLVMValueRef context_ptr, boolean *have_clipdist) generate_clipmask() argument 1905 LLVMValueRef context_ptr; draw_llvm_generate() local 2748 LLVMValueRef context_ptr; draw_gs_llvm_generate() local 3338 LLVMValueRef context_ptr; draw_tcs_llvm_generate() local 3908 LLVMValueRef context_ptr; draw_tes_llvm_generate() local [all...] |
H A D | draw_llvm.h | 730 LLVMValueRef context_ptr; member 756 LLVMValueRef context_ptr; member 786 LLVMValueRef context_ptr; member
|
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry.c | 3523 uintptr_t context_ptr = ((uintptr_t) context_p) + sizeof (jerry_context_t); in jerry_create_context() local 3524 context_ptr = JERRY_ALIGNUP (context_ptr, (uintptr_t) JMEM_ALIGNMENT); in jerry_create_context() 3526 uint8_t *byte_p = (uint8_t *) context_ptr; in jerry_create_context()
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | mod.rs | 912 let context_ptr = match context { in new() 931 cvt_p(ffi::X509V3_EXT_nconf(conf, context_ptr, name, value)).map(X509Extension) in new() 963 let context_ptr = match context { in new_nid() 982 cvt_p(ffi::X509V3_EXT_nconf_nid(conf, context_ptr, name, value)).map(X509Extension) in new_nid()
|
/third_party/node/src/ |
H A D | node_contextify.cc | 389 BaseObjectPtr<ContextifyContext> context_ptr = in MakeContext() local
|