Searched defs:consts_ptr (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c130 scalar_ptr = LLVMBuildGEP(builder, bld->consts_ptr, &index, 1, "");
945 LLVMValueRef consts_ptr,
971 bld.consts_ptr = consts_ptr;
941 lp_build_tgsi_aos(struct gallivm_state *gallivm, const struct tgsi_token *tokens, struct lp_type type, const unsigned char swizzles[4], LLVMValueRef consts_ptr, const LLVMValueRef *inputs, LLVMValueRef *outputs, struct lp_build_sampler_aos *sampler, const struct tgsi_shader_info *info) argument
H A Dlp_bld_tgsi.h224 LLVMValueRef consts_ptr,
241 LLVMValueRef consts_ptr,
445 LLVMValueRef consts_ptr; member in struct:lp_build_tgsi_soa_context
544 LLVMValueRef consts_ptr; member in struct:lp_build_tgsi_aos_context
H A Dlp_bld_tgsi_soa.c1231 LLVMValueRef consts_ptr; local
1244 consts_ptr = bld->consts[dimension];
1280 res = build_gather(bld_base, consts_ptr, index_vec, overflow_mask, index_vec2);
1288 scalar_ptr = LLVMBuildGEP(builder, consts_ptr,
3035 lp_build_array_get(gallivm, bld->consts_ptr, index2D);
3892 LLVMValueRef consts_ptr,
3940 bld.consts_ptr = consts_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
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_shader.cpp215 Value *consts_ptr = GEP(hPrivateData, {C(0), C(swr_draw_context_constantVS)}); local
217 consts_ptr->setName("vs_constants");
246 wrap(consts_ptr),
416 Value *consts_ptr = GEP(hPrivateData, {0, swr_draw_context_constantFS}); local
417 consts_ptr->setName("fs_constants");
624 wrap(consts_ptr),
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c610 LLVMValueRef consts_ptr = local
619 consts_ptr,
2240 LLVMValueRef consts_ptr, num_consts_ptr; local
2318 consts_ptr = draw_gs_jit_context_constants(variant->gallivm, context_ptr);
2341 consts_ptr,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c314 LLVMValueRef consts_ptr, num_consts_ptr; local
390 consts_ptr = lp_jit_context_constants(gallivm, context_ptr);
477 consts_ptr, num_consts_ptr, &system_values,

Completed in 428 milliseconds