HomeSort by relevance Sort by last modified time
    Searched refs:vk (Results 276 - 300 of 457) sorted by null

<<111213141516171819

  /external/deqp/external/vulkancts/framework/vulkan/
vkDebugReportUtil.hpp 32 namespace vk namespace
90 } // vk
vkPlatform.hpp 35 namespace vk namespace
156 } // vk
vkShaderProgram.cpp 28 namespace vk namespace
92 } // vk
vkShaderProgram.hpp 36 namespace vk namespace
92 } // vk
vkWsiUtil.hpp 32 namespace vk namespace
102 } // vk
vkInstanceDriverImpl.inl 77 vk::VkPhysicalDeviceProperties props;
87 vk::VkPhysicalDeviceProperties props;
97 vk::VkPhysicalDeviceProperties props;
107 vk::VkPhysicalDeviceProperties props;
117 vk::VkPhysicalDeviceProperties props;
127 vk::VkPhysicalDeviceProperties props;
137 vk::VkPhysicalDeviceProperties props;
147 vk::VkPhysicalDeviceProperties props;
157 vk::VkPhysicalDeviceProperties props;
167 vk::VkPhysicalDeviceProperties props
    [all...]
vkWsiPlatform.hpp 30 namespace vk namespace
177 } // vk
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateTestCaseUtil.hpp 87 virtual void initPrograms (vk::SourceCollections& programCollection) const
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 88 class VulkanLibrary : public vk::Library
97 const vk::PlatformInterface& getPlatformInterface (void) const
104 const vk::PlatformDriver m_driver;
108 class VulkanPlatform : public vk::Platform
111 vk::Library* createLibrary (void) const
133 void getMemoryLimits (vk::PlatformMemoryLimits& limits) const
189 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; }
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.cpp 35 using namespace vk;
902 std::vector<Vertex4Tex4> createTestQuadMosaic (vk::VkImageViewType viewType)
908 case vk::VK_IMAGE_VIEW_TYPE_1D:
909 case vk::VK_IMAGE_VIEW_TYPE_2D:
913 case vk::VK_IMAGE_VIEW_TYPE_1D_ARRAY:
923 case vk::VK_IMAGE_VIEW_TYPE_2D_ARRAY:
927 case vk::VK_IMAGE_VIEW_TYPE_3D:
939 case vk::VK_IMAGE_VIEW_TYPE_CUBE:
943 case vk::VK_IMAGE_VIEW_TYPE_CUBE_ARRAY:
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderStructTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationSmokeTests.cpp 51 using namespace vk;
157 vk::Move<VkBuffer> buffer;
226 vk::Move<VkImage> image;
227 vk::Move<VkImageView> imageView;
306 void createColorOnlyRenderPass (const DeviceInterface& vkd, VkDevice device, const RenderPassParameters& renderPassParameters, vk::Move<VkRenderPass>& renderPass)
402 void createCommandBuffer (const DeviceInterface& deviceInterface, const VkDevice device, const deUint32 queueFamilyNdx, vk::Move<VkCommandBuffer>* commandBufferRef, vk::Move<VkCommandPool>* commandPoolRef)
404 vk::Move<VkCommandPool> commandPool;
418 *commandBufferRef = vk::Move<VkCommandBuffer>(vk::check<VkCommandBuffer>(commandBuffer), Deleter<VkCommandBuffer>(deviceInterface, device, commandP (…)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassMultisampleResolveTests.cpp 52 using namespace vk;
75 typedef de::SharedPtr<vk::Unique<VkImage> > VkImageSp;
76 typedef de::SharedPtr<vk::Unique<VkImageView> > VkImageViewSp;
77 typedef de::SharedPtr<vk::Unique<VkBuffer> > VkBufferSp;
78 typedef de::SharedPtr<vk::Unique<VkPipeline> > VkPipelineSp;
103 void bindBufferMemory (const DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset)
105 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset));
108 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset)
110 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset));
113 de::MovePtr<Allocation> createBufferMemory (const DeviceInterface& vk,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 56 using namespace vk;
726 vk::VkDeviceSize bufferSize;
727 vk::VkDeviceSize bufferBindOffset;
728 vk::VkDeviceSize bufferBindLength;
750 const DeviceInterface& vk = context.getDeviceInterface(); local
759 const Unique<VkDescriptorSetLayout> descriptorSetLayout (builder.build(vk, device));
760 const Unique<VkDescriptorPool> descriptorPool (vk::DescriptorPoolBuilder()
762 .build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1));
774 const Unique<VkPipelineLayout> pipelineLayout (createPipelineLayout(vk, device, &pipelineLayoutCreateInfo));
776 const Unique<VkShaderModule> computeModule (createShaderModule(vk, device, context.getBinaryCollection().get("comp"), (VkShaderModuleCreateFlags)0u))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmUtils.cpp 36 using namespace vk;
205 return vk::createDevice(vki, physicalDevice, &deviceParams);
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.hpp 55 vk::VkSamplerMipmapMode mipmapFilter);
87 const vk::VkSamplerAddressMode wrap);
vktTextureCompressedFormatTests.cpp 46 using namespace vk;
115 const tcu::IVec4 formatBitDepth = getTextureFormatBitDepth(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
  /external/skia/tools/gpu/vk/
VkTestContext.cpp 14 #include "vk/GrVkInterface.h"
15 #include "vk/GrVkUtil.h"
25 VkFenceSync(sk_sp<const GrVkInterface> vk, VkDevice device, VkQueue queue,
27 : fVk(std::move(vk))
  /external/skqp/tools/gpu/vk/
VkTestContext.cpp 14 #include "vk/GrVkInterface.h"
15 #include "vk/GrVkUtil.h"
25 VkFenceSync(sk_sp<const GrVkInterface> vk, VkDevice device, VkQueue queue,
27 : fVk(std::move(vk))
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiComputeInstanceResultBuffer.cpp 32 using namespace vk;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsStorage.hpp 44 void initPrograms (vk::SourceCollections& programCollection) const;
vktSparseResourcesBase.cpp 31 using namespace vk;
47 deUint32 findMatchingQueueFamilyIndex (const std::vector<vk::VkQueueFamilyProperties>& queueFamilyProperties,
64 typedef std::map<vk::VkQueueFlags, std::vector<Queue> > QueuesMap;
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 26 MtlFenceSync(sk_sp<const GrVkInterface> vk, VkDevice device, VkQueue queue,
28 : fVk(std::move(vk))
  /external/skqp/tools/gpu/mtl/
MtlTestContext.mm 26 MtlFenceSync(sk_sp<const GrVkInterface> vk, VkDevice device, VkQueue queue,
28 : fVk(std::move(vk))
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 52 using namespace vk;
104 vk::Move<VkInstance> createInstanceWithExtensions (const vk::PlatformInterface& vkp, deUint32 version, const std::vector<std::string>& enableExtensions)
139 const vk::DeviceInterface& getDeviceInterface (void) { return m_useDeviceGroups ? *m_deviceDriver : m_context.getDeviceInterface(); }
140 vk::VkDevice getDevice (void) { return m_useDeviceGroups ? m_logicalDevice.get() : m_context.getDevice(); }
150 vk::Move<vk::VkInstance> m_deviceGroupInstance;
151 vk::Move<vk::VkDevice> m_logicalDevice;
152 de::MovePtr<vk::DeviceDriver> m_deviceDriver
    [all...]

Completed in 569 milliseconds

<<111213141516171819