HomeSort by relevance Sort by last modified time
    Searched defs:grf (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_tes.cpp 88 struct brw_reg grf = brw_vec4_grf(reg + slot / 2, 4 * (slot % 2)); local
89 grf = stride(grf, 0, is_64bit ? 2 : 4, 1);
90 grf.swizzle = inst->src[i].swizzle;
91 grf.type = inst->src[i].type;
92 grf.abs = inst->src[i].abs;
93 grf.negate = inst->src[i].negate;
99 if (is_64bit && grf.subnr > 0) {
103 assert((brw_mask_for_swizzle(grf.swizzle) & 0x3) ^
104 (brw_mask_for_swizzle(grf.swizzle) & 0xc))
    [all...]
brw_fs.cpp 211 fs_visitor::DEP_RESOLVE_MOV(const fs_builder &bld, int grf)
219 ubld.MOV(ubld.null_reg_f(), fs_reg(VGRF, grf, BRW_REGISTER_TYPE_F));
297 * GRF sources and the destination.
1546 int grf = payload.num_regs + local
1741 int grf = alloc.allocate(offset); local
    [all...]
brw_vec4.cpp 186 * GRF sources and the destination.
1706 int grf = attribute_map[inst->src[i].nr + local
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_fs.c 164 int grf, interp, ch; local
168 grf = fcc->first_attr_grf + slot * 2;
201 a0[0] = tsrc(TOY_FILE_GRF, grf + 0, 3 * 4);
202 a0[1] = tsrc(TOY_FILE_GRF, grf + 0, 7 * 4);
203 a0[2] = tsrc(TOY_FILE_GRF, grf + 1, 3 * 4);
204 a0[3] = tsrc(TOY_FILE_GRF, grf + 1, 7 * 4);
212 attr[0] = tsrc(TOY_FILE_GRF, grf + 0, 0);
213 attr[1] = tsrc(TOY_FILE_GRF, grf + 0, 4 * 4);
214 attr[2] = tsrc(TOY_FILE_GRF, grf + 1, 0);
215 attr[3] = tsrc(TOY_FILE_GRF, grf + 1, 4 * 4)
318 const int grf = fcc->first_const_grf + idx.val32 \/ 2; local
1667 int grf, i; local
    [all...]
ilo_shader_gs.c 1168 int grf = gcc->first_free_grf; local
1216 int grf, i; local
    [all...]
ilo_shader_vs.c 71 const int grf = first_in_grf + vcc->tgsi.inputs[slot].semantic_index; local
72 const struct toy_src src = tsrc(TOY_FILE_GRF, grf, 0);
88 const int grf = vcc->first_const_grf + i / 2; local
93 grf >= vcc->first_ucp_grf)
97 src = tsrc_rect(tsrc(TOY_FILE_GRF, grf, grf_subreg), TOY_RECT_041);
211 const int grf = vcc->first_vue_grf; local
212 const struct toy_src src = tsrc(TOY_FILE_GRF, grf, 0);
    [all...]

Completed in 5190 milliseconds