Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1035 LLVMValueRef indexes[2], data_ptr, mip_offset; in lp_build_get_mipmap_level() local
1039 mip_offset = LLVMBuildGEP(builder, bld->mip_offsets, indexes, 2, ""); in lp_build_get_mipmap_level()
1040 mip_offset = LLVMBuildLoad(builder, mip_offset, ""); in lp_build_get_mipmap_level()
1041 data_ptr = LLVMBuildGEP(builder, bld->base_ptr, &mip_offset, 1, ""); in lp_build_get_mipmap_level()