/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 59 MODE_COLOR = 1u << 1, member in vkt::FragmentOperations::__anon27977::TestMode 298 << " fragColor = " << (m_testMode == TestMode::MODE_COLOR ? "subpassLoad(inputValue);\n" in initPrograms() 363 , m_usageFlags ( testMode == TestMode::MODE_COLOR ? VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT | VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT in TransientAttachmentTestInstance() 499 if (m_testMode == TestMode::MODE_COLOR) clearValue.color = { { 1.0f, 1.0f, 0.0f, 1.0f } }; in iterate() 545 const tcu::Vec4 clearColor = m_testMode == TestMode::MODE_COLOR in iterate() 581 { "color_load_store_op_test_lazy_bit", TestMode::MODE_COLOR , VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT}, in createTransientAttachmentTests() 584 { "color_load_store_op_test_local_bit", TestMode::MODE_COLOR , VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT}, in createTransientAttachmentTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 59 MODE_COLOR = 1u << 1, member in vkt::FragmentOperations::__anon29211::TestMode 298 << " fragColor = " << (m_testMode == TestMode::MODE_COLOR ? "subpassLoad(inputValue);\n" in initPrograms() 363 , m_usageFlags ( testMode == TestMode::MODE_COLOR ? VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSIENT_ATTACHMENT_BIT | VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT in TransientAttachmentTestInstance() 499 if (m_testMode == TestMode::MODE_COLOR) clearValue.color = { { 1.0f, 1.0f, 0.0f, 1.0f } }; in iterate() 545 const tcu::Vec4 clearColor = m_testMode == TestMode::MODE_COLOR in iterate() 580 { "color_load_store_op_test_lazy_bit", TestMode::MODE_COLOR , VK_MEMORY_PROPERTY_LAZILY_ALLOCATED_BIT}, in createTransientAttachmentTests() 583 { "color_load_store_op_test_local_bit", TestMode::MODE_COLOR , VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT}, in createTransientAttachmentTests()
|
/third_party/backends/backend/ |
H A D | epjitsu.c | 612 s->mode = MODE_COLOR; in attach_one() 635 s->mode = MODE_COLOR; in attach_one() 1538 else if(s->mode == MODE_COLOR){ in sane_control_option() 1683 tmp = MODE_COLOR; in sane_control_option() 1832 { MODEL_S300, MODE_COLOR, 150, 150, 0, 1296, 32, 2662, 32, 4256*3, 1480*3, 1296, 41, 8512*3, 2960*3, 2592, 1837 { MODEL_S300, MODE_COLOR, 225, 200, 0, 1944, 32, 3993, 32, 6144*3, 2100*3, 1944, 28, 8192*3, 2800*3, 2592, 1842 { MODEL_S300, MODE_COLOR, 300, 300, 0, 2592, 32, 5324, 32, 8192*3, 2800*3, 2592, 21, 8192*3, 2800*3, 2592, 1847 { MODEL_S300, MODE_COLOR, 600, 600, 0, 5184, 32, 10648, 32, 16064*3, 5440*3, 5184, 10, 16064*3, 5440*3, 5184, 1854 { MODEL_S300, MODE_COLOR, 150, 150, 1, 1296, 32, 2662, 32, 7216*3, 2960*3, 1296, 24, 14432*3, 5920*3, 2592, 1859 { MODEL_S300, MODE_COLOR, 22 [all...] |
H A D | p5_device.c | 778 case MODE_COLOR: in start_scan() 812 if (mode == MODE_COLOR) in start_scan() 927 if (mode == MODE_COLOR) in read_line() 1129 * @param mode MODE_COLOR or MODE_GRAY 1138 if (mode == MODE_COLOR) in is_black_line() 1178 * @param mode MODE_COLOR or MODE_GRAY 1187 if (mode == MODE_COLOR) in is_white_line() 1462 status = start_scan (dev, MODE_COLOR, dpi, 0, pixels); in sheetfed_calibration() 1495 MODE_COLOR, SANE_FALSE); in sheetfed_calibration() 1507 if (is_white_line (buffer, pixels, MODE_COLOR) in sheetfed_calibration() [all...] |
H A D | kodak.c | 593 s->s_res_min[MODE_COLOR] = get_I_min_col_res(in); in init_inquire() 595 s->s_res_max[MODE_COLOR] = get_I_max_col_res(in); in init_inquire() 648 s->s_mode[MODE_COLOR] = 1; in init_model() 654 s->s_res_min[MODE_GRAYSCALE] = s->s_res_min[MODE_COLOR]; in init_model() 655 s->s_res_max[MODE_GRAYSCALE] = s->s_res_max[MODE_COLOR]; in init_model() 995 if(s->s_mode[MODE_COLOR]){ in sane_get_option_descriptor() 1319 else if(s->u_mode == MODE_COLOR){ in sane_control_option() 1433 tmp = MODE_COLOR; in sane_control_option() 1634 if (s->u_mode == MODE_COLOR) { in sane_get_parameters() 1652 if (s->u_mode == MODE_COLOR) { in sane_get_parameters() [all...] |
H A D | mustek_pp_cis.c | 976 dev->CIS.channel = dev->desc->mode == MODE_COLOR ? in cis_config_ccd() 1263 int moveAtChannel = dev->desc->mode == MODE_COLOR ? in cis_wait_next_channel() 1272 moveAtChannel = (dev->desc->mode == MODE_COLOR) ? in cis_wait_next_channel() 1282 if (dev->desc->mode == MODE_COLOR) in cis_wait_next_channel() 1301 dev->CIS.channel = dev->desc->mode == MODE_COLOR ? in cis_wait_read_ready() 1530 if (dev->desc->mode == MODE_COLOR) in cis_get_next_line() 1665 if (dev->desc->mode == MODE_COLOR) in cis_maximize_dynamic_range() 1836 if (dev->desc->mode == MODE_COLOR) in cis_normalize_ranges() 2707 if (dev->mode == MODE_COLOR) in cis_drv_start() 2801 case MODE_COLOR in cis_drv_read() [all...] |
H A D | cardscan.c | 867 else if(s->mode == MODE_COLOR){ in sane_control_option() 910 tmp = MODE_COLOR; in sane_control_option() 958 if (s->mode == MODE_COLOR) { in sane_get_parameters() 1004 if(s->mode == MODE_COLOR){ in sane_start() 1193 if(s->mode == MODE_COLOR){ in sane_read()
|
H A D | mustek_pp_ccd300.c | 630 if (dev->mode == MODE_COLOR) in max_color_levels_101x() 680 if (dev->mode == MODE_COLOR) in max_color_levels_101x() 795 if ((dev->mode == MODE_COLOR) && (priv->ccd_type != 0)) in calibrate_device_101x() 1158 case MODE_COLOR: in config_ccd_1013() 1348 case MODE_COLOR: in config_ccd_1015() 1402 /* if (dev->CCD.mode == MODE_COLOR) in config_ccd_1015() 1715 dev->mode = MODE_COLOR; in ccd300_setup() 1905 if (dev->mode == MODE_COLOR) in ccd300_start() 1937 (dev->mode == MODE_COLOR ? priv->green_offs : 0), SANE_TRUE); in ccd300_start() 1944 if (dev->mode == MODE_COLOR) in ccd300_start() [all...] |
H A D | kodakaio.h | 192 MODE_COLOR, MODE_GRAY, MODE_LINEART enumerator
|
H A D | fujitsu.c | 1462 s->can_mode[MODE_COLOR] = get_IN_multilevel_rgb (in); in init_vpd() 1463 DBG (15, " color_grayscale: %d\n", s->can_mode[MODE_COLOR]); in init_vpd() 2096 if(s->can_mode[MODE_COLOR]){ in init_model() 2100 for(i=MODE_HALFTONE;i<=MODE_COLOR;i++){ in init_model() 2108 s->reverse_by_mode[MODE_COLOR] = 1; in init_model() 2113 s->ppl_mod_by_mode[MODE_COLOR] = 1; in init_model() 2186 for(i=MODE_LINEART;i<MODE_COLOR;i++){ in init_model() 2216 s->reverse_by_mode[MODE_COLOR] = 0; in init_model() 2270 s->ppl_mod_by_mode[MODE_COLOR] = 4; in init_model() 2284 s->ppl_mod_by_mode[MODE_COLOR] in init_model() [all...] |
H A D | epsonds.h | 222 MODE_BINARY, MODE_GRAY, MODE_COLOR enumerator
|
H A D | cardscan.h | 119 #define MODE_COLOR 0 macro
|
H A D | mustek_pp.h | 192 #define MODE_COLOR 2 macro
|
H A D | p5_device.h | 296 #define MODE_COLOR 0 macro
|
H A D | magicolor.h | 223 MODE_BINARY, MODE_GRAY, MODE_COLOR enumerator
|
H A D | kodak.h | 184 #define MODE_COLOR 3 macro
|
H A D | epson2.h | 422 MODE_BINARY, MODE_GRAY, MODE_COLOR, MODE_INFRARED enumerator
|
H A D | epjitsu.h | 283 #define MODE_COLOR 0 macro
|
H A D | niash.c | 219 #define MODE_COLOR 0 macro 747 pVal->w = MODE_COLOR; in _InitOptions() 1153 s->aValues[optMode].w = MODE_COLOR; in sane_control_option()
|
H A D | canon_dr.c | 1389 s->reverse_by_mode[MODE_COLOR] = 0; in init_model() 2086 s->u.mode=MODE_COLOR; in init_user() 2831 if(s->u.mode == MODE_COLOR) in sane_get_option_descriptor() 2859 if(s->u.mode == MODE_COLOR) in sane_get_option_descriptor() 3332 else if(s->u.mode == MODE_COLOR){ in sane_control_option() 3742 tmp = MODE_COLOR; in sane_control_option() 4343 if(s->s.mode == MODE_COLOR){ in ssm_do() 4896 if (s->u.mode == MODE_COLOR) { in update_params() 4946 s->s.mode = MODE_COLOR; in update_params() 4950 if(s->s.mode == MODE_COLOR in update_params() [all...] |
H A D | mustek_pp.c | 1544 if ((hndl->dev->caps & CAP_DEPTH) && (hndl->mode == MODE_COLOR)) in sane_get_parameters() 1586 hndl->mode = MODE_COLOR; in sane_get_parameters() 1600 hndl->mode = MODE_COLOR; in sane_get_parameters() 1658 case MODE_COLOR: in sane_get_parameters()
|
H A D | canon_dr.h | 508 #define MODE_COLOR WD_comp_CG macro
|
H A D | fujitsu.h | 660 #define MODE_COLOR WD_comp_CG macro
|
H A D | epsonds-ops.c | 285 case MODE_COLOR: in eds_init_parameters()
|
H A D | kodakaio.c | 1638 if (s->val[OPT_MODE].w == MODE_COLOR) in k_set_scanning_parameters() 1738 if (s->val[OPT_MODE].w == MODE_COLOR){ in k_copy_image_data() 1843 DBG(20, "%s: s->val[OPT_MODE].w = %d (color is %d)\n", __func__,s->val[OPT_MODE].w, MODE_COLOR); in k_init_parametersta() 1844 if (s->val[OPT_MODE].w == MODE_COLOR) s->params.format = SANE_FRAME_RGB; in k_init_parametersta() 2758 s->val[OPT_MODE].w = MODE_COLOR; /* default */ in init_options()
|