OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_pipe
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm/dist/shared-core/
r600_cp.c
607
u32
cur_pipe
;
local in function:r600_get_tile_pipe_to_backend_map
697
for (
cur_pipe
=0;
cur_pipe
<num_tile_pipes; ++
cur_pipe
) {
701
backend_map |= (u32)(((cur_backend & 3) << (swizzle_pipe[
cur_pipe
] * 2)));
1162
u32
cur_pipe
;
local in function:r700_get_tile_pipe_to_backend_map
1252
for (
cur_pipe
= 0;
cur_pipe
< num_tile_pipes; ++
cur_pipe
) {
1256
backend_map |= (u32)(((cur_backend & 3) << (swizzle_pipe[
cur_pipe
] * 2)))
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c
1385
struct pipe_ctx *
cur_pipe
= &new_ctx->res_ctx.pipe_ctx[i];
local in function:dc_copy_state
1387
if (
cur_pipe
->top_pipe)
1388
cur_pipe
->top_pipe = &new_ctx->res_ctx.pipe_ctx[
cur_pipe
->top_pipe->pipe_idx];
1390
if (
cur_pipe
->bottom_pipe)
1391
cur_pipe
->bottom_pipe = &new_ctx->res_ctx.pipe_ctx[
cur_pipe
->bottom_pipe->pipe_idx];
1393
if (
cur_pipe
->prev_odm_pipe)
1394
cur_pipe
->prev_odm_pipe = &new_ctx->res_ctx.pipe_ctx[
cur_pipe
->prev_odm_pipe->pipe_idx]
2262
struct pipe_ctx
cur_pipe
= context->res_ctx.pipe_ctx[i];
local in function:commit_planes_for_stream
[
all
...]
amdgpu_dc_resource.c
2510
struct pipe_ctx *
cur_pipe
= &dst_ctx->res_ctx.pipe_ctx[i];
local in function:dc_resource_state_copy_construct
2512
if (
cur_pipe
->top_pipe)
2513
cur_pipe
->top_pipe = &dst_ctx->res_ctx.pipe_ctx[
cur_pipe
->top_pipe->pipe_idx];
2515
if (
cur_pipe
->bottom_pipe)
2516
cur_pipe
->bottom_pipe = &dst_ctx->res_ctx.pipe_ctx[
cur_pipe
->bottom_pipe->pipe_idx];
2518
if (
cur_pipe
->next_odm_pipe)
2519
cur_pipe
->next_odm_pipe = &dst_ctx->res_ctx.pipe_ctx[
cur_pipe
->next_odm_pipe->pipe_idx]
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025