Home
last modified time | relevance | path

Searched defs:globalDeclarations (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsShaderExecUtil.hpp63 …std::string globalDeclarations; //!< These are placed into global scope. Can contain uniform d… member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderExecutor.hpp66 …std::string globalDeclarations; //!< These are placed into global scope. Can contain uniform de… member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.hpp66 …std::string globalDeclarations; //!< These are placed into global scope. Can contain uniform de… member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderMultisampleInterpolationTests.cpp1544 const char* globalDeclarations = ""; in genShaderSource() local