| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A 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; pvr_pds_compute_shader() local 2392 uint32_t code_size = 0; pvr_pds_vertex_shader_sa() local 2674 uint32_t code_size = 0; pvr_pds_pixel_shader_uniform_texture_code() local 3424 uint32_t data_size = 0, code_size = 0; pvr_pds_generate_doutc() local 3492 uint32_t data_size = 0, code_size = 0; pvr_pds_generate_doutw() local 3606 uint32_t code_size = 1; /* Single doutu */ pvr_pds_kick_usc() local 3775 uint32_t code_size = 0; pvr_pds_generate_fence_terminate_program() local 3882 uint32_t code_size = 0; pvr_pds_generate_compute_shared_loading_program() local 3995 uint32_t total_data_size, code_size; pvr_pds_coefficient_loading() local [all...] |
| H A 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; global() member 324 uint32_t code_size; global() member 446 uint32_t code_size; global() member 463 uint32_t code_size; /*!< total code size, non-aligned. */ global() member 535 uint32_t code_size; global() member [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-serialization.cc | 380 size_t code_size = code->instructions().size(); in WriteCode() local 725 int code_size = reader->Read<int>(); in ReadCode() local [all...] |
| H A D | wasm-code-manager.cc | 841 size_t code_size = 0; in FreeCode() local 2253 size_t code_size = sampling_time == kSampling in SampleCodeSize() local 2333 size_t code_size = RoundUp<kCodeAlignment>(result.code_desc.instr_size); in AddCompiledCode() local
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A 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
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_shader.c | 1619 radv_get_shader_binary_size(size_t code_size) in radv_get_shader_binary_size() argument 2366 uint32_t code_size = radv_get_shader_binary_size(bin->code_size); global() local 2395 radv_aco_build_shader_part(void **bin, uint32_t num_sgprs, uint32_t num_vgprs, uint32_t num_preserved_sgprs, const uint32_t *code, uint32_t code_size, const char *disasm_str, uint32_t disasm_size) global() argument [all...] |
| H A D | radv_shader.h | 441 unsigned code_size; member 463 unsigned code_size; member 497 uint32_t code_size; member
|
| H A D | radv_pipeline.c | 4070 uint32_t code_size = 0; in radv_upload_shaders() local 160 radv_pipeline_slab_create(struct radv_device *device, struct radv_pipeline *pipeline, uint32_t code_size) radv_pipeline_slab_create() argument
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_device.c | 2192 pvr_gpu_upload_usc(struct pvr_device *device, const void *code, size_t code_size, uint64_t code_alignment, struct pvr_bo **const pvr_bo_out) pvr_gpu_upload_usc() argument 2255 const size_t code_size = code_size_dwords * sizeof(*code); pvr_gpu_upload_pds() local [all...] |
| H A D | pvr_private.h | 246 uint32_t code_size; member
|
| H A D | pvr_cmd_buffer.c | 343 pvr_cmd_buffer_upload_usc(struct pvr_cmd_buffer *const cmd_buffer, const void *const code, const size_t code_size, uint64_t code_alignment, struct pvr_bo **const pvr_bo_out) pvr_cmd_buffer_upload_usc() argument
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | compiler.cc | 392 int code_size = in RecordUnoptimizedCompilationStats() local 498 static int code_size = 0; in RecordCompilationStats() local
|
| /third_party/node/deps/v8/src/logging/ |
| H A D | log.cc | 571 int32_t code_size; member
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | isolate.cc | 238 void SetStickyEmbeddedBlob(const uint8_t* code, uint32_t code_size, in SetStickyEmbeddedBlob() argument 291 void Isolate::SetEmbeddedBlob(const uint8_t* code, uint32_t code_size, in SetEmbeddedBlob() argument 3691 uint32_t code_size = DefaultEmbeddedBlobCodeSize(); in ThrowInternal() local 3730 uint32_t code_size; in ThrowInternal() local [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | tinyexr.h | 2719 code_size = pTable->m_code_size[sym_index]; in tinfl_decompress() local 3330 mz_uint rev_code = 0, code, code_size; in tdefl_optimize_huffman_table() local 3428 mz_uint8 code_size = code_sizes_to_pack[i]; tdefl_start_dynamic_block() local [all...] |