Searched refs:orderNdx (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 978 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTestsCommon() local 980 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTestsCommon() 981 const char* const orderName = orders[orderNdx].str; in createAllocationTestsCommon() 1028 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTestsCommon() local 1030 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTestsCommon() 1031 const char* const orderName = orders[orderNdx].str; in createAllocationTestsCommon()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 978 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTestsCommon() local 980 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTestsCommon() 981 const char* const orderName = orders[orderNdx].str; in createAllocationTestsCommon() 1028 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTestsCommon() local 1030 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTestsCommon() 1031 const char* const orderName = orders[orderNdx].str; in createAllocationTestsCommon()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 780 deUint32 orderNdx; in getGlslAttributeConditions() local 801 orderNdx = ABGROrder[rowNdx]; in getGlslAttributeConditions() 803 orderNdx = ARGBOrder[rowNdx]; in getGlslAttributeConditions() 805 orderNdx = BGROrder[rowNdx]; in getGlslAttributeConditions() 830 …maxIntValue = (1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx) - 1)) - 1; in getGlslAttributeConditions() 842 …nt32 maxUintValue = (1 << getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx)) - 1; in getGlslAttributeConditions() 864 …alue = float((1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx) - 1)) - 1); in getGlslAttributeConditions() 867 …x << ".0, " << minScaledValue << ", " << maxScaledValue << ")) < " << threshold[orderNdx] << ")\n"; in getGlslAttributeConditions() 876 …caledValue = float((1 << getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx)) - 1); in getGlslAttributeConditions() 878 …") + " << componentIndex << ".0, 0, " << maxScaledValue << ")) < " << threshold[orderNdx] << ")\n"; in getGlslAttributeConditions() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 780 deUint32 orderNdx; in getGlslAttributeConditions() local 801 orderNdx = ABGROrder[rowNdx]; in getGlslAttributeConditions() 803 orderNdx = ARGBOrder[rowNdx]; in getGlslAttributeConditions() 805 orderNdx = BGROrder[rowNdx]; in getGlslAttributeConditions() 830 …maxIntValue = (1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx) - 1)) - 1; in getGlslAttributeConditions() 842 …nt32 maxUintValue = (1 << getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx)) - 1; in getGlslAttributeConditions() 864 …alue = float((1 << (getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx) - 1)) - 1); in getGlslAttributeConditions() 867 …x << ".0, " << minScaledValue << ", " << maxScaledValue << ")) < " << threshold[orderNdx] << ")\n"; in getGlslAttributeConditions() 876 …caledValue = float((1 << getPackedVertexFormatComponentWidth(attributeInfo.vkType, orderNdx)) - 1); in getGlslAttributeConditions() 878 …") + " << componentIndex << ".0, 0, " << maxScaledValue << ")) < " << threshold[orderNdx] << ")\n"; in getGlslAttributeConditions() [all …]
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 4847 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()
|