Home
last modified time | relevance | path

Searched defs:element_size (Results 1 – 25 of 40) sorted by relevance

12

/third_party/pulseaudio/src/pulsecore/
Dshmasyncq.h31 size_t element_size; member
38 #define PA_SHMASYNCQ_SIZE(n_elements, element_size) (PA_ALIGN(sizeof(pa_shmasyncq_data)) + (((n_ele… argument
39 #define PA_SHMASYNCQ_DEFAULT_SIZE(element_size) PA_SHMASYNCQ_SIZE(PA_SHMASYNCQ_DEFAULT_N_ELEMENTS, … argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
Drepeated_field.c50 void* RepeatedField_memoryat(RepeatedField* self, int index, int element_size) { in RepeatedField_memoryat()
64 int element_size = native_slot_size(self->field_type); in RepeatedField_subarray() local
91 int element_size = native_slot_size(field_type); in RepeatedField_each() local
112 int element_size = native_slot_size(self->field_type); in RepeatedField_index() local
164 int element_size = native_slot_size(field_type); in RepeatedField_index_set() local
173 int element_size = native_slot_size(field_type); in RepeatedField_index_set() local
219 int element_size = native_slot_size(field_type); in RepeatedField_push() local
242 int element_size = native_slot_size(field_type); in RepeatedField_push_native() local
254 int element_size = native_slot_size(field_type); in RepeatedField_index_native() local
270 int element_size = native_slot_size(field_type); in RepeatedField_pop_one() local
[all …]
/third_party/mesa3d/src/util/
Du_vector.h52 uint32_t element_size; member
67 uint32_t element_size) in u_vector_init()
Du_vector.c43 uint32_t element_size) in u_vector_init_pow2()
Dslab.h56 unsigned element_size; member
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-dataview-object.c207 uint32_t element_size, /**< element size byte according to the Table 49.*/ in ecma_dataview_swap_order()
287 uint8_t element_size = (uint8_t) (1 << (ecma_typedarray_helper_get_shift_size (id))); in ecma_op_dataview_get_set_view_value() local
/third_party/selinux/libsepol/cil/src/
Dcil_mem.c52 void *cil_calloc(size_t num_elements, size_t element_size) in cil_calloc()
/third_party/flutter/skia/third_party/externals/libpng/
Dpngmem.c110 size_t element_size) in png_malloc_array_checked()
/third_party/skia/third_party/externals/libpng/
Dpngmem.c110 size_t element_size) in png_malloc_array_checked()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxful.c614 guint32 element_count, element_size; in mxf_ul_array_parse() local
Dmxftypes.c322 guint32 element_count, element_size; in mxf_uuid_array_parse() local
/third_party/mesa3d/src/amd/common/
Dac_shader_util.h52 uint8_t element_size; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_export.h133 int element_size() const { return m_element_size;} in element_size() function
Dsfn_instr_mem.cpp325 int burst_count, int comp_mask, int element_size): in RatInstr()
/third_party/ffmpeg/libavcodec/
Dexrenc.c216 const int64_t element_size = s->pixel_type == EXR_HALF ? 2LL : 4LL; in encode_scanline_rle() local
274 const int64_t element_size = s->pixel_type == EXR_HALF ? 2LL : 4LL; in encode_scanline_zip() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c1074 unsigned vstride, width, hstride, element_size, subreg; in general_restrictions_on_region_parameters() local
1414 unsigned exec_size, unsigned element_size, unsigned subreg, in align1_access_mask()
1484 unsigned vstride, width, hstride, element_size, subreg; in region_alignment_rules() local
1532 unsigned element_size = brw_reg_type_to_size(dst_type); in region_alignment_rules() local
/third_party/mesa3d/src/glx/
Dindirect_vertex_array_priv.h69 GLsizei element_size; member
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc70 const T *GetTableElement(const ElfW(Ehdr) * ehdr, ElfW(Off) table_offset, in GetTableElement()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstjpegparser.c499 guint8 element_size; in gst_jpeg_segment_parse_quantization_table() local
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.c963 guint element_size = 8; in convert_ensure_fallback_memory() local
2002 gsize element_size = 8; in cuda_converter_lookup_path() local
2077 gsize element_size = 8; in cuda_converter_lookup_path() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.c168 size_t element_size = pan_size(PLANE); in GENX() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c557 unsigned element_size = util_format_get_blocksize(elements[idx].src_format); in etna_vertex_elements_state_create() local
/third_party/mesa3d/src/mesa/main/
Dglthread_varray.c336 element_size(GLint size, GLenum type) in element_size() function
Dglthread_draw.c139 unsigned element_size = vao->Attrib[i].ElementSize; in upload_vertices() local
218 unsigned element_size = vao->Attrib[i].ElementSize; in upload_vertices() local
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h788 constexpr auto element_size = sizeof(typename T::value_type); in WriteFixedPacked() local

12