HomeSort by relevance Sort by last modified time
    Searched defs:num_arrays (Results 1 - 7 of 7) sorted by null

  /hardware/libhardware/modules/camera/3_4/metadata/
array_vector.h 34 size_t num_arrays() const { return mItems.size() / N; } function in class:v4l2_camera_hal::ArrayVector
metadata_common.h 301 size_t num_arrays = entry.count / N; local
302 *val = std::vector<std::array<T, N>>(num_arrays);
303 for (size_t i = 0; i < num_arrays; ++i) {
  /external/mesa3d/src/glx/
indirect_vertex_array_priv.h 181 size_t num_arrays; member in struct:array_state_vector
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.h 97 unsigned num_arrays; member in struct:r600_shader
  /external/wayland/src/
connection.c 630 unsigned int i, count, num_arrays; local
644 num_arrays = wl_message_count_arrays(message);
645 closure = malloc(sizeof *closure + size + num_arrays * sizeof *array);
653 p = (uint32_t *)(closure->extra + num_arrays);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 396 unsigned num_arrays = ctx->bld_base.info->array_max[TGSI_FILE_TEMPORARY]; local
399 if (reg && reg->ArrayID > 0 && reg->ArrayID <= num_arrays)
402 for (i = 0; i < num_arrays; i++) {
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c 77 unsigned num_arrays; member in struct:ir3_compile
260 arr->id = ++ctx->num_arrays;
    [all...]

Completed in 162 milliseconds