Searched refs:generateLayoutAndPrecisionDeclaration (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 1040 void generateLayoutAndPrecisionDeclaration(std::ostringstream &src, uint32_t flags, uint32_t buffer… in generateLayoutAndPrecisionDeclaration() function 1056 generateLayoutAndPrecisionDeclaration(src, type.getFlags() & flagsMask, buffer, stride, offset); in generateDeclaration() 1070 …generateLayoutAndPrecisionDeclaration(src, curType->getFlags() & flagsMask, buffer, stride, offset… in generateDeclaration()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 1086 void generateLayoutAndPrecisionDeclaration(std::ostringstream &src, uint32_t flags, uint32_t offset) in generateLayoutAndPrecisionDeclaration() function 1098 generateLayoutAndPrecisionDeclaration(src, type.getFlags() & flagsMask, offset); in generateDeclaration() 1112 generateLayoutAndPrecisionDeclaration(src, curType->getFlags() & flagsMask, offset); in generateDeclaration()
|