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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 702 struct lp_type setup_type; local
714 memset(&setup_type, 0, sizeof setup_type);
715 setup_type.floating = TRUE;
716 setup_type.sign = TRUE;
717 setup_type.width = 32;
718 setup_type.length = TGSI_NUM_CHANNELS;
725 lp_build_context_init(&bld->setup_bld, gallivm, setup_type);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 702 struct lp_type setup_type; local
714 memset(&setup_type, 0, sizeof setup_type);
715 setup_type.floating = TRUE;
716 setup_type.sign = TRUE;
717 setup_type.width = 32;
718 setup_type.length = TGSI_NUM_CHANNELS;
725 lp_build_context_init(&bld->setup_bld, gallivm, setup_type);

Completed in 294 milliseconds