Home
last modified time | relevance | path

Searched defs:_stage (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp556 static const struct _stage in iterate() struct
558 bool use_cs; in iterate()
559 bool use_fs; in iterate()
560 bool use_gs; in iterate()
561 bool use_tc; in iterate()
562 bool use_te; in iterate()
563 bool use_vs; in iterate()
565 const glw::GLchar* fs_input; in iterate()
566 const glw::GLchar* gs_input; in iterate()
567 const glw::GLchar* tc_input; in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp691 …elineShaderStage (vk::VkShaderModule _module, const char* _pName, vk::VkShaderStageFlagBits _stage) in PipelineShaderStage()
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp917 ShaderKey(GLenum _stage, const std::string& _input, const std::string& _output) in ShaderKey()