Home
last modified time | relevance | path

Searched refs:consts_ptr (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h224 LLVMValueRef consts_ptr,
241 LLVMValueRef consts_ptr,
446 LLVMValueRef consts_ptr; member
544 LLVMValueRef consts_ptr; member
Dlp_bld_tgsi_aos.c130 scalar_ptr = LLVMBuildGEP(builder, bld->consts_ptr, &index, 1, ""); in emit_fetch_constant()
862 LLVMValueRef consts_ptr, in lp_build_tgsi_aos() argument
888 bld.consts_ptr = consts_ptr; in lp_build_tgsi_aos()
Dlp_bld_tgsi_soa.c1188 LLVMValueRef consts_ptr; in emit_fetch_constant() local
1201 consts_ptr = bld->consts[dimension]; in emit_fetch_constant()
1237 res = build_gather(bld_base, consts_ptr, index_vec, overflow_mask, index_vec2); in emit_fetch_constant()
1245 scalar_ptr = LLVMBuildGEP(builder, consts_ptr, in emit_fetch_constant()
2901 lp_build_array_get(gallivm, bld->consts_ptr, index2D); in lp_emit_declaration_soa()
3776 LLVMValueRef consts_ptr, in lp_build_tgsi_soa() argument
3824 bld.consts_ptr = consts_ptr; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp614 Value *consts_ptr = in CompileGS() local
616 consts_ptr->setName("gs_constants"); in CompileGS()
679 wrap(consts_ptr), in CompileGS()
782 Value *consts_ptr = GEP(hPrivateData, {C(0), C(swr_draw_context_constantVS)}); in CompileVS() local
784 consts_ptr->setName("vs_constants"); in CompileVS()
827 wrap(consts_ptr), in CompileVS()
1064 Value *consts_ptr = GEP(hPrivateData, {0, swr_draw_context_constantFS}); in CompileFS() local
1065 consts_ptr->setName("fs_constants"); in CompileFS()
1314 wrap(consts_ptr), in CompileFS()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c614 LLVMValueRef consts_ptr = in generate_vs() local
623 consts_ptr, in generate_vs()
2249 LLVMValueRef consts_ptr, num_consts_ptr; in draw_gs_llvm_generate() local
2327 consts_ptr = draw_gs_jit_context_constants(variant->gallivm, context_ptr); in draw_gs_llvm_generate()
2350 consts_ptr, in draw_gs_llvm_generate()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c315 LLVMValueRef consts_ptr, num_consts_ptr; in generate_fs_loop() local
392 consts_ptr = lp_jit_context_constants(gallivm, context_ptr); in generate_fs_loop()
479 consts_ptr, num_consts_ptr, &system_values, in generate_fs_loop()