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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.h 73 uint cyl_wrap:4; /* TGSI_CYLINDRICAL_WRAP_x flags */ member in struct:lp_shader_input
lp_state_setup.c 450 * @param cyl_wrap TGSI_CYLINDRICAL_WRAP_x flags
455 uint cyl_wrap,
469 if (!cyl_wrap)
475 cyl_mask = lp_build_const_mask_aos(gallivm, type, cyl_wrap);
550 emit_apply_cyl_wrap(gallivm, args, key->inputs[slot].cyl_wrap, attribs);
556 emit_apply_cyl_wrap(gallivm, args, key->inputs[slot].cyl_wrap, attribs);
lp_state_fs.c     [all...]

Completed in 690 milliseconds