HomeSort by relevance Sort by last modified time
    Searched refs:array_size (Results 126 - 150 of 201) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field.h 311 void operator()(Element* to, const Element* from, int array_size);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_zscan.c 376 res_tmpl.array_size = 1;
500 res_tmpl.array_size = 1;
vl_video_buffer.c 227 templ->array_size = 1;
vl_winsys_dri.c 237 template.array_size = 1;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_tex.c 142 depth = MAX2(mt->base.base.array_size, mt->base.base.depth0);
144 if (mt->base.base.array_size > 1) {
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 486 tex->b.b.array_size = base->array_size;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 729 assert(layer < (int) texture->array_size);
988 wrap_array_layer(t, texture->array_size, &layer);
1069 wrap_array_layer(p, texture->array_size, &layer);
    [all...]
  /external/nanopb-c/
pb_encode.c 121 if (PB_ATYPE(field->type) != PB_ATYPE_POINTER && count > field->array_size)
354 prev_size *= field->array_size;
pb.h 216 pb_size_t array_size; /* Maximum number of entries in array */ member in struct:_pb_field_t
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_init.c 219 tmp_res.array_size = 1;
pp_mlaa.c 246 res.depth0 = res.array_size = res.nr_samples = 1;
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.c 107 templ.array_size = 1;
u_inlines.h 249 buffer.array_size = 1;
u_pstipple.c 118 templat.array_size = 1;
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 63 templ.array_size = 1;
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c 212 templ.array_size = 1;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 133 templ.array_size = 1;
  /external/mesa3d/src/gallium/tests/graw/
quad-sample.c 330 templat.array_size = 1;
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 256 unsigned int array_size = record_size * len; local
257 bool ok = !overflows && this->check_range (base, array_size);
261 p, p + (record_size * len), record_size, len, (unsigned int) array_size,
  /external/webrtc/webrtc/base/
httpclient.cc 601 const int array_size = 1024 * 64; local
602 scoped_ptr<char[]> buffer(new char[array_size]);
603 StreamResult result = Flow(stream.get(), buffer.get(), array_size,
  /external/v8/src/mips/
codegen-mips.cc 827 Register array_size = value; local
829 __ sll(array_size, length, 1);
830 __ Addu(array_size, array_size, FixedDoubleArray::kHeaderSize);
831 __ Allocate(array_size, array, allocate_scratch, scratch, &gc_required,
    [all...]
  /external/v8/src/mips64/
codegen-mips64.cc 827 Register array_size = value; local
829 __ SmiScale(array_size, length, kPointerSizeLog2);
830 __ Daddu(array_size, array_size, FixedDoubleArray::kHeaderSize);
831 __ Allocate(array_size, array, allocate_scratch, scratch, &gc_required,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1982 LLVMValueRef array_size = local
1991 LLVMValueRef array_size = local
2004 LLVMValueRef array_size = lp_build_const_int32(gallivm, local
    [all...]
  /external/drm_gralloc/
gralloc_drm_pipe.c 137 templ.array_size = 1;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.c 154 templ.array_size = 1;

Completed in 919 milliseconds

1 2 3 4 56 7 8 9