Searched refs:APICall (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1377 enum class APICall { MODULE = 0, CREATE_INFO, BOTH }; class in vkt::pipeline::__anon28265::ConstantModuleIdentifiersInstance 1381 APICall apiCall; 1391 APICall apiCall_, in Params() 1402 return (apiCall != APICall::CREATE_INFO); in needsVkModule() 1447 const auto id2 = ((m_params->apiCall == APICall::MODULE) in runTest() 3541 ConstantModuleIdentifiersInstance::APICall apiCall; in createShaderModuleIdentifierTests() 3545 { ConstantModuleIdentifiersInstance::APICall::MODULE, "module_id" }, in createShaderModuleIdentifierTests() 3546 { ConstantModuleIdentifiersInstance::APICall::CREATE_INFO, "create_info_id" }, in createShaderModuleIdentifierTests() 3547 { ConstantModuleIdentifiersInstance::APICall::BOTH, "both_ids" }, in createShaderModuleIdentifierTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1371 enum class APICall { MODULE = 0, CREATE_INFO, BOTH }; class in vkt::pipeline::__anon29482::ConstantModuleIdentifiersInstance 1375 APICall apiCall; 1385 APICall apiCall_, in Params() 1396 return (apiCall != APICall::CREATE_INFO); in needsVkModule() 1441 const auto id2 = ((m_params->apiCall == APICall::MODULE) in runTest() 3525 ConstantModuleIdentifiersInstance::APICall apiCall; in createShaderModuleIdentifierTests() 3529 { ConstantModuleIdentifiersInstance::APICall::MODULE, "module_id" }, in createShaderModuleIdentifierTests() 3530 { ConstantModuleIdentifiersInstance::APICall::CREATE_INFO, "create_info_id" }, in createShaderModuleIdentifierTests() 3531 { ConstantModuleIdentifiersInstance::APICall::BOTH, "both_ids" }, in createShaderModuleIdentifierTests()
|
Completed in 12 milliseconds