Searched defs:float4_ptr_type (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c682 LLVMTypeRef float4_ptr_type; local
690 float4_ptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0);
692 float4_ptr_type, "");
749 LLVMTypeRef float4_ptr_type; local
757 float4_ptr_type = LLVMPointerType(LLVMFloatTypeInContext(bld->bld_base.base.gallivm->context), 0);
759 float4_ptr_type, "");

Completed in 55 milliseconds