HomeSort by relevance Sort by last modified time
    Searched defs:int32_type (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 403 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.sign = 1
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 75 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
1064 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 776 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 */
    [all...]

Completed in 201 milliseconds