Home
last modified time | relevance | path

Searched refs:getNumInterfaceBlocks (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp240 int getNumInterfaceBlocks (void) const { return (int)m_interfaceBlocks.size(); } in getNumInterfaceBlocks() function in vkt::TransformFeedback::ShaderInterface
DvktTransformFeedbackFuzzLayoutCase.cpp689 const int numInterfaceBlocks = shaderInterface.getNumInterfaceBlocks(); in computeXfbLayout()
1471 for (int blockNdx = 0; blockNdx < shaderInterface.getNumInterfaceBlocks(); blockNdx++) in generateAssignment()
1537 for (int blockNdx = 0; blockNdx < shaderInterface.getNumInterfaceBlocks(); blockNdx++) in generateTestShader()