Home
last modified time | relevance | path

Searched refs:layoutNdx (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/opengl/
DgluVarType.cpp318 for (int layoutNdx = 1; layoutNdx < (int)layoutDeclarationList.size(); ++layoutNdx) in operator <<() local
319 str << ", " << layoutDeclarationList[layoutNdx]; in operator <<()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp2239 const int layoutNdx = findBlockIndex(glLayout, instName); in iterate() local
2241 if (layoutNdx >= 0) in iterate()
2243 const BlockLocation& blockLoc = blockLocations[layoutNdx]; in iterate()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp7951 for (size_t layoutNdx = 0; layoutNdx < DE_LENGTH_OF_ARRAY(layouts); layoutNdx++) in getNumberOfSupportedLayouts() local
7953 const vk::VkImageLayout layout = layouts[layoutNdx]; in getNumberOfSupportedLayouts()
7984 for (size_t layoutNdx = 0; layoutNdx < DE_LENGTH_OF_ARRAY(layouts); layoutNdx++) in getRandomNextLayout() local
7986 const vk::VkImageLayout layout = layouts[layoutNdx]; in getRandomNextLayout()