Searched refs:flt_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1717 struct lp_type flt_type = lp_type_float_vec(32, src_type.length * 32); local in function:scale_bits
1719 result = lp_build_unsigned_norm_to_float(gallivm, src_bits, flt_type, src);
1720 result = lp_build_clamped_float_to_unsigned_norm(gallivm, flt_type, dst_bits, result);
3188 LLVMTypeRef flt_type = LLVMFloatTypeInContext(gallivm->context); local in function:generate_fragment
3189 LLVMValueRef glob_sample_pos = LLVMAddGlobal(gallivm->module, LLVMArrayType(flt_type, key->coverage_samples * 2), "");
3195 sample_pos_arr[i * 2] = LLVMConstReal(flt_type, lp_sample_pos_4x[i][0]);
3196 sample_pos_arr[i * 2 + 1] = LLVMConstReal(flt_type, lp_sample_pos_4x[i][1]);
3201 sample_pos_arr[0] = LLVMConstReal(flt_type, 0.5);
3202 sample_pos_arr[1] = LLVMConstReal(flt_type, 0.5);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c3917 LLVMTypeRef flt_type = LLVMFloatTypeInContext(context); local in function:draw_tes_llvm_generate
3953 arg_types[5] = LLVMPointerType(flt_type, 0);
3954 arg_types[6] = LLVMPointerType(flt_type, 0);
3955 arg_types[7] = LLVMPointerType(LLVMArrayType(flt_type, 4), 0);
3956 arg_types[8] = LLVMPointerType(LLVMArrayType(flt_type, 2), 0);
4052 system_values.tess_coord = LLVMGetUndef(LLVMArrayType(LLVMVectorType(flt_type, vector_length), 3));
4054 LLVMValueRef tess_coord_chan = LLVMGetUndef(LLVMVectorType(flt_type, vector_length));

Completed in 13 milliseconds