HomeSort by relevance Sort by last modified time
    Searched refs:LLVMFloatTypeInContext (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_jit.c 67 elem_types[LP_JIT_TEXTURE_LOD_BIAS] = LLVMFloatTypeInContext(lc);
69 LLVMArrayType(LLVMFloatTypeInContext(lc), 4);
125 elem_types[LP_JIT_CTX_CONSTANTS] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0);
126 elem_types[LP_JIT_CTX_ALPHA_REF] = LLVMFloatTypeInContext(lc);
lp_state_setup.c 86 return LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4);
181 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context);
710 vec4f_type = LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4);
lp_bld_interp.c 594 LLVMTypeRef ptr_type = LLVMPointerType(LLVMFloatTypeInContext(
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 67 elem_types[LP_JIT_TEXTURE_LOD_BIAS] = LLVMFloatTypeInContext(lc);
69 LLVMArrayType(LLVMFloatTypeInContext(lc), 4);
125 elem_types[LP_JIT_CTX_CONSTANTS] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0);
126 elem_types[LP_JIT_CTX_ALPHA_REF] = LLVMFloatTypeInContext(lc);
lp_state_setup.c 86 return LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4);
181 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context);
710 vec4f_type = LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4);
lp_bld_interp.c 594 LLVMTypeRef ptr_type = LLVMPointerType(LLVMFloatTypeInContext(
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_const.h 131 return LLVMConstReal(LLVMFloatTypeInContext(gallivm->context), x);
lp_bld_format_aos.c 201 scales[i] = LLVMConstNull(LLVMFloatTypeInContext(gallivm->context));
235 casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), "");
237 casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), "");
297 LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4)),
307 scales[i] = LLVMGetUndef(LLVMFloatTypeInContext(gallivm->context));
623 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context);
lp_bld_type.c 45 return LLVMFloatTypeInContext(gallivm->context);
52 return LLVMFloatTypeInContext(gallivm->context);
lp_bld_logic.c 510 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8);
520 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4);
lp_bld_tgsi_soa.c 690 float4_ptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0);
757 float4_ptr_type = LLVMPointerType(LLVMFloatTypeInContext(bld->bld_base.base.gallivm->context), 0);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_llvm.h 132 dst_type = LLVMFloatTypeInContext(ctx);
radeon_setup_tgsi_llvm.c 120 ctype = LLVMFloatTypeInContext(ctx);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.h 131 return LLVMConstReal(LLVMFloatTypeInContext(gallivm->context), x);
lp_bld_format_aos.c 201 scales[i] = LLVMConstNull(LLVMFloatTypeInContext(gallivm->context));
235 casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), "");
237 casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), "");
297 LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4)),
307 scales[i] = LLVMGetUndef(LLVMFloatTypeInContext(gallivm->context));
623 LLVMTypeRef f32t = LLVMFloatTypeInContext(gallivm->context);
lp_bld_type.c 45 return LLVMFloatTypeInContext(gallivm->context);
52 return LLVMFloatTypeInContext(gallivm->context);
lp_bld_logic.c 510 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 8);
520 arg_type = LLVMVectorType(LLVMFloatTypeInContext(lc), 4);
lp_bld_tgsi_soa.c 690 float4_ptr_type = LLVMPointerType(LLVMFloatTypeInContext(gallivm->context), 0);
757 float4_ptr_type = LLVMPointerType(LLVMFloatTypeInContext(bld->bld_base.base.gallivm->context), 0);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm.h 132 dst_type = LLVMFloatTypeInContext(ctx);
radeon_setup_tgsi_llvm.c 120 ctype = LLVMFloatTypeInContext(ctx);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 161 ret_type = LLVMFloatTypeInContext(gallivm->context);
327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context);
648 LLVMFloatTypeInContext(bld_base->base.gallivm->context),
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 161 ret_type = LLVMFloatTypeInContext(gallivm->context);
327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context);
648 LLVMFloatTypeInContext(bld_base->base.gallivm->context),
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 90 elem_types[DRAW_JIT_TEXTURE_LOD_BIAS] = LLVMFloatTypeInContext(gallivm->context);
92 LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4);
157 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context);
240 elem_types[DRAW_JIT_VERTEX_CLIP] = LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4);
241 elem_types[DRAW_JIT_VERTEX_PRE_CLIP_POS] = LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4);
779 LLVMTypeRef clip_ptr_type = LLVMPointerType(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), 0);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 90 elem_types[DRAW_JIT_TEXTURE_LOD_BIAS] = LLVMFloatTypeInContext(gallivm->context);
92 LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4);
157 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context);
240 elem_types[DRAW_JIT_VERTEX_CLIP] = LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4);
241 elem_types[DRAW_JIT_VERTEX_PRE_CLIP_POS] = LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4);
779 LLVMTypeRef clip_ptr_type = LLVMPointerType(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), 0);
    [all...]
  /external/llvm/include/llvm-c/
Core.h 741 LLVMTypeRef LLVMFloatTypeInContext(LLVMContextRef C);
    [all...]

Completed in 1512 milliseconds

1 2