Searched refs:grf (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_tes.cpp69 struct brw_reg grf = brw_vec4_grf(reg + slot / 2, 4 * (slot % 2)); local in function:brw::vec4_tes_visitor::setup_payload
70 grf = stride(grf, 0, is_64bit ? 2 : 4, 1);
71 grf.swizzle = inst->src[i].swizzle;
72 grf.type = inst->src[i].type;
73 grf.abs = inst->src[i].abs;
74 grf.negate = inst->src[i].negate;
80 if (is_64bit && grf.subnr > 0) {
84 assert((brw_mask_for_swizzle(grf.swizzle) & 0x3) ^
85 (brw_mask_for_swizzle(grf
[all...]
H A Dbrw_vec4_gs_visitor.cpp106 int grf = payload_reg * attributes_per_reg + local in function:brw::vec4_gs_visitor::setup_varying_inputs
110 attribute_to_hw_reg(grf, inst->src[i].type, attributes_per_reg > 1);
H A Dbrw_fs.cpp204 fs_visitor::DEP_RESOLVE_MOV(const fs_builder &bld, int grf) argument
212 ubld.MOV(ubld.null_reg_f(), fs_reg(VGRF, grf, BRW_REGISTER_TYPE_F));
1727 const unsigned grf = urb_start + inst->src[i].nr / 2; local in function:fs_visitor::assign_urb_setup
1733 byte_offset(retype(brw_vec8_grf(grf, 0), inst->src[i].type),
1753 int grf = payload.num_regs + local in function:fs_visitor::convert_attr_sources_to_hw_regs
1777 stride(byte_offset(retype(brw_vec8_grf(grf, 0), inst->src[i].type),
1801 /* Rewrite all ATTR file references to the hw grf that they land in. */
1948 int grf = alloc.allocate(offset); local in function:fs_visitor::split_virtual_grfs
1950 new_virtual_grf[k] = grf;
3540 int grf; local in function:clear_deps_for_inst_src
[all...]
H A Dbrw_fs.h91 void DEP_RESOLVE_MOV(const brw::fs_builder &bld, int grf);
H A Dbrw_vec4.cpp1811 int grf = payload_reg + inst->src[i].nr + local in function:brw::vec4_vs_visitor::setup_attributes
1814 struct brw_reg reg = brw_vec8_grf(grf, 0);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_tes.cpp68 struct brw_reg grf = brw_vec4_grf(reg + slot / 2, 4 * (slot % 2)); local in function:brw::vec4_tes_visitor::setup_payload
69 grf = stride(grf, 0, 4, 1);
70 grf.swizzle = inst->src[i].swizzle;
71 grf.type = inst->src[i].type;
72 grf.abs = inst->src[i].abs;
73 grf.negate = inst->src[i].negate;
74 inst->src[i] = grf;
H A Dbrw_vec4_gs_visitor.cpp107 int grf = payload_reg * attributes_per_reg + local in function:brw::vec4_gs_visitor::setup_varying_inputs
111 attribute_to_hw_reg(grf, inst->src[i].type, attributes_per_reg > 1);
H A Dbrw_fs.h121 void DEP_RESOLVE_MOV(const brw::fs_builder &bld, int grf);
H A Dbrw_fs.cpp207 fs_visitor::DEP_RESOLVE_MOV(const fs_builder &bld, int grf) argument
215 ubld.MOV(ubld.null_reg_f(), fs_reg(VGRF, grf, BRW_REGISTER_TYPE_F));
1972 const unsigned grf = urb_start + inst->src[i].nr / 2; local in function:fs_visitor::assign_urb_setup
1978 byte_offset(retype(brw_vec8_grf(grf, 0), inst->src[i].type),
1998 int grf = payload.num_regs + local in function:fs_visitor::convert_attr_sources_to_hw_regs
2022 stride(byte_offset(retype(brw_vec8_grf(grf, 0), inst->src[i].type),
2046 /* Rewrite all ATTR file references to the hw grf that they land in. */
2204 int grf = alloc.allocate(offset); local in function:fs_visitor::split_virtual_grfs
2206 new_virtual_grf[k] = grf;
3677 int grf; local in function:clear_deps_for_inst_src
[all...]
H A Dbrw_vec4.cpp1797 int grf = payload_reg + inst->src[i].nr + local in function:brw::vec4_vs_visitor::setup_attributes
1800 struct brw_reg reg = brw_vec8_grf(grf, 0);

Completed in 26 milliseconds