Searched refs:opSimpleTest (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmSpirvVersionTests.cpp | 89 map<string, string> opSimpleTest; in initGraphicsInstanceContext() local 91 opSimpleTest["testfun"] = in initGraphicsInstanceContext() 103 opSimpleTest["GL_entrypoint"] = "%BP_vertexIdInCurrentPatch"; in initGraphicsInstanceContext() 107 case OPERATION_GRAPHICS_VERTEX: return createInstanceContext(vertFragPipelineStages, opSimpleTest); in initGraphicsInstanceContext() 108 case OPERATION_GRAPHICS_TESSELATION_EVALUATION: return createInstanceContext(tessPipelineStages, opSimpleTest); in initGraphicsInstanceContext() 109 case OPERATION_GRAPHICS_TESSELATION_CONTROL: return createInstanceContext(tessPipelineStages, opSimpleTest); in initGraphicsInstanceContext() 110 case OPERATION_GRAPHICS_GEOMETRY: return createInstanceContext(geomPipelineStages, opSimpleTest); in initGraphicsInstanceContext() 111 case OPERATION_GRAPHICS_FRAGMENT: return createInstanceContext(vertFragPipelineStages, opSimpleTest); in initGraphicsInstanceContext()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmSpirvVersionTests.cpp | 89 map<string, string> opSimpleTest; in initGraphicsInstanceContext() local 91 opSimpleTest["testfun"] = in initGraphicsInstanceContext() 103 opSimpleTest["GL_entrypoint"] = "%BP_vertexIdInCurrentPatch"; in initGraphicsInstanceContext() 107 case OPERATION_GRAPHICS_VERTEX: return createInstanceContext(vertFragPipelineStages, opSimpleTest); in initGraphicsInstanceContext() 108 case OPERATION_GRAPHICS_TESSELATION_EVALUATION: return createInstanceContext(tessPipelineStages, opSimpleTest); in initGraphicsInstanceContext() 109 case OPERATION_GRAPHICS_TESSELATION_CONTROL: return createInstanceContext(tessPipelineStages, opSimpleTest); in initGraphicsInstanceContext() 110 case OPERATION_GRAPHICS_GEOMETRY: return createInstanceContext(geomPipelineStages, opSimpleTest); in initGraphicsInstanceContext() 111 case OPERATION_GRAPHICS_FRAGMENT: return createInstanceContext(vertFragPipelineStages, opSimpleTest); in initGraphicsInstanceContext()
|
Completed in 2 milliseconds