HomeSort by relevance Sort by last modified time
    Searched defs:vertexModule (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineStencilExportTests.cpp 272 const VkShaderModule vertexModule,
397 vertexModule, // VkShaderModule module;
525 Move<VkShaderModule> vertexModule = createShaderModule (vk, device, context.getBinaryCollection().get("vert"), 0);
531 Move<VkPipeline> stencilPipeline = makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, 0, *vertexModule, *fragmentStencilModule, renderSize, false);
532 Move<VkPipeline> colorPipeline = makeGraphicsPipeline (vk, device, *pipelineLayout, *renderPass, 1, *vertexModule, *fragmentColorModule, renderSize, true);
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsSampled.cpp 43 const VkShaderModule vertexModule,
123 vertexModule, // const VkShaderModule vertexShaderModule
689 Move<VkShaderModule> vertexModule = createShaderModule(deviceInterface, getDevice(), m_context.getBinaryCollection().get("vertex_shader"), (VkShaderModuleCreateFlags)0);
700 deviceInterface, getDevice(), *pipelineLayout, *m_renderPass, *vertexModule, *fragmentModule, *geometryModule)));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp 614 const VkShaderModule vertexModule,
660 vertexModule, // const VkShaderModule vertexShaderModule
    [all...]

Completed in 48 milliseconds