Home
last modified time | relevance | path

Searched refs:rgb_count (Results 1 – 16 of 16) sorted by relevance

/dports/x11/xpra/xpra-4.3/tests/perf/
H A Dtest_measure_perf_chartreps.py159 rgb_count = 0
182 rgb_count = 0
196 rgb_count += 1
197 if (rgb_count == 3):
201 rgb_count = 0
H A Dtest_measure_perf_charts.py159 rgb_count = 0
192 rgb_count = 0
206 rgb_count += 1
207 if (rgb_count == 3):
211 rgb_count = 0
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; in rc_inst_can_use_presub() local
471 rgb_count++; in rc_inst_can_use_presub()
492 rgb_count++; in rc_inst_can_use_presub()
500 if (rgb_count > 3 || alpha_count > 3) { in rc_inst_can_use_presub()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; in rc_inst_can_use_presub() local
471 rgb_count++; in rc_inst_can_use_presub()
492 rgb_count++; in rc_inst_can_use_presub()
500 if (rgb_count > 3 || alpha_count > 3) { in rc_inst_can_use_presub()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; in rc_inst_can_use_presub() local
471 rgb_count++; in rc_inst_can_use_presub()
492 rgb_count++; in rc_inst_can_use_presub()
500 if (rgb_count > 3 || alpha_count > 3) { in rc_inst_can_use_presub()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; in rc_inst_can_use_presub() local
471 rgb_count++; in rc_inst_can_use_presub()
492 rgb_count++; in rc_inst_can_use_presub()
500 if (rgb_count > 3 || alpha_count > 3) { in rc_inst_can_use_presub()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; in rc_inst_can_use_presub() local
471 rgb_count++; in rc_inst_can_use_presub()
492 rgb_count++; in rc_inst_can_use_presub()
500 if (rgb_count > 3 || alpha_count > 3) { in rc_inst_can_use_presub()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; in rc_inst_can_use_presub() local
471 rgb_count++; in rc_inst_can_use_presub()
492 rgb_count++; in rc_inst_can_use_presub()
500 if (rgb_count > 3 || alpha_count > 3) { in rc_inst_can_use_presub()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; in rc_inst_can_use_presub() local
471 rgb_count++; in rc_inst_can_use_presub()
492 rgb_count++; in rc_inst_can_use_presub()
500 if (rgb_count > 3 || alpha_count > 3) { in rc_inst_can_use_presub()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; in rc_inst_can_use_presub() local
471 rgb_count++; in rc_inst_can_use_presub()
492 rgb_count++; in rc_inst_can_use_presub()
500 if (rgb_count > 3 || alpha_count > 3) { in rc_inst_can_use_presub()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; in rc_inst_can_use_presub() local
471 rgb_count++; in rc_inst_can_use_presub()
492 rgb_count++; in rc_inst_can_use_presub()
500 if (rgb_count > 3 || alpha_count > 3) { in rc_inst_can_use_presub()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; in rc_inst_can_use_presub() local
471 rgb_count++; in rc_inst_can_use_presub()
492 rgb_count++; in rc_inst_can_use_presub()
500 if (rgb_count > 3 || alpha_count > 3) { in rc_inst_can_use_presub()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c424 int rgb_count = 0, alpha_count = 0; in rc_inst_can_use_presub() local
471 rgb_count++; in rc_inst_can_use_presub()
492 rgb_count++; in rc_inst_can_use_presub()
500 if (rgb_count > 3 || alpha_count > 3) { in rc_inst_can_use_presub()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Daiv.c13 int rgb_count ; member
443 psq->rgb_count = 0 ; in AIVVV_imseq_popup()
548 if( psq->rgb_count > 0 ) in AIVVV_imseq_getim()
626 if( im->kind == MRI_rgb ) psq->rgb_count++ ; in AIVVV_imseq_addto()
H A Dafni_plugin.h662 int rgb_count ; member
H A Dafni_plugin.c4696 psq->rgb_count = 0 ; in PLUTO_imseq_popup()
4703 if( cim->kind == MRI_rgb ) psq->rgb_count++ ; in PLUTO_imseq_popup()
4777 if( cim->kind == MRI_rgb ) psq->rgb_count++ ; in PLUTO_imseq_addto()
4865 if( psq->rgb_count > 0 ) in PLUTO_imseq_getim()