Searched defs:collectUniqueBasicTypes (Results 1 - 4 of 4) sorted by relevance
/external/deqp/modules/glshared/ |
H A D | glsUniformBlockCase.cpp | 750 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) function in namespace:deqp::gls::ub::__anon4805 755 collectUniqueBasicTypes(basicTypes, iter->getType()); 758 collectUniqueBasicTypes(basicTypes, type.getElementType()); 766 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) function in namespace:deqp::gls::ub::__anon4805 769 collectUniqueBasicTypes(basicTypes, iter->getType()); 772 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) function in namespace:deqp::gls::ub::__anon4805 775 collectUniqueBasicTypes(basicTypes, interface.getUniformBlock(ndx)); 784 collectUniqueBasicTypes(types, interface);
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 697 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) function in namespace:vkt::ubo::__anon3927 702 collectUniqueBasicTypes(basicTypes, iter->getType()); 705 collectUniqueBasicTypes(basicTypes, type.getElementType()); 713 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) function in namespace:vkt::ubo::__anon3927 716 collectUniqueBasicTypes(basicTypes, iter->getType()); 719 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) function in namespace:vkt::ubo::__anon3927 722 collectUniqueBasicTypes(basicTypes, interface.getUniformBlock(ndx)); 731 collectUniqueBasicTypes(types, interface);
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 787 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) function in namespace:vkt::ssbo::__anon3921 792 collectUniqueBasicTypes(basicTypes, iter->getType()); 795 collectUniqueBasicTypes(basicTypes, type.getElementType()); 803 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) function in namespace:vkt::ssbo::__anon3921 806 collectUniqueBasicTypes(basicTypes, iter->getType()); 809 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) function in namespace:vkt::ssbo::__anon3921 812 collectUniqueBasicTypes(basicTypes, interface.getBlock(ndx)); 821 collectUniqueBasicTypes(types, interface);
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 872 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) function in namespace:deqp::gles31::bb::__anon4671 877 collectUniqueBasicTypes(basicTypes, iter->getType()); 880 collectUniqueBasicTypes(basicTypes, type.getElementType()); 888 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) function in namespace:deqp::gles31::bb::__anon4671 891 collectUniqueBasicTypes(basicTypes, iter->getType()); 894 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) function in namespace:deqp::gles31::bb::__anon4671 897 collectUniqueBasicTypes(basicTypes, interface.getBlock(ndx)); 906 collectUniqueBasicTypes(types, interface);
|
Completed in 70 milliseconds