Searched refs:brw_int_type (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_lower_regioning.cpp | 382 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), 431 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), 471 const brw_reg_type raw_type = brw_int_type(type_sz(inst->dst.type), false);
|
| H A D | brw_ir_performance.cpp | 150 tx = brw_int_type(8, tx == BRW_REGISTER_TYPE_D); 173 tx = brw_int_type(8, tx == BRW_REGISTER_TYPE_D);
|
| H A D | brw_reg.h | 364 brw_int_type(unsigned sz, bool is_signed) function in typeref:enum:brw_reg_type
|
| H A D | brw_fs_nir.cpp | 508 const brw_reg_type type = brw_int_type( 1141 brw_int_type(1, extract_instr->op == nir_op_extract_i8); 1150 brw_int_type(2, extract_instr->op == nir_op_extract_i16); 1962 const brw_reg_type type = brw_int_type(1, instr->op == nir_op_extract_i8); 1983 const brw_reg_type type = brw_int_type(1, instr->op == nir_op_extract_i8); 1991 const brw_reg_type type = brw_int_type(2, instr->op == nir_op_extract_i16);
|
| H A D | brw_eu_emit.c | 3422 const enum brw_reg_type type = brw_int_type(exec_size / 8, false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_lower_regioning.cpp | 338 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4), 386 const brw_reg_type raw_type = brw_int_type(MIN2(type_sz(tmp.type), 4),
|
| H A D | brw_reg.h | 362 brw_int_type(unsigned sz, bool is_signed) function in typeref:enum:brw_reg_type
|
| H A D | brw_fs_nir.cpp | 543 const brw_reg_type type = brw_int_type( 1783 const brw_reg_type type = brw_int_type(1, instr->op == nir_op_extract_i8); 1804 const brw_reg_type type = brw_int_type(1, instr->op == nir_op_extract_i8); 1812 const brw_reg_type type = brw_int_type(2, instr->op == nir_op_extract_i16);
|
| H A D | brw_eu_emit.c | 3204 const enum brw_reg_type type = brw_int_type(exec_size / 8, false);
|
Completed in 31 milliseconds