Searched defs:consts_ptr (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs_linear_llvm.c | 338 LLVMValueRef consts_ptr = in llvmpipe_fs_variant_linear_llvm() local 129 llvm_fragment_body(struct lp_build_context *bld, struct lp_fragment_shader *shader, struct lp_fragment_shader_variant *variant, struct linear_sampler* sampler, LLVMValueRef *inputs_ptrs, LLVMValueRef consts_ptr, LLVMValueRef blend_color, LLVMValueRef alpha_ref, struct lp_type fs_type, LLVMValueRef dst) llvm_fragment_body() argument
|
H A D | lp_state_cs.c | 320 LLVMValueRef consts_ptr, num_consts_ptr; in generate_compute() local
|
H A D | lp_state_fs.c | 730 LLVMValueRef consts_ptr = lp_jit_context_constants(gallivm, context_ptr); in generate_fs_loop() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 859 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, const struct lp_build_sampler_aos *sampler, const struct tgsi_shader_info *info) lp_build_tgsi_aos() argument
|
H A D | lp_bld_nir_aos.c | 321 lp_build_nir_aos(struct gallivm_state *gallivm, struct nir_shader *shader, struct lp_type type, const unsigned char swizzles[4], LLVMValueRef consts_ptr, const LLVMValueRef *inputs, LLVMValueRef *outputs, const struct lp_build_sampler_aos *sampler, const struct tgsi_shader_info *info) lp_build_nir_aos() argument
|
H A D | lp_bld_nir.h | 243 LLVMValueRef consts_ptr; member 306 LLVMValueRef consts_ptr; member
|
H A D | lp_bld_tgsi.h | 271 LLVMValueRef consts_ptr; member 524 LLVMValueRef consts_ptr; member 632 LLVMValueRef consts_ptr; member
|
H A D | lp_bld_tgsi_soa.c | 813 LLVMValueRef consts_ptr; in emit_fetch_constant() local 3471 LLVMValueRef consts_ptr = bld->consts[buf]; in load_emit() local [all...] |
H A D | lp_bld_nir_soa.c | 1067 LLVMValueRef consts_ptr = lp_build_array_get(gallivm, bld->consts_ptr, index); in emit_load_ubo() local
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 969 LLVMValueRef consts_ptr = in generate_vs() local 2762 LLVMValueRef consts_ptr, num_consts_ptr; in draw_gs_llvm_generate() local 3352 LLVMValueRef consts_ptr, num_consts_ptr; in draw_tcs_llvm_generate() local 3924 LLVMValueRef consts_ptr, num_consts_ptr; draw_tes_llvm_generate() local [all...] |
Completed in 32 milliseconds