Home
last modified time | relevance | path

Searched refs:kShaderTypeTessellationControl (Results 1 – 13 of 13) sorted by relevance

/external/deqp-deps/amber/src/vkscript/
Dsection_parser_test.cc206 kShaderTypeTessellationControl, kShaderFormatGlsl}, in TEST_F()
218 kShaderTypeTessellationControl, kShaderFormatSpirvAsm}, in TEST_F()
230 kShaderTypeTessellationControl, kShaderFormatSpirvHex}, in TEST_F()
Dsection_parser.cc102 *shader_type = kShaderTypeTessellationControl; in NameToNodeType()
Dcommand_parser.cc44 return kShaderTypeTessellationControl; in ShaderNameToType()
Dcommand_parser_test.cc715 {"tessellation control", kShaderTypeTessellationControl},
/external/deqp-deps/amber/include/amber/
Dshader_info.h38 kShaderTypeTessellationControl, enumerator
/external/deqp-deps/amber/src/
Dshader_compiler.cc240 else if (shader->GetType() == kShaderTypeTessellationControl) in CompileGlsl()
Dpipeline_test.cc119 kShaderTypeTessellationControl})); // NOLINT(whitespace/parens)
/external/deqp-deps/amber/src/amberscript/
Dparser_attach_test.cc140 kShaderTypeTessellationControl})); // NOLINT(whitespace/parens)
Dparser_shader_test.cc378 ShaderTypeData{"tessellation_control", kShaderTypeTessellationControl},
Dparser.cc406 *type = kShaderTypeTessellationControl; in ToShaderType()
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp349 case amber::kShaderTypeTessellationControl: in initPrograms()
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.cc45 case kShaderTypeTessellationControl: in ToVkShaderStage()
Ddevice.cc1142 case kShaderTypeTessellationControl: in IsRequiredSubgroupSizeSupported()