Home
last modified time | relevance | path

Searched defs:entry_size (Results 1 – 25 of 37) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_callstack.cpp88 int entry_size = stack.entry_size; in update_max_depth() local
/third_party/elfio/elfio/
Delfio_array.hpp44 Elf_Xword entry_size = sizeof( T ); in get_entries_num() local
Delfio.hpp500 Elf_Half entry_size = header->get_section_entry_size(); in load_sections() local
559 Elf_Half entry_size = header->get_segment_entry_size(); in load_segments() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c72 unsigned entry_size; member
107 unsigned entry_size = util_next_power_of_two(size); in get_slab_pot_entry_size() local
116 unsigned entry_size = get_slab_pot_entry_size(screen, size); in get_slab_entry_alignment() local
1165 bo_slab_alloc(void *priv, unsigned heap, unsigned entry_size, unsigned group_index, bool encrypted) in bo_slab_alloc()
1262 bo_slab_alloc_normal(void *priv, unsigned heap, unsigned entry_size, unsigned group_index) in bo_slab_alloc_normal()
/third_party/mesa3d/src/intel/vulkan/
DgenX_gpu_memcpy.c93 const unsigned entry_size[4] = { DIV_ROUND_UP(32, 64), 1, 1, 1 }; in emit_common_so_memcpy() local
DgenX_pipeline.c377 unsigned entry_size[4]; in emit_urb_setup() local
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.h66 unsigned entry_size; member
Dpb_slab.c126 unsigned entry_size = 1 << order; in pb_slab_alloc_reclaimed() local
/third_party/ffmpeg/libavcodec/
Dcinepakenc.c265 int entry_size = s->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4; in calculate_mode_score() local
387 int x, y, ret, entry_size = s->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4; in encode_codebook() local
451 int entry_size = s->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4; in decode_v1_vector() local
490 int i, x, y, entry_size = s->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4; in decode_v4_vector() local
704 int entry_size = s->pix_fmt == AV_PIX_FMT_RGB24 ? 6 : 4; in quantize() local
Dcbs_h265_syntax_template.c1179 unsigned int entry_size; in FUNC() local
/third_party/node/deps/v8/src/codegen/
Dconstant-pool.cc55 const int entry_size = ConstantPoolEntry::size(type); in AddEntry() local
104 const int entry_size = ConstantPoolEntry::size(type); in EmitSharedEntries() local
132 const int entry_size = ConstantPoolEntry::size(type); in EmitGroup() local
Dsafepoint-table.h166 int entry_size() const { in entry_size() function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c133 uint8_t entry_size = ecma_op_container_entry_size (lit_id); in ecma_op_internal_buffer_find() local
847 uint8_t entry_size = ecma_op_container_entry_size (lit_id); in ecma_op_container_foreach() local
1160 uint8_t entry_size = ecma_op_container_entry_size (lit_id); in ecma_op_container_iterator_next() local
/third_party/node/deps/v8/src/heap/cppgc/
Dfree-list.cc217 size_t entry_size = 0; in CollectStatistics() local
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c689 unsigned entry_size = util_next_power_of_two(size); in get_slab_pot_entry_size() local
698 unsigned entry_size = get_slab_pot_entry_size(ws, size); in get_slab_entry_alignment() local
706 struct pb_slab *amdgpu_bo_slab_alloc(void *priv, unsigned heap, unsigned entry_size, in amdgpu_bo_slab_alloc()
Damdgpu_bo.h115 unsigned entry_size; member
/third_party/node/deps/v8/src/objects/
Dfeedback-vector.cc96 int entry_size = FeedbackMetadata::GetSlotSize(kind); in New() local
135 int entry_size = FeedbackMetadata::GetSlotSize(kind); in SpecDiffersFrom() local
277 int entry_size = FeedbackMetadata::GetSlotSize(kind); in New() local
Dfeedback-vector-inl.h354 int FeedbackMetadataIterator::entry_size() const { in entry_size() function
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c177 unsigned entry_size; member
591 unsigned entry_size = util_next_power_of_two(size); in get_slab_pot_entry_size() local
601 unsigned entry_size = get_slab_pot_entry_size(bufmgr, size); in get_slab_entry_alignment() local
657 unsigned entry_size, in iris_slab_alloc()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline_cache.c120 entry_size(struct cache_entry *entry) in entry_size() function
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c770 unsigned entry_size, in radeon_bo_slab_alloc()
/third_party/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h236 const unsigned entry_size[4] = { vs_entry_size, 1, 1, 1 }; in emit_urb_config() local
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1167 int entry_size = FeedbackMetadata::GetSlotSize(kind); in FeedbackVectorSpecPrint() local
1222 int entry_size = iter.entry_size(); in FeedbackVectorPrint() local
/third_party/libdrm/
Dxf86drmMode.c75 static void* drmAllocCpy(char *array, int count, int entry_size) in drmAllocCpy()
/third_party/skia/third_party/externals/libpng/
Dpngwutil.c1184 size_t entry_size = (spalette->depth == 8 ? 6 : 10); in png_write_sPLT() local

12