HomeSort by relevance Sort by last modified time
    Searched refs:BinaryCollection (Results 1 - 23 of 23) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCase.hpp 59 vk::BinaryCollection& progCollection);
64 vk::BinaryCollection& getBinaryCollection (void) const { return m_progCollection; }
117 vk::BinaryCollection& m_progCollection;
vktTestPackage.cpp 119 vk::BinaryCollection* progCollection,
196 vk::BinaryCollection m_progCollection;
vktTestCase.cpp 597 vk::BinaryCollection& progCollection)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.hpp 129 vk::BinaryCollection& programCollection,
137 vk::BinaryCollection& getBinaryCollection (void) const { return m_progCollection; }
149 vk::BinaryCollection& m_progCollection;
vktSynchronizationSmokeTests.cpp 539 const BinaryCollection& binaryCollection;
566 const BinaryCollection& binaryCollection_,
571 , binaryCollection (binaryCollection_)
594 testContext.binaryCollection.get("glslvert"),
599 testContext.binaryCollection.get("glslfrag"),
    [all...]
vktSynchronizationOperation.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemContext.hpp 63 vk::BinaryCollection& getBinaryCollection (void) const { return m_context.getBinaryCollection(); }
vktProtectedMemWsiSwapchainTests.cpp 801 const vk::BinaryCollection& binaryRegistry,
823 const vk::BinaryCollection& binaryCollection,
941 const vk::BinaryCollection& binaryCollection,
946 const vk::Unique<vk::VkShaderModule> vertShaderModule (createShaderModule(vkd, device, binaryCollection.get("tri-vert"), 0))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmSpirvVersionTests.cpp 172 static bool isSpirVersionsAsRequested (const BinaryCollection& binaryCollection, SpirvVersion requestedSpirvVersion)
176 DE_ASSERT(!binaryCollection.empty());
178 for (vk::BinaryCollection::Iterator binaryIt = binaryCollection.begin(); binaryIt != binaryCollection.end(); ++binaryIt)
  /external/deqp/external/vulkancts/framework/vulkan/
vkPrograms.hpp 208 typedef ProgramCollection<ProgramBinary, BinaryBuildOptions> BinaryCollection;
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiColorSpaceTests.cpp 402 const BinaryCollection& binaryRegistry,
424 const BinaryCollection& binaryCollection,
558 const BinaryCollection& binaryCollection,
563 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vkd, device, binaryCollection.get("tri-vert"), 0));
564 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vkd, device, binaryCollection.get("tri-frag"), 0));
652 const BinaryCollection& binaryRegistry,
    [all...]
vktWsiSwapchainTests.cpp 789 const BinaryCollection& binaryRegistry,
811 const BinaryCollection& binaryCollection,
945 const BinaryCollection& binaryCollection,
950 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vkd, device, binaryCollection.get("tri-vert"), 0));
951 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vkd, device, binaryCollection.get("tri-frag"), 0));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassSampleReadTests.cpp 486 const vk::BinaryCollection& binaryCollection,
491 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert"), 0u));
492 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-frag"), 0u));
598 const vk::BinaryCollection& binaryCollection,
603 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert"), 0u));
604 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-subpass-frag"), 0u));
    [all...]
vktRenderPassSparseRenderTargetTests.cpp 319 const BinaryCollection& binaryCollection,
323 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert"), 0u));
324 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-frag"), 0u));
vktRenderPassSubpassDependencyTests.cpp 346 const BinaryCollection& binaryCollection,
635 const BinaryCollection& binaryCollection,
643 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert-" + de::toString(renderPassNdx)), 0u));
644 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-frag-" + de::toString(renderPassNdx)), 0u));
    [all...]
vktRenderPassMultisampleTests.cpp 751 const vk::BinaryCollection& binaryCollection,
759 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert"), 0u));
760 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-frag"), 0u));
    [all...]
vktRenderPassDepthStencilResolveTests.cpp 543 const vk::BinaryCollection& binaryCollection = m_context.getBinaryCollection();
545 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(m_vkd, m_device, binaryCollection.get("quad-vert"), 0u));
546 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(m_vkd, m_device, binaryCollection.get("quad-frag"), 0u));
547 const Move<VkShaderModule> geometryShaderModule (m_config.imageLayers == 1 ? Move<VkShaderModule>() : createShaderModule(m_vkd, m_device, binaryCollection.get("quad-geom"), 0u));
    [all...]
vktRenderPassMultisampleResolveTests.cpp 628 const vk::BinaryCollection& binaryCollection,
634 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert"), 0u));
635 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-frag"), 0u));
636 const Move<VkShaderModule> geometryShaderModule (layerCount == 1 ? Move<VkShaderModule>() : createShaderModule(vkd, device, binaryCollection.get("geom"), 0u));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelinePushConstantTests.cpp 166 const BinaryCollection& programCollection,
217 const BinaryCollection& programCollection,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 482 BinaryCollection& binaryCollection,
503 m_vertexModule = createShaderModule (vk, device, binaryCollection.get(vertexName), 0u);
504 m_fragmentModule = createShaderModule (vk, device, binaryCollection.get(fragmentName), 0u);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 241 const BinaryCollection& programBinaries;
264 const BinaryCollection& programBinaries_,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 721 const vk::BinaryCollection& programCollection);
731 const vk::BinaryCollection& programCollection,
749 const vk::BinaryCollection& programCollection)
763 const vk::BinaryCollection& programCollection,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 961 const vk::BinaryCollection& binaryCollection)
970 , m_binaryCollection (binaryCollection)
985 const vk::BinaryCollection& getBinaryCollection (void) const { return m_binaryCollection; }
996 const vk::BinaryCollection& m_binaryCollection;
1012 const vk::BinaryCollection& getBinaryCollection (void) const { return m_context.getBinaryCollection(); }
    [all...]

Completed in 840 milliseconds