Searched refs:int32_type (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.c | 403 struct lp_type int32_type = dst_type; in lp_build_conv() local 413 int32_type.width *= 4; in lp_build_conv() 414 int32_type.length /= 4; in lp_build_conv() 415 int32_type.sign = 1; in lp_build_conv() 428 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]); in lp_build_conv() 429 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]); in lp_build_conv() 458 struct lp_type int32_type = dst_type; in lp_build_conv() local 468 int32_type.width *= 4; in lp_build_conv() 469 int32_type.length /= 4; in lp_build_conv() 470 int32_type.sign = 1; in lp_build_conv() [all …]
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 75 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in create_jit_texture_type() local 81 elem_types[DRAW_JIT_TEXTURE_LAST_LEVEL] = int32_type; in create_jit_texture_type() 84 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS); in create_jit_texture_type() 1039 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in clipmask_booli32() local 1041 LLVMValueRef ret = LLVMConstNull(int32_type); in clipmask_booli32() 1064 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); in draw_llvm_generate() local 1103 arg_types[3] = LLVMPointerType(int32_type, 0);/* fetch_elts * */ in draw_llvm_generate() 1105 arg_types[3] = int32_type; /* start */ in draw_llvm_generate() 1106 arg_types[4] = int32_type; /* fetch_count / count */ in draw_llvm_generate() 1107 arg_types[5] = int32_type; /* stride */ in draw_llvm_generate() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 776 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); in generate_fragment() local 860 arg_types[1] = int32_type; /* x */ in generate_fragment() 861 arg_types[2] = int32_type; /* y */ in generate_fragment() 862 arg_types[3] = int32_type; /* facing */ in generate_fragment() 868 arg_types[9] = int32_type; /* mask_input */ in generate_fragment() 869 arg_types[10] = LLVMPointerType(int32_type, 0); /* counter */ in generate_fragment() 943 LLVMValueRef depth_offset = LLVMConstInt(int32_type, in generate_fragment()
|