Searched refs:brw_int_type (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp382 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 Dbrw_ir_performance.cpp150 tx = brw_int_type(8, tx == BRW_REGISTER_TYPE_D);
173 tx = brw_int_type(8, tx == BRW_REGISTER_TYPE_D);
H A Dbrw_reg.h364 brw_int_type(unsigned sz, bool is_signed) function in typeref:enum:brw_reg_type
H A Dbrw_fs_nir.cpp508 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 Dbrw_eu_emit.c3422 const enum brw_reg_type type = brw_int_type(exec_size / 8, false);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp338 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 Dbrw_reg.h362 brw_int_type(unsigned sz, bool is_signed) function in typeref:enum:brw_reg_type
H A Dbrw_fs_nir.cpp543 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 Dbrw_eu_emit.c3204 const enum brw_reg_type type = brw_int_type(exec_size / 8, false);

Completed in 31 milliseconds