Home | History | Annotate | Download | only in gallivm

Lines Matching refs:stype

1153 	       enum tgsi_opcode_type stype)
1157 switch (stype) {
1223 enum tgsi_opcode_type stype,
1273 if (tgsi_type_is_64bit(stype)) {
1290 if (stype == TGSI_TYPE_DOUBLE) {
1294 } else if (stype == TGSI_TYPE_UNSIGNED64) {
1298 } else if (stype == TGSI_TYPE_SIGNED64) {
1307 if (stype == TGSI_TYPE_SIGNED || stype == TGSI_TYPE_UNSIGNED || stype == TGSI_TYPE_DOUBLE || stype == TGSI_TYPE_SIGNED64 || stype == TGSI_TYPE_UNSIGNED64) {
1308 struct lp_build_context *bld_fetch = stype_to_fetch(bld_base, stype);
1325 enum tgsi_opcode_type stype,
1333 struct lp_build_context *bld_fetch = stype_to_fetch(bld_base, stype);
1352 enum tgsi_opcode_type stype,
1386 if (tgsi_type_is_64bit(stype))
1400 if (tgsi_type_is_64bit(stype)) {
1410 res = emit_fetch_64bit(bld_base, stype, res, res2);
1416 if (tgsi_type_is_64bit(stype))
1417 res = emit_fetch_64bit(bld_base, stype, res, bld->immediates[reg->Register.Index][swizzle + 1]);
1420 if (stype == TGSI_TYPE_SIGNED || stype == TGSI_TYPE_UNSIGNED || tgsi_type_is_64bit(stype)) {
1421 struct lp_build_context *bld_fetch = stype_to_fetch(bld_base, stype);
1431 enum tgsi_opcode_type stype,
1455 if (tgsi_type_is_64bit(stype)) {
1475 if (tgsi_type_is_64bit(stype)) {
1485 res = emit_fetch_64bit(bld_base, stype, res, res2);
1490 if (tgsi_type_is_64bit(stype))
1491 res = emit_fetch_64bit(bld_base, stype, res, bld->inputs[reg->Register.Index][swizzle + 1]);
1497 if (stype == TGSI_TYPE_SIGNED || stype == TGSI_TYPE_UNSIGNED || tgsi_type_is_64bit(stype)) {
1498 struct lp_build_context *bld_fetch = stype_to_fetch(bld_base, stype);
1510 enum tgsi_opcode_type stype,
1527 if (stype != TGSI_TYPE_UNSIGNED && stype != TGSI_TYPE_SIGNED) {
1559 if (tgsi_type_is_64bit(stype)) {
1569 res = emit_fetch_64bit(bld_base, stype, res, res2);
1570 } else if (stype == TGSI_TYPE_UNSIGNED) {
1572 } else if (stype == TGSI_TYPE_SIGNED) {
1583 enum tgsi_opcode_type stype,
1606 if (tgsi_type_is_64bit(stype)) {
1625 if (tgsi_type_is_64bit(stype)) {
1630 res = emit_fetch_64bit(bld_base, stype, res, res2);
1634 if (stype == TGSI_TYPE_SIGNED ||
1635 stype == TGSI_TYPE_UNSIGNED ||
1636 stype == TGSI_TYPE_DOUBLE ||
1637 stype == TGSI_TYPE_SIGNED64 ||
1638 stype == TGSI_TYPE_UNSIGNED64) {
1639 struct lp_build_context *bld_fetch = stype_to_fetch(bld_base, stype);
1650 enum tgsi_opcode_type stype,
1700 if (atype != stype) {
1701 if (stype == TGSI_TYPE_FLOAT) {
1703 } else if (stype == TGSI_TYPE_UNSIGNED) {
1705 } else if (stype == TGSI_TYPE_SIGNED) {