Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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]; \
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCoordinatesTests.cpp291 for (int subNdx = 0; subNdx < static_cast<int>(subset.size()); ++subNdx) in oneWayComparePointSets() local
293 const tcu::Vec3& subPt = subset[subNdx]; in oneWayComparePointSets()
DvktTessellationInvarianceTests.cpp1627 for (int subNdx = 0; subNdx < numSubCases; ++subNdx) in genTessLevelCases() local
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp1122 for (int subNdx = 0; subNdx < (int)subset.size(); subNdx++) in oneWayComparePointSets() local
1124 const Vec3& subPt = subset[subNdx]; in oneWayComparePointSets()
4839 for (int subNdx = 0; subNdx < numSubCases; subNdx++) in genTessLevelCases() local