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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 831 struct lp_build_context *int_bld = &bld_base->int_bld; local
834 assert(int_bld->type.width == 32);
837 lp_build_mul_32_lohi(int_bld, emit_data->args[0],
848 struct lp_build_context *int_bld = &bld_base->int_bld; local
851 assert(int_bld->type.width == 32);
854 lp_build_mul_32_lohi_cpu(int_bld, emit_data->args[0],
1723 struct lp_build_context *int_bld = &bld_base->int_bld; local
2525 struct lp_build_context *int_bld = &bld_base->int64_bld; local
    [all...]
lp_bld_tgsi.h 337 struct lp_build_context int_bld; member in struct:lp_build_tgsi_context
532 struct lp_build_context int_bld; member in struct:lp_build_tgsi_aos_context
lp_bld_tgsi_soa.c 1865 struct lp_build_context *int_bld = &bld_base->int_bld; local
3446 struct lp_build_context *int_bld = &bld->bld_base.int_bld; local
    [all...]
lp_bld_sample.h 333 struct lp_build_context int_bld; member in struct:lp_build_sample_context
lp_bld_tgsi.c 390 res = lp_build_negate( &bld_base->int_bld, res );
lp_bld_tgsi_aos.c 961 lp_build_context_init(&bld.bld_base.int_bld, gallivm, lp_int_type(type));
962 lp_build_context_init(&bld.int_bld, gallivm, lp_int_type(type));
lp_bld_sample_soa.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_alu.c 352 cmp = LLVMBuildICmp(builder, LLVMIntSGT, emit_data->args[0], bld_base->int_bld.zero, "");
353 val = LLVMBuildSelect(builder, cmp, bld_base->int_bld.one, emit_data->args[0], "");
354 cmp = LLVMBuildICmp(builder, LLVMIntSGE, val, bld_base->int_bld.zero, "");
355 val = LLVMBuildSelect(builder, cmp, val, LLVMConstInt(bld_base->int_bld.elem_type, -1, true), "");
413 emit_data->args[0], bld_base->int_bld.elem_type, "");
469 bld_base->int_bld.one,
471 bld_base->int_bld.one, ""),
    [all...]
si_shader_tgsi_setup.c 529 bld_base->int_bld.zero, "");
533 bld_base->int_bld.one, "");
699 bld_base->int_bld.zero);
702 bld_base->int_bld.one);
    [all...]
si_shader.c     [all...]

Completed in 143 milliseconds