Searched refs:InterfaceLayout (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 193 std::ostream& operator<< (std::ostream& str, const InterfaceLayout& layout) in operator <<() 219 int InterfaceLayout::getInterfaceLayoutIndex (int blockNdx, const std::string& name) const in getInterfaceLayoutIndex() 230 int InterfaceLayout::getBlockLayoutIndex (int blockNdx, int instanceNdx) const in getBlockLayoutIndex() 507 std::vector<deUint8> createMask (const InterfaceLayout& layout, const std::map<int, void*>& blockPo… in createMask() 556 void computeXfbLayout (InterfaceLayout& layout, int& curOffset, int& curLocation, int curBlockNdx, … in computeXfbLayout() 687 void computeXfbLayout (InterfaceLayout& layout, ShaderInterface& shaderInterface, BufferGeneralMapp… in computeXfbLayout() 944 void generateValues (const InterfaceLayout& layout, const std::map<int, void*>& blockPointers, deUi… in generateValues() 1082 …dx, const InterfaceBlock& block, const InterfaceBlockMember& member, const InterfaceLayout& layout) in getBlockMemberOffset() 1162 …ostringstream& src, int blockNdx, const InterfaceBlock& block, const InterfaceLayout& layout, bool… in generateDeclaration() 1404 const InterfaceLayout& layout, in generateAssignment() [all …]
|
D | vktTransformFeedbackFuzzLayoutCase.hpp | 304 class InterfaceLayout class 346 InterfaceLayout m_interfaceLayout; //!< interface layout.
|