HomeSort by: relevance | last modified time | path
    Searched defs:first_pipe (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-tilepro.c 1113 int first_pipe; local
1145 for (first_pipe = 0; (op->pipes & (1 << first_pipe)) == 0; first_pipe++)
1151 &op->operands[first_pipe][0],
tc-tilegx.c 1227 int first_pipe; local
1259 for (first_pipe = 0; (op->pipes & (1 << first_pipe)) == 0; first_pipe++)
1265 &op->operands[first_pipe][0],
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tilepro.c 1113 int first_pipe; local
1145 for (first_pipe = 0; (op->pipes & (1 << first_pipe)) == 0; first_pipe++)
1151 &op->operands[first_pipe][0],
tc-tilegx.c 1227 int first_pipe; local
1259 for (first_pipe = 0; (op->pipes & (1 << first_pipe)) == 0; first_pipe++)
1265 &op->operands[first_pipe][0],
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c 1976 struct pipe_ctx *first_pipe = res_ctx->pipe_ctx[i].prev_odm_pipe; local
1978 while (first_pipe->prev_odm_pipe)
1979 first_pipe = first_pipe->prev_odm_pipe;
1980 pipes[pipe_cnt].pipe.src.hsplit_grp = first_pipe->pipe_idx;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 14245 enum pipe first_pipe = INVALID_PIPE, enabled_pipe = INVALID_PIPE; local
14259 first_pipe = crtc->pipe;
14289 other_crtc_state->hsw_workaround_pipe = first_pipe;

Completed in 34 milliseconds