Searched refs:shaderPrefix (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 1504 …ntext& context, const VkShaderStageFlagBits stage, const std::string& shaderPrefix, const VkDescri… in GraphicsPipeline() argument 1532 …device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get(shaderPrefix + "vert"), DE_N… in GraphicsPipeline() 1533 …vice, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get(shaderPrefix + "frag"), DE_N… in GraphicsPipeline() 1538 …ER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get(shaderPrefix + "tesc"), DE_N… in GraphicsPipeline() 1539 …_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get(shaderPrefix + "tese"), DE_N… in GraphicsPipeline() 1543 …vice, VK_SHADER_STAGE_GEOMETRY_BIT, context.getBinaryCollection().get(shaderPrefix + "geom"), DE_N… in GraphicsPipeline() 1604 …Context& context, const DispatchCall dispatchCall, const std::string& shaderPrefix, const VkDescri… in ComputePipeline() argument 1626 …dule(createShaderModule(vk, device, context.getBinaryCollection().get(shaderPrefix + "comp"), (VkS… in ComputePipeline() 1660 const std::string& shaderPrefix, in BufferImplementation() argument 1727 …GRAPHICS ? de::MovePtr<Pipeline>(new GraphicsPipeline(context, stage, shaderPrefix, *m_descriptorS… in BufferImplementation() [all …]
|