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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c403 struct lp_type int32_type = dst_type; local
413 int32_type.width *= 4;
414 int32_type.length /= 4;
415 int32_type.sign = 1;
428 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]);
429 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]);
458 struct lp_type int32_type = dst_type; local
468 int32_type.width *= 4;
469 int32_type.length /= 4;
470 int32_type
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c403 struct lp_type int32_type = dst_type; local
413 int32_type.width *= 4;
414 int32_type.length /= 4;
415 int32_type.sign = 1;
428 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]);
429 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]);
458 struct lp_type int32_type = dst_type; local
468 int32_type.width *= 4;
469 int32_type.length /= 4;
470 int32_type
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c75 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local
81 elem_types[DRAW_JIT_TEXTURE_LAST_LEVEL] = int32_type;
84 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS);
1039 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local
1041 LLVMValueRef ret = LLVMConstNull(int32_type);
1064 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local
1103 arg_types[3] = LLVMPointerType(int32_type, 0);/* fetch_elts * */
1105 arg_types[3] = int32_type; /* start */
1106 arg_types[4] = int32_type; /* fetch_count / count */
1107 arg_types[5] = int32_type; /* strid
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c75 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local
81 elem_types[DRAW_JIT_TEXTURE_LAST_LEVEL] = int32_type;
84 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS);
1039 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local
1041 LLVMValueRef ret = LLVMConstNull(int32_type);
1064 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local
1103 arg_types[3] = LLVMPointerType(int32_type, 0);/* fetch_elts * */
1105 arg_types[3] = int32_type; /* start */
1106 arg_types[4] = int32_type; /* fetch_count / count */
1107 arg_types[5] = int32_type; /* strid
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c776 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local
860 arg_types[1] = int32_type; /* x */
861 arg_types[2] = int32_type; /* y */
862 arg_types[3] = int32_type; /* facing */
868 arg_types[9] = int32_type; /* mask_input */
869 arg_types[10] = LLVMPointerType(int32_type, 0); /* counter */
943 LLVMValueRef depth_offset = LLVMConstInt(int32_type,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c776 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local
860 arg_types[1] = int32_type; /* x */
861 arg_types[2] = int32_type; /* y */
862 arg_types[3] = int32_type; /* facing */
868 arg_types[9] = int32_type; /* mask_input */
869 arg_types[10] = LLVMPointerType(int32_type, 0); /* counter */
943 LLVMValueRef depth_offset = LLVMConstInt(int32_type,

Completed in 267 milliseconds