Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1348 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in clipmask_booli8() local
1374 ret = LLVMBuildZExt(builder, ret, int8_type, ""); in clipmask_booli8()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2416 LLVMTypeRef int8_type = LLVMInt8TypeInContext(gallivm->context); in generate_fragment() local
2500 arg_types[8] = LLVMPointerType(int8_type, 0); /* depth */ in generate_fragment()