Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp1122 for (int setNdx = 0; setNdx < 2; ++setNdx) in testComplementarity() local
1124 const float sign = (setNdx == 0 ? 1.0f : -1.0f); in testComplementarity()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1900 for (int setNdx = 0; setNdx < DE_LENGTH_OF_ARRAY(s_compressedFormatSets); ++setNdx) in testCompressedFormatsSupported() local
1902 const char* const setName = s_compressedFormatSets[setNdx].setName; in testCompressedFormatsSupported()
1903 const char* const featureName = s_compressedFormatSets[setNdx].featureName; in testCompressedFormatsSupported()
1904 const bool featureBitSet = features.*s_compressedFormatSets[setNdx].feature == VK_TRUE; in testCompressedFormatsSupported()
1906 s_compressedFormatSets[setNdx].formatsBegin, in testCompressedFormatsSupported()
1907 s_compressedFormatSets[setNdx].formatsEnd, in testCompressedFormatsSupported()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp102 …ingstream& out, const string& blockName, const string& instanceName, int setNdx, int bindingNdx, c… in genUniformBlock() argument
106 if (setNdx != 0) in genUniformBlock()
107 out << "set = " << setNdx << ", "; in genUniformBlock()