Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c464 LLVMTypeRef i8vntype = LLVMVectorType(LLVMInt8TypeInContext(context), type.length * 4); in lp_build_occlusion_count() local
469 countv = LLVMBuildBitCast(builder, countv, i8vntype, ""); in lp_build_occlusion_count()
476 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, ""); in lp_build_occlusion_count()