Home
last modified time | relevance | path

Searched refs:image_base_ptr (Results 1 – 2 of 2) sorted by relevance

/external/trusty/arm-trusted-firmware/plat/intel/soc/common/
Dsocfpga_vab.c48 void *image_base_ptr; in socfpga_vab_init() local
62 image_base_ptr = (void *)bl_mem_params->image_info.image_base; in socfpga_vab_init()
64 ret = socfpga_vab_authentication(&image_base_ptr, &image_size); in socfpga_vab_init()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_jit_sample.c474 LLVMValueRef image_base_ptr = load_texture_functions_ptr( in lp_bld_llvm_image_soa_emit_op() local
483 image_base_ptr = LLVMBuildIntToPtr(builder, image_base_ptr, image_base_type, ""); in lp_bld_llvm_image_soa_emit_op()
484 … LLVMValueRef image_functions = LLVMBuildLoad2(builder, image_functions_type, image_base_ptr, ""); in lp_bld_llvm_image_soa_emit_op()