Home
last modified time | relevance | path

Searched refs:icc_table (Results 1 – 25 of 45) sorted by relevance

12

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxclist.c580 cdev->icc_table = NULL; in clist_reset()
960 clist_icctable_t *icc_table = cdev->icc_table; in clist_icc_searchtable() local
963 if (icc_table == NULL) in clist_icc_searchtable()
1004 if (icc_table == NULL) in clist_free_icc_table()
1007 gs_free_object(icc_table->memory, icc_table, "clist_free_icc_table"); in clist_free_icc_table()
1016 clist_icctable_t *icc_table = cldev->icc_table; in clist_icc_writetable() local
1093 clist_icctable_t *icc_table = cdev->icc_table; in clist_icc_addentry() local
1108 if ( icc_table == NULL ) { in clist_icc_addentry()
1128 if (icc_table == NULL) in clist_icc_addentry()
1137 cdev->icc_table = icc_table; in clist_icc_addentry()
[all …]
H A Dgxclread.c477 clist_icctable_t *icc_table = crdev->icc_table; in clist_unserialize_icctable() local
485 if ( icc_table != NULL ) in clist_unserialize_icctable()
501 if (icc_table == NULL) { in clist_unserialize_icctable()
505 icc_table->memory = stable_mem; in clist_unserialize_icctable()
506 icc_table->head = NULL; in clist_unserialize_icctable()
507 icc_table->final = NULL; in clist_unserialize_icctable()
509 icc_table->tablesize = number_entries; in clist_unserialize_icctable()
510 crdev->icc_table = icc_table; in clist_unserialize_icctable()
521 if ( icc_table->head == NULL ) { in clist_unserialize_icctable()
522 icc_table->head = curr_entry; in clist_unserialize_icctable()
[all …]
H A Dgxclthrd.c259 if (cdev->icc_table != NULL) { in setup_device_and_mem_for_thread()
264 clist_free_icc_table(cdev->icc_table, cdev->memory); in setup_device_and_mem_for_thread()
265 cdev->icc_table = NULL; in setup_device_and_mem_for_thread()
275 ncdev->icc_table = cdev->icc_table; /* OK for multiple rendering threads */ in setup_device_and_mem_for_thread()
334 if (crdev->icc_table != NULL) { in clist_setup_render_threads()
335 … for (curr_entry = crdev->icc_table->head; curr_entry != NULL; curr_entry = curr_entry->next) { in clist_setup_render_threads()
540 clist_free_icc_table(thread_crdev->icc_table, thread_memory); in teardown_device_and_mem_for_thread()
541 thread_crdev->icc_table = NULL; in teardown_device_and_mem_for_thread()
552 thread_crdev->icc_table = NULL; in teardown_device_and_mem_for_thread()
H A Dgxclist.h200 clist_icctable_t *icc_table; /* Table that keeps track of ICC profiles.\
516 int clist_free_icc_table(clist_icctable_t *icc_table, gs_memory_t *memory);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxclist.c580 cdev->icc_table = NULL; in clist_reset()
960 clist_icctable_t *icc_table = cdev->icc_table; in clist_icc_searchtable() local
963 if (icc_table == NULL) in clist_icc_searchtable()
1004 if (icc_table == NULL) in clist_free_icc_table()
1007 gs_free_object(icc_table->memory, icc_table, "clist_free_icc_table"); in clist_free_icc_table()
1016 clist_icctable_t *icc_table = cldev->icc_table; in clist_icc_writetable() local
1093 clist_icctable_t *icc_table = cdev->icc_table; in clist_icc_addentry() local
1108 if ( icc_table == NULL ) { in clist_icc_addentry()
1128 if (icc_table == NULL) in clist_icc_addentry()
1137 cdev->icc_table = icc_table; in clist_icc_addentry()
[all …]
H A Dgxclread.c477 clist_icctable_t *icc_table = crdev->icc_table; in clist_unserialize_icctable() local
485 if ( icc_table != NULL ) in clist_unserialize_icctable()
501 if (icc_table == NULL) { in clist_unserialize_icctable()
505 icc_table->memory = stable_mem; in clist_unserialize_icctable()
506 icc_table->head = NULL; in clist_unserialize_icctable()
507 icc_table->final = NULL; in clist_unserialize_icctable()
509 icc_table->tablesize = number_entries; in clist_unserialize_icctable()
510 crdev->icc_table = icc_table; in clist_unserialize_icctable()
521 if ( icc_table->head == NULL ) { in clist_unserialize_icctable()
522 icc_table->head = curr_entry; in clist_unserialize_icctable()
[all …]
H A Dgxclthrd.c259 if (cdev->icc_table != NULL) { in setup_device_and_mem_for_thread()
264 clist_free_icc_table(cdev->icc_table, cdev->memory); in setup_device_and_mem_for_thread()
265 cdev->icc_table = NULL; in setup_device_and_mem_for_thread()
275 ncdev->icc_table = cdev->icc_table; /* OK for multiple rendering threads */ in setup_device_and_mem_for_thread()
334 if (crdev->icc_table != NULL) { in clist_setup_render_threads()
335 … for (curr_entry = crdev->icc_table->head; curr_entry != NULL; curr_entry = curr_entry->next) { in clist_setup_render_threads()
540 clist_free_icc_table(thread_crdev->icc_table, thread_memory); in teardown_device_and_mem_for_thread()
541 thread_crdev->icc_table = NULL; in teardown_device_and_mem_for_thread()
552 thread_crdev->icc_table = NULL; in teardown_device_and_mem_for_thread()
H A Dgxclist.h200 clist_icctable_t *icc_table; /* Table that keeps track of ICC profiles.\
516 int clist_free_icc_table(clist_icctable_t *icc_table, gs_memory_t *memory);
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxclist.c544 cdev->icc_table = NULL; in clist_reset()
1047 clist_icctable_t *icc_table = cdev->icc_table; in clist_icc_searchtable() local
1050 if (icc_table == NULL) in clist_icc_searchtable()
1070 if (icc_table == NULL) in clist_icc_freetable()
1079 gs_free_object(icc_table->memory, icc_table, "clist_icc_freetable"); in clist_icc_freetable()
1088 clist_icctable_t *icc_table = cldev->icc_table; in clist_icc_writetable() local
1156 clist_icctable_t *icc_table = cdev->icc_table; in clist_icc_addentry() local
1171 if ( icc_table == NULL ) { in clist_icc_addentry()
1185 if (icc_table == NULL) in clist_icc_addentry()
1194 cdev->icc_table = icc_table; in clist_icc_addentry()
[all …]
H A Dgxclread.c430 clist_icctable_t *icc_table = crdev->icc_table; in clist_unserialize_icctable() local
438 if ( icc_table != NULL ) in clist_unserialize_icctable()
454 if (icc_table == NULL) { in clist_unserialize_icctable()
458 icc_table->memory = stable_mem; in clist_unserialize_icctable()
459 icc_table->head = NULL; in clist_unserialize_icctable()
460 icc_table->final = NULL; in clist_unserialize_icctable()
462 icc_table->tablesize = number_entries; in clist_unserialize_icctable()
463 crdev->icc_table = icc_table; in clist_unserialize_icctable()
474 if ( icc_table->head == NULL ) { in clist_unserialize_icctable()
475 icc_table->head = curr_entry; in clist_unserialize_icctable()
[all …]
H A Dgxclpage.c101 pcldev->icc_table = NULL; in gdev_prn_render_pages()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxclist.c544 cdev->icc_table = NULL; in clist_reset()
1047 clist_icctable_t *icc_table = cdev->icc_table; in clist_icc_searchtable() local
1050 if (icc_table == NULL) in clist_icc_searchtable()
1070 if (icc_table == NULL) in clist_icc_freetable()
1079 gs_free_object(icc_table->memory, icc_table, "clist_icc_freetable"); in clist_icc_freetable()
1088 clist_icctable_t *icc_table = cldev->icc_table; in clist_icc_writetable() local
1156 clist_icctable_t *icc_table = cdev->icc_table; in clist_icc_addentry() local
1171 if ( icc_table == NULL ) { in clist_icc_addentry()
1185 if (icc_table == NULL) in clist_icc_addentry()
1194 cdev->icc_table = icc_table; in clist_icc_addentry()
[all …]
H A Dgxclread.c430 clist_icctable_t *icc_table = crdev->icc_table; in clist_unserialize_icctable() local
438 if ( icc_table != NULL ) in clist_unserialize_icctable()
454 if (icc_table == NULL) { in clist_unserialize_icctable()
458 icc_table->memory = stable_mem; in clist_unserialize_icctable()
459 icc_table->head = NULL; in clist_unserialize_icctable()
460 icc_table->final = NULL; in clist_unserialize_icctable()
462 icc_table->tablesize = number_entries; in clist_unserialize_icctable()
463 crdev->icc_table = icc_table; in clist_unserialize_icctable()
474 if ( icc_table->head == NULL ) { in clist_unserialize_icctable()
475 icc_table->head = curr_entry; in clist_unserialize_icctable()
[all …]
H A Dgxclpage.c101 pcldev->icc_table = NULL; in gdev_prn_render_pages()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-sparc/
H A Dcc_helper.c439 static const CCTable icc_table[CC_OP_NB] = { variable
477 new_psr = icc_table[CC_OP].compute_all(env); in helper_compute_psr()
490 ret = icc_table[CC_OP].compute_c(env) >> PSR_CARRY_SHIFT; in helper_compute_C_icc()
/dports/emulators/qemu-utils/qemu-4.2.1/target/sparc/
H A Dcc_helper.c423 static const CCTable icc_table[CC_OP_NB] = { variable
459 new_psr = icc_table[CC_OP].compute_all(env); in helper_compute_psr()
470 return icc_table[CC_OP].compute_c(env) >> PSR_CARRY_SHIFT; in helper_compute_C_icc()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-sparc/
H A Dcc_helper.c439 static const CCTable icc_table[CC_OP_NB] = { variable
477 new_psr = icc_table[CC_OP].compute_all(env); in helper_compute_psr()
490 ret = icc_table[CC_OP].compute_c(env) >> PSR_CARRY_SHIFT; in helper_compute_C_icc()
/dports/emulators/qemu5/qemu-5.2.0/target/sparc/
H A Dcc_helper.c423 static const CCTable icc_table[CC_OP_NB] = { variable
459 new_psr = icc_table[CC_OP].compute_all(env); in helper_compute_psr()
470 return icc_table[CC_OP].compute_c(env) >> PSR_CARRY_SHIFT; in helper_compute_C_icc()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/sparc/
H A Dcc_helper.c423 static const CCTable icc_table[CC_OP_NB] = { variable
459 new_psr = icc_table[CC_OP].compute_all(env); in helper_compute_psr()
470 return icc_table[CC_OP].compute_c(env) >> PSR_CARRY_SHIFT; in helper_compute_C_icc()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/sparc/
H A Dcc_helper.c423 static const CCTable icc_table[CC_OP_NB] = { variable
459 new_psr = icc_table[CC_OP].compute_all(env); in helper_compute_psr()
470 return icc_table[CC_OP].compute_c(env) >> PSR_CARRY_SHIFT; in helper_compute_C_icc()
/dports/emulators/qemu42/qemu-4.2.1/target/sparc/
H A Dcc_helper.c423 static const CCTable icc_table[CC_OP_NB] = { variable
459 new_psr = icc_table[CC_OP].compute_all(env); in helper_compute_psr()
470 return icc_table[CC_OP].compute_c(env) >> PSR_CARRY_SHIFT; in helper_compute_C_icc()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/sparc/
H A Dcc_helper.c423 static const CCTable icc_table[CC_OP_NB] = { variable
459 new_psr = icc_table[CC_OP].compute_all(env); in helper_compute_psr()
470 return icc_table[CC_OP].compute_c(env) >> PSR_CARRY_SHIFT; in helper_compute_C_icc()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/sparc/
H A Dcc_helper.c423 static const CCTable icc_table[CC_OP_NB] = { variable
459 new_psr = icc_table[CC_OP].compute_all(env); in helper_compute_psr()
470 return icc_table[CC_OP].compute_c(env) >> PSR_CARRY_SHIFT; in helper_compute_C_icc()
/dports/emulators/qemu/qemu-6.2.0/target/sparc/
H A Dcc_helper.c423 static const CCTable icc_table[CC_OP_NB] = { variable
459 new_psr = icc_table[CC_OP].compute_all(env); in helper_compute_psr()
470 return icc_table[CC_OP].compute_c(env) >> PSR_CARRY_SHIFT; in helper_compute_C_icc()
/dports/emulators/qemu60/qemu-6.0.0/target/sparc/
H A Dcc_helper.c423 static const CCTable icc_table[CC_OP_NB] = { variable
459 new_psr = icc_table[CC_OP].compute_all(env); in helper_compute_psr()
470 return icc_table[CC_OP].compute_c(env) >> PSR_CARRY_SHIFT; in helper_compute_C_icc()

12