Searched refs:src0_type (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_validate.c | 647 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in is_half_float_conversion() local 649 if (dst_type != src0_type && in is_half_float_conversion() 650 (dst_type == BRW_REGISTER_TYPE_HF || src0_type == BRW_REGISTER_TYPE_HF)) { in is_half_float_conversion() 686 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in is_mixed_float() local 689 return types_are_mixed_float(src0_type, dst_type); in is_mixed_float() 693 return types_are_mixed_float(src0_type, src1_type) || in is_mixed_float() 694 types_are_mixed_float(src0_type, dst_type) || in is_mixed_float() 711 enum brw_reg_type src0_type = brw_inst_src0_type(devinfo, inst); in is_byte_conversion() local 713 if (dst_type != src0_type && in is_byte_conversion() 714 (type_sz(dst_type) == 1 || type_sz(src0_type) == 1)) { in is_byte_conversion() [all …]
|
D | test_eu_validate.cpp | 1435 enum brw_reg_type src0_type; in TEST_P() member 1442 #define INST(dst_type, src0_type, src1_type, \ in TEST_P() argument 1446 BRW_REGISTER_TYPE_##src0_type, \ in TEST_P() 1481 retype(g0, inst[i].src0_type), in TEST_P() 1499 enum brw_reg_type src0_type; in TEST_P() member 1504 #define INST(exec_size, dst_type, src0_type, src1_type, \ in TEST_P() argument 1509 BRW_REGISTER_TYPE_##src0_type, \ in TEST_P() 1535 retype(g0, inst[i].src0_type), in TEST_P() 1552 enum brw_reg_type src0_type; in TEST_P() member 1560 #define INST(dst_type, src0_type, src1_type, dst_stride, read_acc, subnr, \ in TEST_P() argument [all …]
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_blend.h | 75 nir_alu_type src0_type, src1_type; member 169 nir_alu_type src0_type, 186 nir_alu_type src0_type,
|
D | pan_blend.c | 602 nir_alu_type src0_type, in GENX() 657 nir_alu_type src_types[] = { src0_type ?: nir_type_float32, src1_type ?: nir_type_float32 }; in GENX() 767 nir_alu_type src0_type, in GENX() 773 .src0_type = src0_type, in GENX() 818 GENX(pan_blend_create_shader)(dev, state, src0_type, src1_type, rt); in GENX()
|