OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:color_count
(Results
1 - 17
of
17
) sorted by null
/external/syslinux/utils/
ppmtolss16
235
$
color_count
{$rgb}++;
241
@colors = sort { $
color_count
{$b} <=> $
color_count
{$a} } keys(%
color_count
);
/external/libxcam/modules/isp/
aiq3a_utils.cpp
35
uint32_t
color_count
= (from_info.grid_pixel_size / 2) * (from_info.grid_pixel_size / 2);
local
42
from->stats [i * from_info.aligned_width + j].avg_y *
color_count
;
44
from->stats [i * from_info.aligned_width + j].avg_gr *
color_count
;
46
from->stats [i * from_info.aligned_width + j].avg_r *
color_count
;
48
from->stats [i * from_info.aligned_width + j].avg_b *
color_count
;
50
from->stats [i * from_info.aligned_width + j].avg_gb *
color_count
;
/external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp
96
int
color_count
= kSingleColorPerPatch;
local
98
color_count
= kQuadColorsPerPatch;
110
color_count
-= 2;
126
nBits *=
color_count
;
[
all
...]
/external/mesa3d/src/amd/vulkan/
radv_pass.c
99
subpass->
color_count
= desc->colorAttachmentCount;
radv_meta_resolve.c
593
for (uint32_t i = 0; i < subpass->
color_count
; ++i) {
606
.
color_count
= 2,
radv_meta_clear.c
406
assert(clear_att->colorAttachment < subpass->
color_count
);
433
.
color_count
= 1,
939
for (uint32_t i = 0; i < cmd_state->subpass->
color_count
; ++i) {
[
all
...]
radv_pipeline.c
747
for (unsigned i = 0; i < (single_cb_enable ? 1 : subpass->
color_count
); ++i) {
794
for (unsigned i = 0; i < subpass->
color_count
; ++i) {
[
all
...]
radv_private.h
1217
uint32_t
color_count
;
member in struct:radv_subpass
[
all
...]
radv_cmd_buffer.c
872
for (i = 0; i < subpass->
color_count
; ++i) {
888
for (i = subpass->
color_count
; i < 8; i++)
[
all
...]
/external/mesa3d/src/intel/vulkan/
anv_pass.c
110
subpass->
color_count
= desc->colorAttachmentCount;
anv_blorp.c
[
all
...]
anv_pipeline.c
283
render_pass->subpasses[info->subpass].
color_count
;
[
all
...]
anv_private.h
1761
uint32_t
color_count
;
member in struct:anv_subpass
[
all
...]
genX_cmd_buffer.c
[
all
...]
/external/libpng/contrib/tools/
genpng.c
109
#define
color_count
((sizeof colors)/(sizeof colors[0]))
macro
114
int icolor =
color_count
;
/external/mesa3d/src/gallium/drivers/svga/
svga_cmd_vgpu10.c
342
unsigned
color_count
,
346
const unsigned surf_count =
color_count
+ 1;
357
color_count
* sizeof(SVGA3dRenderTargetViewId),
381
for (i = 0; i <
color_count
; i++) {
[
all
...]
svga_cmd.h
379
unsigned
color_count
,
Completed in 3332 milliseconds