Home
last modified time | relevance | path

Searched defs:gidx (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconcat_lib_gpu_impl.cu.cc41 IntType gidx = blockIdx.x * blockDim.x + threadIdx.x; in concat_fixed_kernel() local
69 IntType gidx = blockIdx.x * blockDim.x + threadIdx.x; in concat_variable_kernel() local
Dsplit_lib_gpu.cu.cc120 IntType gidx = blockIdx.x * blockDim.x + threadIdx.x; in split_v_kernel() local
/external/freetype/src/autofit/
Dafshaper.c277 hb_codepoint_t gidx = FT_Get_Char_Index( globals->face, ch ); in af_shaper_get_coverage() local
/external/mesa3d/src/imgui/
Dimstb_truetype.h1784 stbtt_uint16 flags, gidx; in stbtt__GetGlyphShapeTT() local