Searched defs:collectUniqueBasicTypes (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/util/ |
H A D | vktTypeComparisonUtil.cpp | 183 void collectUniqueBasicTypes(std::set<glu::DataType> &basicTypes, const glu::VarType &type) in collectUniqueBasicTypes() function
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsUniformBlockCase.cpp | 794 void collectUniqueBasicTypes(std::set<glu::DataType> &basicTypes, const VarType &type) in collectUniqueBasicTypes() function 810 void collectUniqueBasicTypes(std::set<glu::DataType> &basicTypes, const UniformBlock &uniformBlock) in collectUniqueBasicTypes() function 816 void collectUniqueBasicTypes(std::set<glu::DataType> &basicTypes, const ShaderInterface &interface) in collectUniqueBasicTypes() function
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 985 void collectUniqueBasicTypes(std::set<glu::DataType> &basicTypes, const VarType &type) in collectUniqueBasicTypes() function 1001 void collectUniqueBasicTypes(std::set<glu::DataType> &basicTypes, const UniformBlock &uniformBlock) in collectUniqueBasicTypes() function 1007 void collectUniqueBasicTypes(std::set<glu::DataType> &basicTypes, const ShaderInterface &interface) in collectUniqueBasicTypes() function
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 906 void collectUniqueBasicTypes(std::set<glu::DataType> &basicTypes, const VarType &type) in collectUniqueBasicTypes() function 922 void collectUniqueBasicTypes(std::set<glu::DataType> &basicTypes, const BufferBlock &bufferBlock) in collectUniqueBasicTypes() function 928 void collectUniqueBasicTypes(std::set<glu::DataType> &basicTypes, const ShaderInterface &interface) in collectUniqueBasicTypes() function
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 886 void collectUniqueBasicTypes(std::set<glu::DataType> &basicTypes, const BufferBlock &bufferBlock) in collectUniqueBasicTypes() function 892 void collectUniqueBasicTypes(std::set<glu::DataType> &basicTypes, const ShaderInterface &interface) in collectUniqueBasicTypes() function
|