Searched refs:kShaderTypeTessellationControl (Results 1 – 13 of 13) sorted by relevance
/external/deqp-deps/amber/src/vkscript/ |
D | section_parser_test.cc | 206 kShaderTypeTessellationControl, kShaderFormatGlsl}, in TEST_F() 218 kShaderTypeTessellationControl, kShaderFormatSpirvAsm}, in TEST_F() 230 kShaderTypeTessellationControl, kShaderFormatSpirvHex}, in TEST_F()
|
D | section_parser.cc | 102 *shader_type = kShaderTypeTessellationControl; in NameToNodeType()
|
D | command_parser.cc | 44 return kShaderTypeTessellationControl; in ShaderNameToType()
|
D | command_parser_test.cc | 715 {"tessellation control", kShaderTypeTessellationControl},
|
/external/deqp-deps/amber/include/amber/ |
D | shader_info.h | 38 kShaderTypeTessellationControl, enumerator
|
/external/deqp-deps/amber/src/ |
D | shader_compiler.cc | 240 else if (shader->GetType() == kShaderTypeTessellationControl) in CompileGlsl()
|
D | pipeline_test.cc | 119 kShaderTypeTessellationControl})); // NOLINT(whitespace/parens)
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_attach_test.cc | 140 kShaderTypeTessellationControl})); // NOLINT(whitespace/parens)
|
D | parser_shader_test.cc | 378 ShaderTypeData{"tessellation_control", kShaderTypeTessellationControl},
|
D | parser.cc | 406 *type = kShaderTypeTessellationControl; in ToShaderType()
|
/external/deqp/external/vulkancts/modules/vulkan/amber/ |
D | vktAmberTestCase.cpp | 349 case amber::kShaderTypeTessellationControl: in initPrograms()
|
/external/deqp-deps/amber/src/vulkan/ |
D | engine_vulkan.cc | 45 case kShaderTypeTessellationControl: in ToVkShaderStage()
|
D | device.cc | 1142 case kShaderTypeTessellationControl: in IsRequiredSubgroupSizeSupported()
|