Searched refs:cyl_wrap (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.h73 uint cyl_wrap:4; /* TGSI_CYLINDRICAL_WRAP_x flags */ member in struct:lp_shader_input
H A Dlp_state_setup.c450 * @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);
453 emit_apply_cyl_wrap(struct gallivm_state *gallivm, struct lp_setup_args *args, uint cyl_wrap, LLVMValueRef attribv[3]) argument
H A Dlp_state_fs.c1338 shader->inputs[i].cyl_wrap = shader->info.base.input_cylindrical_wrap[i];
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.h73 uint cyl_wrap:4; /* TGSI_CYLINDRICAL_WRAP_x flags */ member in struct:lp_shader_input
H A Dlp_state_setup.c450 * @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);
453 emit_apply_cyl_wrap(struct gallivm_state *gallivm, struct lp_setup_args *args, uint cyl_wrap, LLVMValueRef attribv[3]) argument
H A Dlp_state_fs.c1338 shader->inputs[i].cyl_wrap = shader->info.base.input_cylindrical_wrap[i];

Completed in 129 milliseconds