Searched refs:mip_offset (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.c | 1025 LLVMValueRef indexes[2], data_ptr, mip_offset; in lp_build_get_mipmap_level() local 1029 mip_offset = LLVMBuildGEP(builder, bld->mip_offsets, indexes, 2, ""); in lp_build_get_mipmap_level() 1030 mip_offset = LLVMBuildLoad(builder, mip_offset, ""); in lp_build_get_mipmap_level() 1031 data_ptr = LLVMBuildGEP(builder, bld->base_ptr, &mip_offset, 1, ""); in lp_build_get_mipmap_level()
|