Home
last modified time | relevance | path

Searched defs:int_size (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/third_party/nanopb/generator/proto/
Dnanopb.proto42 optional IntSize int_size = 7 [default = IS_DEFAULT]; field
/external/nanopb-c/generator/proto/
Dnanopb.proto47 optional IntSize int_size = 7 [default = IS_DEFAULT]; field
/external/nanopb-c/generator/nanopb/
Doptions.proto55 optional IntSize int_size = 7 [default = IS_DEFAULT]; field
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c439 LLVMValueRef int_size, in lp_build_sample_image_nearest()
748 LLVMValueRef int_size, in lp_build_sample_image_linear()
Dlp_bld_sample.h441 LLVMValueRef int_size; member
Dlp_bld_sample.c266 LLVMValueRef int_size, float_size; in lp_build_rho() local
/external/tensorflow/tensorflow/lite/testing/
Dtflite_driver.cc299 int int_size = tensor.type == kTfLiteInt8 ? 1 : 2; in QuantizedCheck() local
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderAPI.cpp1880 const glw::GLint int_size = sizeof(glw::GLint); in iterate() local
/external/libaom/libaom/av1/encoder/
Dencoder.h1728 int int_size = (int)bsize; in find_partition_size() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc1454 int int_size, PatternRewriter &rewriter) const { in BroadcastConstant()