Searched refs:dptr_type (Results 1 – 2 of 2) sorted by relevance
980 LLVMTypeRef dptr_type = LLVMPointerType(bld_base->dbl_bld.elem_type, 0); in emit_load_ubo() local981 consts_ptr = LLVMBuildBitCast(builder, consts_ptr, dptr_type, ""); in emit_load_ubo()
894 LLVMTypeRef dptr_type = LLVMPointerType(LLVMDoubleTypeInContext(gallivm->context), 0); in emit_fetch_constant() local895 scalar_ptr = LLVMBuildBitCast(builder, scalar_ptr, dptr_type, ""); in emit_fetch_constant()