HomeSort by relevance Sort by last modified time
    Searched refs:tmp_vec_type (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 861 LLVMTypeRef tmp_vec_type; local
864 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type);
868 tmp[i] = LLVMBuildFPToSI(builder, tmp[i], tmp_vec_type, "");
870 tmp[i] = LLVMBuildFPToUI(builder, tmp[i], tmp_vec_type, "");
873 tmp[i] = LLVMBuildFPToSI(builder, tmp[i], tmp_vec_type, "");
948 LLVMTypeRef tmp_vec_type; local
    [all...]
lp_bld_sample_aos.c 1565 LLVMTypeRef tmp_vec_type = LLVMVectorType(u8n_bld.elem_type, bld->lodi_bld.type.length); local
    [all...]

Completed in 183 milliseconds