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 586 struct lp_type int16_type, int32_type; local
594 int16_type = int32_type = dst_type_ext;
600 int32_type.width *= 4;
601 int32_type.length /= 4;
602 int32_type.sign = 1;
659 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]);
665 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]);
697 struct lp_type int16_type, int32_type; local
705 int16_type = int32_type = dst_type_ext;
711 int32_type.width *= 4
    [all...]
lp_bld_format_srgb.c 334 struct lp_type int32_type = lp_int_type(src_type); local
353 dst = lp_build_zero(gallivm, int32_type);
359 shift_val = lp_build_const_int_vec(gallivm, int32_type, ls);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 92 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local
96 elem_types[DRAW_JIT_DVBUFFER_SIZE] = int32_type;
121 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local
127 elem_types[DRAW_JIT_TEXTURE_LAST_LEVEL] = int32_type;
133 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS);
1521 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local
2223 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 2394 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local
    [all...]

Completed in 104 milliseconds