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 487 * @param cyl_wrap TGSI_CYLINDRICAL_WRAP_x flags
492 uint cyl_wrap,
506 if (!cyl_wrap)
512 cyl_mask = lp_build_const_mask_aos(gallivm, type, cyl_wrap, 4);
587 emit_apply_cyl_wrap(gallivm, args, key->inputs[slot].cyl_wrap, attribs);
593 emit_apply_cyl_wrap(gallivm, args, key->inputs[slot].cyl_wrap, attribs);
    [all...]
lp_state_fs.c     [all...]

Completed in 202 milliseconds