Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp2068 const std::string& declCode, in initPassthroughPrograms() argument
2083 << (stage & VK_SHADER_STAGE_VERTEX_BIT ? declCode + "\n" : "") in initPassthroughPrograms()
2105 << (stage & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT ? declCode + "\n" : "") in initPassthroughPrograms()
2135 << (stage & VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT ? declCode + "\n" : "") in initPassthroughPrograms()
2161 << (stage & VK_SHADER_STAGE_GEOMETRY_BIT ? declCode + "\n" : "") in initPassthroughPrograms()
2186 << (stage & VK_SHADER_STAGE_FRAGMENT_BIT ? declCode + "\n" : "") in initPassthroughPrograms()
2204 << (stage & VK_SHADER_STAGE_COMPUTE_BIT ? declCode + "\n" : "") in initPassthroughPrograms()