HomeSort by relevance Sort by last modified time
    Searched refs:vk (Results 226 - 250 of 367) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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...]
vktRenderPassMultisampleTests.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;
118 void bindBufferMemory (const DeviceInterface& vk, VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOffset)
120 VK_CHECK(vk.bindBufferMemory(device, buffer, mem, memOffset));
123 void bindImageMemory (const DeviceInterface& vk, VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset)
125 VK_CHECK(vk.bindImageMemory(device, image, mem, memOffset));
128 de::MovePtr<Allocation> createBufferMemory (const DeviceInterface& vk,
    [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/framework/vulkan/
vkPrograms.hpp 37 namespace vk namespace
169 ProgramBinary* assembleProgram (const vk::SpirVAsmSource& program, SpirVProgramInfo* buildInfo);
178 } // vk
vkWsiPlatform.hpp 30 namespace vk namespace
177 } // vk
vkMemUtil.cpp 33 namespace vk namespace
161 SimpleAllocator::SimpleAllocator (const DeviceInterface& vk, VkDevice device, const VkPhysicalDeviceMemoryProperties& deviceMemProps)
162 : m_vk (vk)
345 } // vk
vkDebugReportUtil.cpp 29 namespace vk namespace
171 } // vk
vkImageUtil.hpp 32 namespace vk namespace
130 } // vk
vkSpirVAsm.cpp 34 namespace vk namespace
165 } // vk
vkTypeUtil.hpp 29 namespace vk namespace
107 } // vk
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmUtils.cpp 36 using namespace vk;
204 return vk::createDevice(vki, physicalDevice, &deviceParams);
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktSampleVerifierUtil.hpp 55 vk::VkSamplerMipmapMode mipmapFilter);
87 const vk::VkSamplerAddressMode wrap);
vktTextureFilteringAnisotropyTests.cpp 32 using namespace vk;
85 m_refParams.samplerType = getSamplerType(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM));
107 TestTexture2DSp texture = TestTexture2DSp(new pipeline::TestTexture2D(vk::mapVkFormat(VK_FORMAT_R8G8B8A8_UNORM), ANISOTROPY_TEST_RESOLUTION, ANISOTROPY_TEST_RESOLUTION));
  /external/skia/tools/gpu/vk/
VkTestContext.cpp 12 #include "vk/GrVkInterface.h"
13 #include "vk/GrVkUtil.h"
24 VkFenceSync(sk_sp<const GrVkInterface> vk, VkDevice device, VkQueue queue,
26 : fVk(std::move(vk))
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp 138 vk::assert_success(vk::CreateAndroidSurfaceKHR(instance, &surface_info, nullptr, &surface));
ShellWayland.cpp 215 return vk::GetPhysicalDeviceWaylandPresentationSupportKHR(phy, queue_family,
226 vk::assert_success(vk::CreateWaylandSurfaceKHR(instance, &surface_info,
ShellXcb.cpp 187 return vk::GetPhysicalDeviceXcbPresentationSupportKHR(phy,
199 vk::assert_success(vk::CreateXcbSurfaceKHR(instance, &surface_info, nullptr, &surface));
  /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;
  /external/skia/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/
vktInfoTests.cpp 126 const vk::VkPhysicalDeviceProperties& properties = context.getDeviceProperties();
129 << "Using --deqp-vk-device-id="
134 << "apiVersion: " << vk::unpackVersion(properties.apiVersion) << "\n"
219 vk::PlatformMemoryLimits limits;
  /system/core/adb/
sysdeps_win32.cpp 1635 const WORD vk = key_event->wVirtualKeyCode; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 61 using namespace vk;
280 size_t computeDeviceMemorySystemMemFootprint (const DeviceInterface& vk, VkDevice device)
293 const Unique<VkDeviceMemory> memory (allocateMemory(vk, device, &allocInfo));
305 Move<VkImage> makeImage (const DeviceInterface& vk, VkDevice device, VkDeviceSize size, deUint32 queueFamilyIndex)
333 return createImage(vk, device, &colorImageParams);
336 Move<VkBuffer> makeBuffer(const DeviceInterface& vk, VkDevice device, VkDeviceSize size, deUint32 queueFamilyIndex)
349 return vk::createBuffer(vk, device, &bufferParams, (const VkAllocationCallbacks*)DE_NULL);
352 VkMemoryRequirements getImageMemoryRequirements(const DeviceInterface& vk, VkDevice device, Move<VkImage>& image)
374 vk.getImageMemoryRequirements2KHR(device, &info, &req2)
    [all...]

Completed in 514 milliseconds

1 2 3 4 5 6 7 8 91011>>