Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/amber/src/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},
/third_party/vk-gl-cts/external/amber/src/include/amber/
Dshader_info.h38 kShaderTypeTessellationControl, enumerator
/third_party/vk-gl-cts/external/amber/src/src/
Dshader_compiler.cc240 else if (shader->GetType() == kShaderTypeTessellationControl) in CompileGlsl()
Dpipeline_test.cc119 kShaderTypeTessellationControl})); // NOLINT(whitespace/parens)
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_attach_test.cc140 kShaderTypeTessellationControl})); // NOLINT(whitespace/parens)
Dparser_shader_test.cc378 ShaderTypeData{"tessellation_control", kShaderTypeTessellationControl},
Dparser.cc406 *type = kShaderTypeTessellationControl; in ToShaderType()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
DvktAmberTestCase.cpp374 case amber::kShaderTypeTessellationControl: in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.cpp374 case amber::kShaderTypeTessellationControl: in initPrograms()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dengine_vulkan.cc45 case kShaderTypeTessellationControl: in ToVkShaderStage()
Ddevice.cc1323 case kShaderTypeTessellationControl: in IsRequiredSubgroupSizeSupported()