Searched refs:total_data_size (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/pds/ |
H A D | pvr_pds.c | 3995 uint32_t total_data_size, code_size; in pvr_pds_coefficient_loading() local 4005 total_data_size = 0; in pvr_pds_coefficient_loading() 4008 total_data_size += 2 * program->num_fpu_iterators; in pvr_pds_coefficient_loading() 4016 total_data_size = ALIGN_POT(total_data_size, 4); in pvr_pds_coefficient_loading() 4021 instruction = buffer + total_data_size; in pvr_pds_coefficient_loading() 4068 program->data_size = total_data_size; in pvr_pds_coefficient_loading() 4085 * \param total_data_size 4100 uint32_t *total_data_size, in pvr_pds_generate_single_ldst_instruction() 4153 constant = pvr_pds_get_constants(next_constant, 2, total_data_size); in pvr_pds_generate_single_ldst_instruction() 4093 pvr_pds_generate_single_ldst_instruction( bool ld, const struct pvr_pds_ldst_control *control, uint32_t temp_index, uint64_t address, uint32_t count, uint32_t *next_constant, uint32_t *total_data_size, uint32_t *total_code_size, uint32_t *restrict buffer, bool data_fence, enum pvr_pds_generate_mode gen_mode, const struct pvr_device_info *dev_info) pvr_pds_generate_single_ldst_instruction() argument 4287 uint32_t total_data_size = 0; pvr_pds_generate_stream_out_init_program() local 4374 uint32_t total_data_size = 0, total_code_size = 0; pvr_pds_generate_stream_out_terminate_program() local [all...] |
H A D | pvr_pds.h | 852 uint32_t *total_data_size,
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | session_config_test.cpp | 293 std::uint64_t total_data_size = std::uint64_t(params.bytes_per_line) * params.lines; in run_single_test_scan() local 296 while (total_got_data < total_data_size) { in run_single_test_scan() 297 int ask_len = std::min<std::size_t>(buffer_size, total_data_size - total_got_data); in run_single_test_scan()
|
/third_party/backends/backend/ |
H A D | xerox_mfp.h | 123 int total_data_size; /* total of what scanner sent us */ member
|
H A D | xerox_mfp.c | 369 dev->total_data_size, dev->total_out_size); in dev_stop() 1374 dev->total_data_size += dev->blocklen; in sane_read() 1463 dev->total_data_size = 0; in sane_start()
|
Completed in 11 milliseconds