Searched refs:shuffled (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_tcs.cpp285 dst_reg shuffled = dst_reg(this, glsl_type::dvec4_type); local in function:brw::vec4_tcs_visitor::nir_emit_intrinsic
286 shuffle_64bit_data(shuffled, tmp_src, false);
290 emit(MOV(dst, src_reg(shuffled)));
338 dst_reg shuffled = dst_reg(this, glsl_type::dvec4_type); local in function:brw::vec4_tcs_visitor::nir_emit_intrinsic
339 shuffle_64bit_data(shuffled, value, true);
340 src_reg shuffled_float = src_reg(retype(shuffled, BRW_REGISTER_TYPE_F));
H A Dbrw_vec4_tes.cpp261 dst_reg shuffled(this, glsl_type::dvec4_type); local in function:brw::vec4_tes_visitor::nir_emit_intrinsic
262 shuffle_64bit_data(shuffled, temp_as_src, false);
266 emit(MOV(dst, src_reg(shuffled)));
H A Dbrw_vec4_visitor.cpp1491 dst_reg shuffled = dst_reg(this, glsl_type::dvec4_type); local in function:brw::vec4_visitor::emit_scratch_read
1492 dst_reg shuffled_float = retype(shuffled, BRW_REGISTER_TYPE_F);
1498 shuffle_64bit_data(temp, src_reg(shuffled), false, block, last_read);
1541 dst_reg shuffled = dst_reg(this, alloc_type); local in function:brw::vec4_visitor::emit_scratch_write
1543 shuffle_64bit_data(shuffled, temp, true, block, inst);
1544 src_reg shuffled_float = src_reg(retype(shuffled, BRW_REGISTER_TYPE_F));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp1383 dst_reg shuffled = dst_reg(this, glsl_type::dvec4_type); local in function:brw::vec4_visitor::emit_scratch_read
1384 dst_reg shuffled_float = retype(shuffled, BRW_REGISTER_TYPE_F);
1390 shuffle_64bit_data(temp, src_reg(shuffled), false, true, block, last_read);
1433 dst_reg shuffled = dst_reg(this, alloc_type); local in function:brw::vec4_visitor::emit_scratch_write
1435 shuffle_64bit_data(shuffled, temp, true, true, block, inst);
1436 src_reg shuffled_float = src_reg(retype(shuffled, BRW_REGISTER_TYPE_F));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst4302 - radv: always load 3 channels for formats that need to be shuffled

Completed in 14 milliseconds