Home | History | Annotate | Download | only in util

Lines Matching defs:stype

876    enum tgsi_return_type stype;
883 stype = TGSI_RETURN_TYPE_UINT;
893 stype = TGSI_RETURN_TYPE_SINT;
905 dtype = stype = TGSI_RETURN_TYPE_FLOAT;
916 stype != TGSI_RETURN_TYPE_UINT &&
917 stype != TGSI_RETURN_TYPE_SINT) {
930 stype);
935 stype);
948 *shader = util_make_fs_blit_msaa_color(pipe, tgsi_tex, stype, dtype);
961 stype, dtype);