Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp868 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTestsCommon() local
870 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTestsCommon()
871 const char* const orderName = orders[orderNdx].str; in createAllocationTestsCommon()
918 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTestsCommon() local
920 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTestsCommon()
921 const char* const orderName = orders[orderNdx].str; in createAllocationTestsCommon()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp772 deUint32 orderNdx; in getGlslAttributeConditions() local
793 orderNdx = ABGROrder[rowNdx]; in getGlslAttributeConditions()
795 orderNdx = ARGBOrder[rowNdx]; in getGlslAttributeConditions()
797 orderNdx = BGROrder[rowNdx]; in getGlslAttributeConditions()
822 …maxIntValue = (1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx) - 1)) - 1; in getGlslAttributeConditions()
834 …nt32 maxUintValue = (1 << getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx)) - 1; in getGlslAttributeConditions()
856 …alue = float((1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx) - 1)) - 1); in getGlslAttributeConditions()
859 …x << ".0, " << minScaledValue << ", " << maxScaledValue << ")) < " << threshold[orderNdx] << ")\n"; in getGlslAttributeConditions()
868 …caledValue = float((1 << getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx)) - 1); in getGlslAttributeConditions()
870 …") + " << componentIndex << ".0, 0, " << maxScaledValue << ")) < " << threshold[orderNdx] << ")\n"; in getGlslAttributeConditions()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4847 for (int orderNdx = 0; orderNdx < 2; ++orderNdx) in iterate() local
4849 if ((orderNdx == 0 && m_callOrder == VIEWPORT_FIRST) || in iterate()
4850 (orderNdx == 1 && m_callOrder == BBOX_FIRST)) in iterate()