Searched refs:consts_ptr (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h216 LLVMValueRef consts_ptr,
230 LLVMValueRef consts_ptr,
363 LLVMValueRef consts_ptr; member in struct:lp_build_tgsi_soa_context
450 LLVMValueRef consts_ptr; member in struct:lp_build_tgsi_aos_context
H A Dlp_bld_tgsi_aos.c130 scalar_ptr = LLVMBuildGEP(builder, bld->consts_ptr, &index, 1, "");
987 LLVMValueRef consts_ptr,
1013 bld.consts_ptr = consts_ptr;
983 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_soa.c612 return build_gather(bld_fetch, bld->consts_ptr, index_vec);
620 scalar_ptr = LLVMBuildGEP(builder, bld->consts_ptr,
2056 LLVMValueRef consts_ptr,
2084 bld.consts_ptr = consts_ptr;
2052 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, const struct lp_bld_tgsi_system_values *system_values, const LLVMValueRef *pos, const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], struct lp_build_sampler_soa *sampler, const struct tgsi_shader_info *info) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h216 LLVMValueRef consts_ptr,
230 LLVMValueRef consts_ptr,
363 LLVMValueRef consts_ptr; member in struct:lp_build_tgsi_soa_context
450 LLVMValueRef consts_ptr; member in struct:lp_build_tgsi_aos_context
H A Dlp_bld_tgsi_aos.c130 scalar_ptr = LLVMBuildGEP(builder, bld->consts_ptr, &index, 1, "");
987 LLVMValueRef consts_ptr,
1013 bld.consts_ptr = consts_ptr;
983 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_soa.c612 return build_gather(bld_fetch, bld->consts_ptr, index_vec);
620 scalar_ptr = LLVMBuildGEP(builder, bld->consts_ptr,
2056 LLVMValueRef consts_ptr,
2084 bld.consts_ptr = consts_ptr;
2052 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, const struct lp_bld_tgsi_system_values *system_values, const LLVMValueRef *pos, const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], struct lp_build_sampler_soa *sampler, const struct tgsi_shader_info *info) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c237 LLVMValueRef consts_ptr; local
291 consts_ptr = lp_jit_context_constants(gallivm, context_ptr);
342 consts_ptr, &system_values,
462 LLVMValueRef consts_ptr; local
519 consts_ptr = lp_jit_context_constants(gallivm, context_ptr);
581 consts_ptr, &system_values,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c237 LLVMValueRef consts_ptr; local
291 consts_ptr = lp_jit_context_constants(gallivm, context_ptr);
342 consts_ptr, &system_values,
462 LLVMValueRef consts_ptr; local
519 consts_ptr = lp_jit_context_constants(gallivm, context_ptr);
581 consts_ptr, &system_values,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c439 LLVMValueRef consts_ptr = draw_jit_context_vs_constants(variant->gallivm, context_ptr); local
453 consts_ptr,
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c439 LLVMValueRef consts_ptr = draw_jit_context_vs_constants(variant->gallivm, context_ptr); local
453 consts_ptr,

Completed in 242 milliseconds