/third_party/cups-filters/cupsfilters/ |
D | image-gif.c | 298 int code_size, /* I - Size of code in bits */ in gif_get_code() 447 unsigned char code_size; /* Code size */ in gif_read_image() local 542 code_size, /* Current code size */ in gif_read_lzw() local
|
/third_party/mesa3d/src/imagination/vulkan/pds/ |
D | pvr_pds.c | 605 uint32_t code_size = 1 + program->num_emit_word_pairs; in pvr_pds_generate_pixel_event() local 728 uint32_t code_size = 0; in pvr_pds_vertex_shader() local 1760 uint32_t code_size = 0; in pvr_pds_compute_shader() local 2392 uint32_t code_size = 0; in pvr_pds_vertex_shader_sa() local 2674 uint32_t code_size = 0; in pvr_pds_pixel_shader_uniform_texture_code() local 3424 uint32_t data_size = 0, code_size = 0; in pvr_pds_generate_doutc() local 3492 uint32_t data_size = 0, code_size = 0; in pvr_pds_generate_doutw() local 3606 uint32_t code_size = 1; /* Single doutu */ in pvr_pds_kick_usc() local 3775 uint32_t code_size = 0; in pvr_pds_generate_fence_terminate_program() local 3882 uint32_t code_size = 0; in pvr_pds_generate_compute_shared_loading_program() local [all …]
|
D | pvr_pds.h | 129 unsigned int code_size; member 151 uint32_t code_size; member 170 uint32_t code_size; member 221 uint32_t code_size; member 239 uint32_t code_size; member 252 uint32_t code_size; member 272 uint32_t code_size; member 324 uint32_t code_size; member 446 uint32_t code_size; member 463 uint32_t code_size; /*!< total code size, non-aligned. */ member [all …]
|
/third_party/skia/third_party/externals/brotli/c/dec/ |
D | state.c | 144 const size_t code_size = sizeof(HuffmanCode) * ntrees * max_table_size; in BrotliDecoderHuffmanTreeGroupInit() local
|
/third_party/node/deps/brotli/c/dec/ |
D | state.c | 144 const size_t code_size = sizeof(HuffmanCode) * ntrees * max_table_size; in BrotliDecoderHuffmanTreeGroupInit() local
|
/third_party/ffmpeg/libavformat/ |
D | g726.c | 28 int code_size; member
|
/third_party/python/Modules/ |
D | unicodename_db.h | 28988 #define code_size 65536 macro
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_compute_internal.h | 39 unsigned code_size; member
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry-snapshot.c | 458 uint32_t code_size = ((uint32_t) bytecode_p->size) << JMEM_ALIGNMENT_LOG; in jerry_snapshot_set_offsets() local 557 uint32_t code_size = ((uint32_t) bytecode_p->size) << JMEM_ALIGNMENT_LOG; in snapshot_load_compiled_code() local 1070 uint32_t code_size = ((uint32_t) bytecode_p->size) << JMEM_ALIGNMENT_LOG; in scan_snapshot_functions() local 1141 uint32_t code_size = ((uint32_t) bytecode_p->size) << JMEM_ALIGNMENT_LOG; in update_literal_offsets() local
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.h | 101 uint32_t code_size; /* code size in uint32 words */ member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.h | 32 unsigned code_size; member
|
/third_party/libsnd/src/G72x/ |
D | g72x.c | 408 int code_size, /* distinguish 723_40 with others */ in update()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | check_output.py | 508 code_size = struct.unpack("=L", stdin.read(4))[0] variable
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.h | 64 unsigned code_size; member
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 1619 radv_get_shader_binary_size(size_t code_size) in radv_get_shader_binary_size() 2366 uint32_t code_size = radv_get_shader_binary_size(bin->code_size); local 2400 uint32_t code_size,
|
D | radv_shader.h | 441 unsigned code_size; member 463 unsigned code_size; member 497 uint32_t code_size; member
|
/third_party/libjpeg-turbo/ |
D | rdgif.c | 105 int code_size; /* current actual code size */ member
|
/third_party/ffmpeg/libavcodec/ |
D | gifdec.c | 132 int left, top, width, height, bits_per_pixel, code_size, flags, pw; in gif_read_image() local
|
D | g726.c | 97 int code_size; member
|
D | takdec.c | 591 int tmp, x, code_size; in decorrelate() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | rdgif.c | 105 int code_size; /* current actual code size */ member
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rgp.h | 52 uint32_t code_size; member
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_device.c | 2194 size_t code_size, in pvr_gpu_upload_usc() 2255 const size_t code_size = code_size_dwords * sizeof(*code); in pvr_gpu_upload_pds() local
|
/third_party/jerryscript/jerry-core/debugger/ |
D | debugger.h | 474 uint8_t code_size[sizeof (uint32_t)]; /**< total size of the message */ member
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 1903 const unsigned code_size = stage.prog_data.base.program_size; in anv_pipeline_compile_cs() local 2281 const unsigned code_size = stage->prog_data.base.program_size; in compile_upload_rt_shader() local
|