| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_blend.h | 75 nir_alu_type src0_type, src1_type; member in struct:pan_blend_shader_key 163 nir_alu_type src0_type, 180 nir_alu_type src0_type,
|
| pan_blend.c | 517 nir_alu_type src0_type, 572 nir_alu_type src_types[] = { src0_type ?: nir_type_float32, src1_type ?: nir_type_float32 }; 682 nir_alu_type src0_type, 688 .src0_type = src0_type, 732 GENX(pan_blend_create_shader)(dev, state, src0_type, src1_type, rt);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_eu_validate.c | 527 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local 529 if (dst_type != src0_type && 530 (dst_type == BRW_REGISTER_TYPE_HF || src0_type == BRW_REGISTER_TYPE_HF)) { 564 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local 567 return types_are_mixed_float(src0_type, dst_type); 571 return types_are_mixed_float(src0_type, src1_type) || 572 types_are_mixed_float(src0_type, dst_type) || 587 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local 589 if (dst_type != src0_type && 590 (type_sz(dst_type) == 1 || type_sz(src0_type) == 1)) 692 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local 720 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local 1013 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local 1795 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local [all...] |
| test_eu_validate.cpp | 1026 enum brw_reg_type src0_type; member in struct:__anon4759 1033 #define INST(dst_type, src0_type, src1_type, \ 1037 BRW_REGISTER_TYPE_##src0_type, \ 1072 retype(g0, inst[i].src0_type), 1090 enum brw_reg_type src0_type; member in struct:__anon4760 1095 #define INST(exec_size, dst_type, src0_type, src1_type, \ 1100 BRW_REGISTER_TYPE_##src0_type, \ 1126 retype(g0, inst[i].src0_type), 1143 enum brw_reg_type src0_type; member in struct:__anon4761 1151 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, 1215 enum brw_reg_type src0_type; member in struct:__anon4762 1296 enum brw_reg_type src0_type; member in struct:__anon4763 1361 enum brw_reg_type src0_type; member in struct:__anon4764 1440 enum brw_reg_type src0_type; member in struct:__anon4765 1499 enum brw_reg_type src0_type; member in struct:__anon4766 1551 enum brw_reg_type src0_type; member in struct:__anon4767 1600 enum brw_reg_type src0_type; member in struct:__anon4768 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_eu_validate.c | 614 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local 616 if (dst_type != src0_type && 617 (dst_type == BRW_REGISTER_TYPE_HF || src0_type == BRW_REGISTER_TYPE_HF)) { 651 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local 654 return types_are_mixed_float(src0_type, dst_type); 658 return types_are_mixed_float(src0_type, src1_type) || 659 types_are_mixed_float(src0_type, dst_type) || 674 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local 676 if (dst_type != src0_type && 677 (type_sz(dst_type) == 1 || type_sz(src0_type) == 1)) 779 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local 807 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local 1100 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local 1930 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); local [all...] |
| test_eu_validate.cpp | 1432 enum brw_reg_type src0_type; member in struct:__anon2423 1439 #define INST(dst_type, src0_type, src1_type, \ 1443 BRW_REGISTER_TYPE_##src0_type, \ 1478 retype(g0, inst[i].src0_type), 1496 enum brw_reg_type src0_type; member in struct:__anon2424 1501 #define INST(exec_size, dst_type, src0_type, src1_type, \ 1506 BRW_REGISTER_TYPE_##src0_type, \ 1532 retype(g0, inst[i].src0_type), 1549 enum brw_reg_type src0_type; member in struct:__anon2425 1557 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, 1621 enum brw_reg_type src0_type; member in struct:__anon2426 1702 enum brw_reg_type src0_type; member in struct:__anon2427 1767 enum brw_reg_type src0_type; member in struct:__anon2428 1846 enum brw_reg_type src0_type; member in struct:__anon2429 1905 enum brw_reg_type src0_type; member in struct:__anon2430 1957 enum brw_reg_type src0_type; member in struct:__anon2431 2006 enum brw_reg_type src0_type; member in struct:__anon2432 [all...] |