HomeSort by relevance Sort by last modified time
    Searched full:abld (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 201 fs_builder abld = bld.annotate("compute pixel centers"); local
206 abld.ADD(this->pixel_x,
209 abld.ADD(this->pixel_y,
213 abld = bld.annotate("compute pixel deltas from v0");
223 abld.half(i).ADD(half(offset(delta_xy, abld, i), 0),
225 abld.half(i).ADD(half(offset(delta_xy, abld, i), 1),
229 abld.ADD(offset(delta_xy, abld, 0), this->pixel_x, xstart)
251 fs_builder abld = bld.annotate("compute pixel centers"); local
378 const fs_builder abld = bld.annotate("Alpha test"); local
476 const fs_builder abld = bld.annotate( local
567 const fs_builder abld = bld.annotate("user clip distances"); local
764 const fs_builder abld = bld.annotate("URB write"); local
    [all...]
brw_fs_nir.cpp 133 const fs_builder abld = v->bld.annotate("gl_InvocationID", NULL); local
135 fs_reg iid = abld.vgrf(BRW_REGISTER_TYPE_UD, 1);
136 abld.SHR(iid, g1, brw_imm_ud(27u));
174 const fs_builder abld = local
188 fs_reg shifted = abld.vgrf(BRW_REGISTER_TYPE_UW, 1);
189 abld.SHR(shifted,
205 inverted = abld.vgrf(BRW_REGISTER_TYPE_UW);
206 abld.NOT(inverted, shifted);
212 fs_reg anded = abld.vgrf(BRW_REGISTER_TYPE_UD, 1);
213 abld.AND(anded, inverted, brw_imm_uw(1))
335 const fs_builder abld = bld.annotate(NULL, instr); local
    [all...]
brw_fs.cpp 1126 const fs_builder abld = bld.annotate("compute sample position"); local
1177 const fs_builder abld = bld.annotate("compute sample id"); local
1289 const fs_builder abld = bld.annotate("compute gl_SampleMaskIn"); local
1344 const fs_builder abld = bld.annotate("thread end"); local
    [all...]

Completed in 505 milliseconds