Home
last modified time | relevance | path

Searched defs:elt_type (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit_tmp.h26 #define CONCAT2(name, elt_type) name ## elt_type argument
27 #define CONCAT(name, elt_type) CONCAT2(name, elt_type) argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_tensor.cc125 Type elt_type; in ConvertTensor() local
Dexport_utils.cc218 mlir::Type elt_type = attr.getValue(); in ConvertAttribute() local
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
Dffi.c873 ffi_type *elt_type = *elt_typep; in copy_struct_N32() local
/external/libffi/src/mips/
Dffi.c915 ffi_type *elt_type = *elt_typep; in copy_struct_N32() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
Dc_api_unified_experimental_mlir.cc324 Type elt_type = getElementTypeOrSelf(type); in AddRef() local
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4423 const glsl_type *elt_type = ir->offset->type->fields.array; in visit() local