HomeSort by relevance Sort by last modified time
    Searched refs:int32_type (Results 1 - 4 of 4) 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/v8/test/unittests/compiler/
instruction-selector-unittest.cc 364 ZoneVector<MachineType> int32_type(1, MachineType::Int32(), zone());
372 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(1));
416 ZoneVector<MachineType> int32_type(1, MachineType::Int32(), zone());
427 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(43));
518 ZoneVector<MachineType> int32_type(1, MachineType::Int32(), zone());
529 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(63));
531 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(64));
533 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(65));
541 m.AddNode(m.common()->TypedStateValues(&int32_type), m.Int32Constant(43));
  /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 176 milliseconds