Lines Matching refs:target
3276 * Fetch the current render target layer index.
3282 /* The render target array index is provided in the thread payload as
3290 /* The render target array index is provided in the thread payload as
3311 unsigned target)
3337 emit_mcs_fetch(coords, 3, brw_imm_ud(target), fs_reg()) : fs_reg();
3368 srcs[TEX_LOGICAL_SRC_SURFACE] = brw_imm_ud(target);
3380 * Actual coherent framebuffer read implemented using the native render target
3384 emit_coherent_fb_read(const fs_builder &bld, const fs_reg &dst, unsigned target)
3388 inst->target = target;
3511 const unsigned target = l - FRAG_RESULT_DATA0 + load_offset;
3515 emit_coherent_fb_read(bld, tmp, target);
3517 emit_non_coherent_fb_read(bld, tmp, target);