Searched defs:collectUniqueBasicTypes (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 697 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() function 713 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) in collectUniqueBasicTypes() function 719 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() function
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 750 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() function 766 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) in collectUniqueBasicTypes() function 772 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() function
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 787 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() function 803 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) in collectUniqueBasicTypes() function 809 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 872 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes() function 888 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const BufferBlock& bufferBlock) in collectUniqueBasicTypes() function 894 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes() function
|