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

1 2 3 4 5 6 78 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsBallotBroadcastTests.cpp 33 using namespace vk;
242 << glu::VertexSource(src.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
251 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragmentSrc.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
346 << glu::ComputeSource(src.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
351 << glu::VertexSource(subgroups::getVertShaderForStage(caseDef.shaderStage)) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
370 << glu::FragmentSource(frag.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u)
    [all...]
vktSubgroupsShapeTests.cpp 33 using namespace vk;
234 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
244 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragmentSrc.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
337 << glu::ComputeSource(src.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
342 << glu::VertexSource(subgroups::getVertShaderForStage(caseDef.shaderStage)) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
356 << glu::FragmentSource(frag.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u)
    [all...]
vktSubgroupsShuffleTests.cpp 33 using namespace vk;
220 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
229 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragmentSrc.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
299 << glu::ComputeSource(src.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
304 << glu::VertexSource(subgroups::getVertShaderForStage(caseDef.shaderStage)) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
348 << glu::FragmentSource(frag.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u)
    [all...]
vktSubgroupsBasicTests.cpp 33 using namespace vk;
40 static const vk::VkDeviceSize SHADER_BUFFER_SIZE = 4096ull; // min(maxUniformBufferRange, maxImageDimension1D)
389 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragmentSrc.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
393 programCollection.glslSources.add("vert") << glu::VertexSource(subgroups::getVertShaderForStage(caseDef.shaderStage)) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
421 << glu::VertexSource(vertexSrc.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
502 programCollection.glslSources.add("fragment") << glu::FragmentSource(fragmentSrc.str()) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u)
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 190 class VulkanLibrary : public vk::Library
199 const vk::PlatformInterface& getPlatformInterface (void) const
211 const vk::PlatformDriver m_driver;
214 DE_STATIC_ASSERT(sizeof(vk::pt::AndroidNativeWindowPtr) == sizeof(ANativeWindow*));
216 class VulkanWindow : public vk::wsi::AndroidWindowInterface
220 : vk::wsi::AndroidWindowInterface (vk::pt::AndroidNativeWindowPtr(window.getNativeWindow()))
234 class VulkanDisplay : public vk::wsi::Display
242 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const
313 vk::Library* Platform::createLibrary (void) cons
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 54 using namespace vk;
81 void beginRenderPass (const DeviceInterface& vk,
106 vk.cmdBeginRenderPass(commandBuffer, &renderPassBeginInfo, VK_SUBPASS_CONTENTS_INLINE);
109 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk,
190 return createRenderPass(vk, device, &renderPassInfo);
193 Move<VkFramebuffer> makeFramebuffer (const DeviceInterface& vk,
212 return createFramebuffer(vk, device, &framebufferInfo);
215 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk,
407 return createGraphicsPipeline(vk, device, DE_NULL, &graphicsPipelineInfo);
424 void commandClearStencilAttachment (const DeviceInterface& vk,
581 const DeviceInterface& vk = m_context.getDeviceInterface(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.cpp 44 using namespace vk;
170 const std::vector<vk::VkQueueFamilyProperties>
191 const InstanceInterface& vk = getInstanceInterface(); local
193 const vk::VkPhysicalDeviceFeatures
194 deviceFeatures = getPhysicalDeviceFeatures(vk, physicalDevice);
195 const deUint32 queueIndex = findQueueFamilyIndexWithCaps(vk, physicalDevice, VK_QUEUE_GRAPHICS_BIT|VK_QUEUE_SPARSE_BINDING_BIT);
220 Move<VkDevice> device = createDevice(vk, physicalDevice, &deviceInfo);
222 return new SparseContext(device, queueIndex, vk);
308 const DeviceInterface& vk = getDeviceInterface(); local
337 buffer = createBuffer(vk, vkDevice, &bufferParams)
518 const DeviceInterface& vk = getDeviceInterface(); local
    [all...]
vktApiGranularityTests.cpp 49 using namespace vk;
160 const DeviceInterface& vk = m_context.getDeviceInterface(); local
163 SimpleAllocator memAlloc (vk, device, getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice()));
187 Move<VkImage> image = createImage(vk, device, &imageInfo);
188 de::MovePtr<Allocation> imageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, device, *image), MemoryRequirement::Any);
189 VK_CHECK(vk.bindImageMemory(device, *image, imageAlloc->getMemory(), imageAlloc->getOffset()));
229 Move<VkImageView> imageView = createImageView(vk, device, &createInfo);
240 const DeviceInterface& vk = m_context.getDeviceInterface(); local
272 m_renderPass = createRenderPass(vk, device, &renderPassParams);
296 m_frameBuffer = createFramebuffer(vk, device, &framebufferParams)
319 const DeviceInterface& vk = m_context.getDeviceInterface(); local
343 const DeviceInterface& vk = m_context.getDeviceInterface(); local
351 const DeviceInterface& vk = m_context.getDeviceInterface(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawShaderDrawParametersTests.cpp 107 DE_ASSERT(m_topology == vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP);
113 if (!vk::isDeviceExtensionSupported(context.getUsedApiVersion(), context.getDeviceExtensions(), "VK_KHR_shader_draw_parameters"))
117 if ( context.contextSupports(vk::ApiVersion(1, 1, 0)) )
120 vk::VkPhysicalDeviceShaderDrawParameterFeatures drawParameters =
122 vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES, // sType
126 vk::VkPhysicalDeviceFeatures features;
127 deMemset(&features, 0, sizeof(vk::VkPhysicalDeviceFeatures));
129 vk::VkPhysicalDeviceFeatures2 featuresExt =
131 vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2, // sType
187 m_indirectBuffer = Buffer::createAndAlloc(m_vk, m_context.getDevice(), BufferCreateInfo(indirectBufferSize, vk::VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageSizeTests.cpp 44 using namespace vk;
271 const DeviceInterface& vk = m_context.getDeviceInterface(); local
278 vk, device, allocator,
285 const DeviceInterface& vk = m_context.getDeviceInterface(); local
298 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0));
303 const Unique<VkPipelineLayout> pipelineLayout(makePipelineLayout(vk, device, descriptorSetLayout));
304 const Unique<VkPipeline> pipeline(makeComputePipeline(vk, device, *pipelineLayout, *shaderModule));
306 const Unique<VkCommandPool> cmdPool(createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queueFamilyIndex));
307 const Unique<VkCommandBuffer> cmdBuffer(allocateCommandBuffer(vk, device, *cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY));
309 beginCommandBuffer(vk, *cmdBuffer)
359 const DeviceInterface& vk = m_context.getDeviceInterface(); local
373 const DeviceInterface& vk = m_context.getDeviceInterface(); local
401 const DeviceInterface& vk = m_context.getDeviceInterface(); local
435 const DeviceInterface& vk = m_context.getDeviceInterface(); local
450 const DeviceInterface& vk = m_context.getDeviceInterface(); local
    [all...]
vktImageTestsUtil.cpp 29 using namespace vk;
36 Buffer::Buffer (const DeviceInterface& vk,
42 m_buffer = createBuffer(vk, device, &bufferCreateInfo);
43 m_allocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), memoryRequirement);
44 VK_CHECK(vk.bindBufferMemory(device, *m_buffer, m_allocation->getMemory(), m_allocation->getOffset()));
47 Image::Image (const DeviceInterface& vk,
53 m_image = createImage(vk, device, &imageCreateInfo);
54 m_allocation = allocator.allocate(getImageMemoryRequirements(vk, device, *m_image), memoryRequirement);
55 VK_CHECK(vk.bindImageMemory(device, *m_image, m_allocation->getMemory(), m_allocation->getOffset()));
321 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 48 using namespace vk;
223 void createBarrierMultiQueue (const DeviceInterface& vk,
247 vk.cmdPipelineBarrier(cmdBuffer, writeSync.stageMask, readSync.stageMask, (VkDependencyFlags)0, 0u, (const VkMemoryBarrier*)DE_NULL, 0u, (const VkBufferMemoryBarrier*)DE_NULL, 1u, &barrier);
250 vk.cmdPipelineBarrier(cmdBuffer, writeSync.stageMask, readSync.stageMask, (VkDependencyFlags)0, 0u, (const VkMemoryBarrier*)DE_NULL, 0u, (const VkBufferMemoryBarrier*)DE_NULL, 1u, &barrier);
268 vk.cmdPipelineBarrier(cmdBuffer, writeSync.stageMask, readSync.stageMask, (VkDependencyFlags)0, 0u, (const VkMemoryBarrier*)DE_NULL, 1u, (const VkBufferMemoryBarrier*)&barrier, 0u, (const VkImageMemoryBarrier *)DE_NULL);
304 const DeviceInterface& vk = m_opContext->getDeviceInterface(); local
317 createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queuePairs[pairNdx].familyIndexWrite),
318 createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queuePairs[pairNdx].familyIndexRead)
322 makeCommandBuffer(vk, device, *cmdPool[QUEUETYPE_WRITE]),
323 makeCommandBuffer(vk, device, *cmdPool[QUEUETYPE_READ]
401 const DeviceInterface& vk = m_opContext->getDeviceInterface(); local
    [all...]
vktSynchronizationInternallySynchronizedObjectsTests.cpp 51 using namespace vk;
191 const DeviceInterface& vk = context.getDeviceInterface(); local
264 vk.getDeviceQueue(queues.getDevice(), queues.getQueueFamilyIndex(queueFamilyIndex), queueReqNdx, &queues.getQueues(queueFamilyIndex).queues[queueReqNdx]);
275 const DeviceInterface& vk = context.getDeviceInterface(); local
318 return createRenderPass(vk, device, &renderPassParams);
324 const DeviceInterface& vk = context.getDeviceInterface(); local
334 .build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u));
335 Buffer resultBuffer (vk, device, *queues.m_allocator, makeBufferCreateInfo(BUFFER_SIZE, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
337 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queueFamilyIndex));
338 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool))
398 const DeviceInterface& vk = context.getDeviceInterface(); local
611 const DeviceInterface& vk = m_context.getDeviceInterface(); local
641 const DeviceInterface& vk = m_context.getDeviceInterface(); local
669 const DeviceInterface& vk = m_context.getDeviceInterface(); local
712 const DeviceInterface& vk = m_context.getDeviceInterface(); local
780 const DeviceInterface& vk = m_context.getDeviceInterface(); local
824 const DeviceInterface& vk = m_context.getDeviceInterface(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationShaderInputOutputTests.cpp 52 using namespace vk;
74 const DeviceInterface& vk = context.getDeviceInterface(); local
82 const Buffer vertexBuffer(vk, device, allocator,
89 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), vertexDataSizeBytes);
98 const Image colorAttachmentImage (vk, device, allocator,
105 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
109 const Unique<VkImageView> colorAttachmentView(makeImageView (vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange));
110 const Unique<VkRenderPass> renderPass (makeRenderPass (vk, device, colorFormat));
111 const Unique<VkFramebuffer> framebuffer (makeFramebuffer (vk, device, *renderPass, *colorAttachmentView, renderSize.x(), renderSize.y(), 1u));
112 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayoutWithoutDescriptors(vk, device))
    [all...]
vktTessellationWindingTests.cpp 48 using namespace vk;
410 const DeviceInterface& vk = m_context.getDeviceInterface(); local
421 const Image colorAttachmentImage (vk, device, allocator,
428 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
432 const Unique<VkImageView> colorAttachmentView(makeImageView (vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange));
433 const Unique<VkRenderPass> renderPass (makeRenderPass (vk, device, colorFormat));
434 const Unique<VkFramebuffer> framebuffer (makeFramebuffer (vk, device, *renderPass, *colorAttachmentView, renderSize.x(), renderSize.y(), 1u));
435 const Unique<VkPipelineLayout> pipelineLayout (makePipelineLayoutWithoutDescriptors(vk, device));
444 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("vert"), DE_NULL)
445 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_context.getBinaryCollection().get("tesc"), (…)
    [all...]
vktTessellationCommonEdgeTests.cpp 50 using namespace vk;
98 void initPrograms (vk::SourceCollections& programCollection, const CaseDefinition caseDef)
245 const DeviceInterface& vk = context.getDeviceInterface(); local
333 const Buffer vertexBuffer(vk, device, allocator,
344 flushMappedMemoryRange(vk, device, alloc.getMemory(), alloc.getOffset(), vertexDataSizeBytes);
353 const Image colorAttachmentImage (vk, device, allocator,
360 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
364 const Unique<VkImageView> colorAttachmentView (makeImageView (vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubresourceRange));
365 const Unique<VkRenderPass> renderPass (makeRenderPass (vk, device, colorFormat));
366 const Unique<VkFramebuffer> framebuffer (makeFramebuffer (vk, device, *renderPass, *colorAttachmentView, renderSize.x(), renderSize.y(), 1u))
    [all...]
vktTessellationFractionalSpacingTests.cpp 47 using namespace vk;
381 void initPrograms (vk::SourceCollections& programCollection, TestParams testParams)
516 const DeviceInterface& vk = context.getDeviceInterface();
528 const Buffer resultBuffer (vk, device, allocator, makeBufferCreateInfo(resultBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
533 const Buffer tessLevelsBuffer (vk, device, allocator, makeBufferCreateInfo(tessLevelsBufferSizeBytes, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT), MemoryRequirement::HostVisible);
540 .build(vk, device));
545 .build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u));
547 const Unique<VkDescriptorSet> descriptorSet (makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout));
554 .update(vk, device);
558 const Unique<VkRenderPass> renderPass (makeRenderPassWithoutAttachments (vk, device))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryBasicGeometryShaderTests.cpp 45 using namespace vk;
94 const DeviceInterface& vk = context.getDeviceInterface(); local
120 buffer = createBuffer(vk, device, &bufferParams);
121 bufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, device, *buffer), MemoryRequirement::HostVisible);
122 VK_CHECK(vk.bindBufferMemory(device, *buffer, bufferAlloc->getMemory(), bufferAlloc->getOffset()));
127 cmdPool = createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_TRANSIENT_BIT, queueFamilyIndex);
137 cmdBuffer = allocateCommandBuffer(vk, device, &cmdBufferAllocateInfo);
141 fence = createFence(vk, device);
228 flushMappedMemoryRange(vk, device, bufferAlloc->getMemory(), bufferAlloc->getOffset(), bufferSize);
232 VK_CHECK(vk.beginCommandBuffer(*cmdBuffer, &cmdBufferBeginInfo))
616 const DeviceInterface& vk = m_context.getDeviceInterface(); local
642 const DeviceInterface& vk = m_context.getDeviceInterface(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantUtil.cpp 32 using namespace vk;
34 GraphicsPipelineBuilder& GraphicsPipelineBuilder::setShader (const DeviceInterface& vk,
45 m_vertexShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0);
51 m_tessControlShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0);
57 m_tessEvaluationShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0);
63 m_geometryShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0);
69 m_fragmentShaderModule = createShaderModule(vk, device, binary, (VkShaderModuleCreateFlags)0);
95 Move<VkPipeline> GraphicsPipelineBuilder::build (const DeviceInterface& vk,
268 return createGraphicsPipeline(vk, device, DE_NULL, &graphicsPipelineInfo);
271 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk,
    [all...]
vktPipelineCacheTests.cpp 51 using namespace vk;
189 const DeviceInterface& vk = m_context.getDeviceInterface(); local
205 m_shaderModules[m_shaderStageCount] = createShaderModule(vk, vkDevice, &moduleCreateInfo);
221 const DeviceInterface& vk = m_context.getDeviceInterface(); local
419 return createGraphicsPipeline(vk, vkDevice, cache, &graphicsPipelineParams);
439 const DeviceInterface& vk = context.getDeviceInterface(); local
455 Move<VkBuffer> vertexBuffer = createBuffer(vk, vkDevice, &vertexBufferParams);
457 *pAlloc = context.getDefaultAllocator().allocate(getBufferMemoryRequirements(vk, vkDevice, *vertexBuffer), MemoryRequirement::HostVisible);
458 VK_CHECK(vk.bindBufferMemory(vkDevice, *vertexBuffer, (*pAlloc)->getMemory(), (*pAlloc)->getOffset()));
471 const DeviceInterface& vk = context.getDeviceInterface() local
548 const DeviceInterface& vk = m_context.getDeviceInterface(); local
582 const DeviceInterface& vk = m_context.getDeviceInterface(); local
777 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1073 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1104 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1130 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1237 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1266 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1311 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1328 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1393 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1417 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1478 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1542 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1613 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1702 const DeviceInterface& vk = m_context.getDeviceInterface(); local
1775 const DeviceInterface& vk = m_context.getDeviceInterface(); local
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkApiVersion.cpp 26 namespace vk namespace
45 } // vk
vkShaderToSpirV.hpp 32 namespace vk namespace
77 } // vk
vkSpirVAsm.hpp 31 namespace vk namespace
43 } // vk
  /external/deqp/framework/platform/win32/
tcuWin32Platform.hpp 50 const vk::Platform& getVulkanPlatform (void) const { return m_vulkanPlatform; }
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifier.hpp 82 vk::VkFilter magFilter;
83 vk::VkFilter minFilter;
84 vk::VkSamplerMipmapMode mipmapFilter;
86 vk::VkSamplerAddressMode wrappingModeU;
87 vk::VkSamplerAddressMode wrappingModeV;
88 vk::VkSamplerAddressMode wrappingModeW;
90 vk::VkBorderColor borderColor;
114 vk::VkFormat format;
151 vk::VkFilter filter,
152 vk::VkSamplerMipmapMode mipmapFilter
    [all...]

Completed in 753 milliseconds

1 2 3 4 5 6 78 91011>>