Searched refs:packed_consts (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp679 src_reg packed_consts; local in function:brw::vec4_visitor::nir_emit_intrinsic
681 packed_consts = push_reg;
683 packed_consts = src_reg(this, glsl_type::vec4_type);
684 emit_pull_constant_load_reg(dst_reg(packed_consts),
703 packed_consts = src_reg(this, glsl_type::dvec4_type);
704 shuffle_64bit_data(dst_reg(packed_consts), temp, false);
707 packed_consts.swizzle = brw_swizzle_for_size(instr->num_components);
711 packed_consts.swizzle +=
718 emit(MOV(dest, retype(packed_consts, dest.type)));
H A Dbrw_fs_nir.cpp4761 const fs_reg packed_consts = ubld.vgrf(BRW_REGISTER_TYPE_UD); local in function:fs_visitor::nir_emit_intrinsic
4770 packed_consts, surf_index,
4774 retype(byte_offset(packed_consts, base & (block_sz - 1)),
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp719 src_reg packed_consts; local in function:brw::vec4_visitor::nir_emit_intrinsic
721 packed_consts = src_reg(this, glsl_type::vec4_type);
722 emit_pull_constant_load_reg(dst_reg(packed_consts),
739 packed_consts = src_reg(this, glsl_type::dvec4_type);
740 shuffle_64bit_data(dst_reg(packed_consts), temp, false);
743 packed_consts.swizzle = brw_swizzle_for_size(instr->num_components);
747 packed_consts.swizzle +=
754 emit(MOV(dest, retype(packed_consts, dest.type)));
H A Dbrw_fs_nir.cpp4328 const fs_reg packed_consts = ubld.vgrf(BRW_REGISTER_TYPE_UD); local in function:fs_visitor::nir_emit_intrinsic
4337 packed_consts, surf_index,
4341 retype(byte_offset(packed_consts, base & (block_sz - 1)),

Completed in 24 milliseconds