HomeSort by relevance Sort by last modified time
    Searched full:binarycollection (Results 1 - 9 of 9) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 752 const BinaryCollection& binaryRegistry,
774 const BinaryCollection& binaryCollection,
908 const BinaryCollection& binaryCollection,
913 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vkd, device, binaryCollection.get("tri-vert"), 0));
914 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vkd, device, binaryCollection.get("tri-frag"), 0));
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkPrograms.hpp 170 typedef ProgramCollection<ProgramBinary> BinaryCollection;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 565 const BinaryCollection& binaryCollection;
592 const BinaryCollection& binaryCollection_,
597 , binaryCollection (binaryCollection_)
620 testContext.binaryCollection.get("glslvert"),
625 testContext.binaryCollection.get("glslfrag"),
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestPackage.cpp 101 vk::BinaryCollection* progCollection)
177 vk::BinaryCollection m_progCollection;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferTests.cpp 533 ProgramCollection<vk::ProgramBinary>& binaryCollection,
554 m_vertexModule = createShaderModule (vk, device, binaryCollection.get(vertexName), 0u);
555 m_fragmentModule = createShaderModule (vk, device, binaryCollection.get(fragmentName), 0u);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelinePushConstantTests.cpp 143 const BinaryCollection& programCollection,
550 const BinaryCollection& programCollection,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 916 const vk::BinaryCollection& programCollection);
926 const vk::BinaryCollection& programCollection,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 236 const BinaryCollection& programBinaries;
255 const BinaryCollection& programBinaries_,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 1029 const vk::ProgramCollection<vk::ProgramBinary>& binaryCollection)
1038 , m_binaryCollection (binaryCollection)
    [all...]

Completed in 401 milliseconds