Home
last modified time | relevance | path

Searched defs:bytes_per_element (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A Dtest-typedarray.cpp32 uint32_t bytes_per_element; /**< bytes per elment of the given typedarray_type */ member
88 test_typedarray_info(jerry_value_t typedarray, jerry_typedarray_type_t typedarray_type, jerry_length_t element_count, jerry_length_t bytes_per_element) test_typedarray_info() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_constants.c56 unsigned bytes_per_element = util_format_get_blocksize(images[shader][i].desc.format); in svga_get_image_size_constant() local
134 unsigned bytes_per_element = util_format_get_blocksize(sv->format); in svga_get_extra_constants_common() local
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc4074 InstallConstant(isolate(), result, "BYTES_PER_ELEMENT", bytes_per_element); in InstallTypedArray() local
4093 InstallConstant(isolate(), prototype, "BYTES_PER_ELEMENT", bytes_per_element); in InstallTypedArray() local

Completed in 13 milliseconds