Searched refs:get_exec_type (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp174 const brw_reg_type exec_type = get_exec_type(inst);
229 inst->src[i].type != get_exec_type(inst)));
243 return inst->dst.type != get_exec_type(inst);
250 inst->dst.type != get_exec_type(inst);
296 brw_reg_type_is_floating_point(get_exec_type(inst)) ||
301 const fs_reg tmp = ibld.vgrf(get_exec_type(inst));
322 const brw_reg_type type = get_exec_type(inst);
469 assert(inst->dst.type == get_exec_type(inst));
H A Dbrw_ir_vec4.h441 get_exec_type(const vec4_instruction *inst) function in namespace:brw
447 const brw_reg_type t = get_exec_type(brw_reg_type(inst->src[i].type));
470 return type_sz(get_exec_type(inst));
H A Dbrw_ir_fs.h474 get_exec_type(const fs_inst *inst) function in typeref:enum:brw_reg_type
481 const brw_reg_type t = get_exec_type(inst->src[i].type);
522 return type_sz(get_exec_type(inst));
559 const brw_reg_type exec_type = get_exec_type(inst);
H A Dbrw_ir_performance.cpp126 tx(get_exec_type(inst)), sx(0), ss(0),
157 tx(get_exec_type(inst)), sx(0), ss(0), sc(0),
H A Dbrw_fs_scoreboard.cpp108 const brw_reg_type t = get_exec_type(inst);
H A Dbrw_reg.h344 get_exec_type(const enum brw_reg_type type) function in typeref:enum:brw_reg_type
H A Dbrw_fs.cpp449 const brw_reg_type exec_type = get_exec_type(this);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_lower_regioning.cpp174 const brw_reg_type exec_type = get_exec_type(inst);
211 return inst->dst.type != get_exec_type(inst);
260 const fs_reg tmp = ibld.vgrf(get_exec_type(inst));
281 const brw_reg_type type = get_exec_type(inst);
H A Dbrw_ir_fs.h466 get_exec_type(const fs_inst *inst) function in typeref:enum:brw_reg_type
473 const brw_reg_type t = get_exec_type(inst->src[i].type);
514 return type_sz(get_exec_type(inst));
544 const brw_reg_type exec_type = get_exec_type(inst);
H A Dbrw_ir_vec4.h439 get_exec_type(const vec4_instruction *inst) function in namespace:brw
445 const brw_reg_type t = get_exec_type(brw_reg_type(inst->src[i].type));
468 return type_sz(get_exec_type(inst));
H A Dbrw_reg.h342 get_exec_type(const enum brw_reg_type type) function in typeref:enum:brw_reg_type

Completed in 27 milliseconds