Home
last modified time | relevance | path

Searched refs:subNdx (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/delibs/depool/
DdePoolArray.h154 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]; \
DdePoolHashArray.h94 int subNdx = ndx & ((1 << DE_ARRAY_ELEMENTS_PER_PAGE_LOG2) - 1); \
95 return &((VALUETYPE*)hashArray->array->pageTable[pageNdx])[subNdx]; \
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp286 for (int subNdx = 0; subNdx < static_cast<int>(subset.size()); ++subNdx) in oneWayComparePointSets() local
288 const tcu::Vec3& subPt = subset[subNdx]; in oneWayComparePointSets()
DvktTessellationInvarianceTests.cpp1594 for (int subNdx = 0; subNdx < numSubCases; ++subNdx) in genTessLevelCases() local
/external/deqp/framework/delibs/decpp/
DdePoolArray.hpp378 deUintptr subNdx = (deUintptr)ndx & ((1 << ELEMENTS_PER_PAGE_LOG2) - 1); in getPtr() local
380 T* ptr = (T*)((deUint8*)m_pageTable[pageNdx] + (subNdx*elemSize)); in getPtr()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp1120 for (int subNdx = 0; subNdx < (int)subset.size(); subNdx++) in oneWayComparePointSets() local
1122 const Vec3& subPt = subset[subNdx]; in oneWayComparePointSets()
4698 for (int subNdx = 0; subNdx < numSubCases; subNdx++) in genTessLevelCases() local