Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c980 LLVMTypeRef dptr_type = LLVMPointerType(bld_base->dbl_bld.elem_type, 0); in emit_load_ubo() local
981 consts_ptr = LLVMBuildBitCast(builder, consts_ptr, dptr_type, ""); in emit_load_ubo()
Dlp_bld_tgsi_soa.c894 LLVMTypeRef dptr_type = LLVMPointerType(LLVMDoubleTypeInContext(gallivm->context), 0); in emit_fetch_constant() local
895 scalar_ptr = LLVMBuildBitCast(builder, scalar_ptr, dptr_type, ""); in emit_fetch_constant()