Home
last modified time | relevance | path

Searched refs:elemIdx (Results 1 – 5 of 5) sorted by relevance

/external/doclava/src/com/google/doclava/
DAnnotationInstanceInfo.java137 for (int elemIdx = 0; elemIdx < aii.elementValues().size(); ++elemIdx) { in makeLinkListHDF()
138 final String elemBase = aiiBase + ".elementValues." + elemIdx; in makeLinkListHDF()
139 final AnnotationValueInfo value = aii.elementValues().get(elemIdx); in makeLinkListHDF()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp2288 int elemIdx = 0; in Drm_xHEAACDecoderConfig() local
2290 usc->element[elemIdx].m_stereoConfigIndex = 0; in Drm_xHEAACDecoderConfig()
2297 usc->element[elemIdx].usacElementType = ID_USAC_SCE; in Drm_xHEAACDecoderConfig()
2299 usc->element[elemIdx].m_noiseFilling = FDKreadBits(hBs, 1); in Drm_xHEAACDecoderConfig()
2305 usc->element[elemIdx].m_harmonicSBR = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2306 usc->element[elemIdx].m_interTes = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2307 usc->element[elemIdx].m_pvc = FDKreadBit(hBs); in Drm_xHEAACDecoderConfig()
2310 asc->m_samplesPerFrame, asc->m_aot, ID_SCE, elemIdx, in Drm_xHEAACDecoderConfig()
2311 usc->element[elemIdx].m_harmonicSBR, in Drm_xHEAACDecoderConfig()
2312 usc->element[elemIdx].m_stereoConfigIndex, in Drm_xHEAACDecoderConfig()
[all …]
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp795 UINT_32 elemIdx, ///< [in] per pipe element index within a macro tile in ComputeTileCoordFromPipeAndElemIdx() argument
809 UINT_32 elemIdx0 = _BIT(elemIdx,0); in ComputeTileCoordFromPipeAndElemIdx()
810 UINT_32 elemIdx1 = _BIT(elemIdx,1); in ComputeTileCoordFromPipeAndElemIdx()
811 UINT_32 elemIdx2 = _BIT(elemIdx,2); in ComputeTileCoordFromPipeAndElemIdx()
1059 UINT_32 elemIdx = 0; in TileCoordToMaskElementIndex() local
1077 elemIdx = Bits2Number(3,elemIdx2,elemIdx1,elemIdx0); in TileCoordToMaskElementIndex()
1084 elemIdx = Bits2Number(2,elemIdx1,elemIdx0); in TileCoordToMaskElementIndex()
1091 elemIdx = Bits2Number(2, elemIdx1, elemIdx0); in TileCoordToMaskElementIndex()
1098 elemIdx = Bits2Number(2, elemIdx1, elemIdx0); in TileCoordToMaskElementIndex()
1106 elemIdx = Bits2Number(3, elemIdx2, elemIdx1, elemIdx0); in TileCoordToMaskElementIndex()
[all …]
Dsiaddrlib.h286 UINT_32 elemIdx, UINT_32 pipe, AddrPipeCfg pipeCfg, UINT_32 pitchInMacroTile,
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp7028 for (size_t elemIdx = 0; elemIdx < float16Data.size(); elemIdx++) in addGraphics16BitStorageUniformFloat16To64Group() local
7030 float16Vec2Data[elemIdx / 2][elemIdx % 2] = float16Data[elemIdx]; in addGraphics16BitStorageUniformFloat16To64Group()
8311 for (size_t elemIdx = 0; elemIdx < numElements; elemIdx++) in addCompute16bitStorageUniform16To64Group() local
8313 float16Vec2Data[elemIdx / 2][elemIdx % 2] = float16Data[elemIdx]; in addCompute16bitStorageUniform16To64Group()