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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp165 assert(cmp_type != AF_FLOAT_CMP);
166 cmp_type = AF_FLOAT_CMP;
256 if (cmp_type != AF_FLOAT_CMP && ddst_type == AF_FLOAT_DST)
H A Dsb_expr.cpp222 if (cmp_type == AF_FLOAT_CMP) {
245 if (cmp_type == AF_FLOAT_CMP) {
269 if (s0.abs == s1.abs && s0.neg == s1.neg && cmp_type != AF_FLOAT_CMP) {
895 case AF_FLOAT_CMP: {
1167 if (int_dst && cmp_type == AF_FLOAT_CMP) {
1177 case AF_FLOAT_CMP: {
1214 case AF_FLOAT_CMP: {
1250 case AF_FLOAT_CMP: {
1286 case AF_FLOAT_CMP: {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp165 assert(cmp_type != AF_FLOAT_CMP);
166 cmp_type = AF_FLOAT_CMP;
256 if (cmp_type != AF_FLOAT_CMP && ddst_type == AF_FLOAT_DST)
H A Dsb_expr.cpp222 if (cmp_type == AF_FLOAT_CMP) {
245 if (cmp_type == AF_FLOAT_CMP) {
269 if (s0.abs == s1.abs && s0.neg == s1.neg && cmp_type != AF_FLOAT_CMP) {
895 case AF_FLOAT_CMP: {
1167 if (int_dst && cmp_type == AF_FLOAT_CMP) {
1177 case AF_FLOAT_CMP: {
1214 case AF_FLOAT_CMP: {
1250 case AF_FLOAT_CMP: {
1286 case AF_FLOAT_CMP: {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_isa.h103 AF_FLOAT_CMP = 0, enumerator in enum:alu_op_flags
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_isa.h108 AF_FLOAT_CMP = 0, enumerator in enum:alu_op_flags

Completed in 14 milliseconds