OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tf_pts
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c
1330
struct dc_transfer_func_distributed_points *
tf_pts
)
1352
regamma_y = &
tf_pts
->red[i];
1354
regamma_y = &
tf_pts
->green[i];
1356
regamma_y = &
tf_pts
->blue[i];
1459
struct dc_transfer_func_distributed_points *
tf_pts
)
1480
tf_pts
->red[i] = calculate_mapped_value(
1482
tf_pts
->green[i] = calculate_mapped_value(
1484
tf_pts
->blue[i] = calculate_mapped_value(
1516
struct dc_transfer_func_distributed_points *
tf_pts
)
1536
tf_pts
->red[i] = dc_fixpt_zero
1733
struct dc_transfer_func_distributed_points *
tf_pts
= &output_tf->
tf_pts
;
local
1793
struct dc_transfer_func_distributed_points *
tf_pts
= &input_tf->
tf_pts
;
local
2009
struct dc_transfer_func_distributed_points *
tf_pts
= &output_tf->
tf_pts
;
local
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_cm_common.c
388
rgb_resulted[j].red = output_tf->
tf_pts
.red[i];
389
rgb_resulted[j].green = output_tf->
tf_pts
.green[i];
390
rgb_resulted[j].blue = output_tf->
tf_pts
.blue[i];
397
rgb_resulted[hw_points - 1].red = output_tf->
tf_pts
.red[start_index];
398
rgb_resulted[hw_points - 1].green = output_tf->
tf_pts
.green[start_index];
399
rgb_resulted[hw_points - 1].blue = output_tf->
tf_pts
.blue[start_index];
554
rgb_resulted[j].red = output_tf->
tf_pts
.red[i];
555
rgb_resulted[j].green = output_tf->
tf_pts
.green[i];
556
rgb_resulted[j].blue = output_tf->
tf_pts
.blue[i];
563
rgb_resulted[hw_points - 1].red = output_tf->
tf_pts
.red[start_index]
[
all
...]
amdgpu_dcn10_hw_sequencer.c
1525
DC_LOG_GAMMA("R\t%d\t%llu", i, tf->
tf_pts
.red[i].value);
1526
DC_LOG_ALL_TF_CHANNELS("G\t%d\t%llu", i, tf->
tf_pts
.green[i].value);
1527
DC_LOG_ALL_TF_CHANNELS("B\t%d\t%llu", i, tf->
tf_pts
.blue[i].value);
1531
DC_LOG_ALL_GAMMA("R\t%d\t%llu", i, tf->
tf_pts
.red[i].value);
1532
DC_LOG_ALL_TF_CHANNELS("G\t%d\t%llu", i, tf->
tf_pts
.green[i].value);
1533
DC_LOG_ALL_TF_CHANNELS("B\t%d\t%llu", i, tf->
tf_pts
.blue[i].value);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c
511
rgb_resulted[j].red = output_tf->
tf_pts
.red[i];
512
rgb_resulted[j].green = output_tf->
tf_pts
.green[i];
513
rgb_resulted[j].blue = output_tf->
tf_pts
.blue[i];
520
rgb_resulted[hw_points - 1].red = output_tf->
tf_pts
.red[start_index];
521
rgb_resulted[hw_points - 1].green = output_tf->
tf_pts
.green[start_index];
522
rgb_resulted[hw_points - 1].blue = output_tf->
tf_pts
.blue[start_index];
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c
1902
memcpy(&surface->in_transfer_func->
tf_pts
,
1903
&srf_update->in_transfer_func->
tf_pts
,
1961
memcpy(&stream->out_transfer_func->
tf_pts
,
1962
&update->out_transfer_func->
tf_pts
,
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h
664
struct dc_transfer_func_distributed_points
tf_pts
;
member in union:dc_transfer_func::__anon4525
Completed in 33 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026