Searched refs:is_align1_df (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.cpp2000 is_align1_df(vec4_instruction *inst) function in namespace:brw
2107 if (is_align1_df(inst) && (cvt(inst->exec_size) - 1) == src.width)
2460 if (is_align1_df(inst))
2595 if(type_sz(reg.type) < 8 || is_align1_df(inst)) {
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.cpp2022 is_align1_df(vec4_instruction *inst) function in namespace:brw
2138 if (is_align1_df(inst) && (cvt(inst->exec_size) - 1) == src.width)
2491 if (is_align1_df(inst))
2626 if(type_sz(reg.type) < 8 || is_align1_df(inst)) {

Completed in 9 milliseconds