Home
last modified time | relevance | path

Searched defs:patchIndex (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions-inl.h259 EIGEN_ALWAYS_INLINE Packet loadPacket(Index row, Index patchIndex) const { in loadPacket()
614 Index patchIndex, Index& rowIndex, Index& colIndex, in computeBaseIndices()
Deigen_cuboid_convolution.h320 EIGEN_ALWAYS_INLINE Packet loadPacket(Index row, Index patchIndex) const { in loadPacket()
773 Index patchIndex, Index& planeIndex, Index& rowIndex, Index& colIndex, in computeBaseIndices()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktShaderTileImageTests.cpp1521 for (uint32_t patchIndex = 0; patchIndex < (patchCountPerDraw * drawCount); patchIndex++) in generateVertexBuffer() local