Home
last modified time | relevance | path

Searched refs:type16s (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c1774 LLVMTypeRef type16s = LLVMInt16TypeInContext(gallivm->context); in s3tc_decode_block_dxt5() local
1801 elems[i+0] = LLVMConstInt(type16s, 1 << (13-0), 0); in s3tc_decode_block_dxt5()
1802 elems[i+1] = LLVMConstInt(type16s, 1 << (13-6), 0); in s3tc_decode_block_dxt5()
1803 elems[i+2] = LLVMConstInt(type16s, 1 << (13-4), 0); in s3tc_decode_block_dxt5()
1804 elems[i+3] = LLVMConstInt(type16s, 1 << (13-2), 0); in s3tc_decode_block_dxt5()
1808 elems[i+0] = LLVMConstInt(type16s, 1 << (13-3), 0); in s3tc_decode_block_dxt5()
1809 elems[i+1] = LLVMConstInt(type16s, 1 << (13-9), 0); in s3tc_decode_block_dxt5()
1810 elems[i+2] = LLVMConstInt(type16s, 1 << (13-7), 0); in s3tc_decode_block_dxt5()
1811 elems[i+3] = LLVMConstInt(type16s, 1 << (13-5), 0); in s3tc_decode_block_dxt5()
1834 elems[0] = LLVMConstInt(type16s, 25 in s3tc_decode_block_dxt5()
[all...]

Completed in 4 milliseconds