Searched refs:subNdx (Results 1 – 6 of 6) sorted by relevance
154 int subNdx = ndx & ((1 << DE_ARRAY_ELEMENTS_PER_PAGE_LOG2) - 1); \155 return ((VALUETYPE*)arr->pageTable[pageNdx])[subNdx]; \164 int subNdx = ndx & ((1 << DE_ARRAY_ELEMENTS_PER_PAGE_LOG2) - 1); \165 ((VALUETYPE*)arr->pageTable[pageNdx])[subNdx] = elem; \182 int subNdx = ndx & ((1 << DE_ARRAY_ELEMENTS_PER_PAGE_LOG2) - 1); \186 return ((VALUETYPE*)arr->pageTable[pageNdx])[subNdx]; \
94 int subNdx = ndx & ((1 << DE_ARRAY_ELEMENTS_PER_PAGE_LOG2) - 1); \95 return &((VALUETYPE*)hashArray->array->pageTable[pageNdx])[subNdx]; \
286 for (int subNdx = 0; subNdx < static_cast<int>(subset.size()); ++subNdx) in oneWayComparePointSets() local288 const tcu::Vec3& subPt = subset[subNdx]; in oneWayComparePointSets()
1594 for (int subNdx = 0; subNdx < numSubCases; ++subNdx) in genTessLevelCases() local
378 deUintptr subNdx = (deUintptr)ndx & ((1 << ELEMENTS_PER_PAGE_LOG2) - 1); in getPtr() local380 T* ptr = (T*)((deUint8*)m_pageTable[pageNdx] + (subNdx*elemSize)); in getPtr()
1120 for (int subNdx = 0; subNdx < (int)subset.size(); subNdx++) in oneWayComparePointSets() local1122 const Vec3& subPt = subset[subNdx]; in oneWayComparePointSets()4698 for (int subNdx = 0; subNdx < numSubCases; subNdx++) in genTessLevelCases() local