HomeSort by relevance Sort by last modified time
    Searched defs:vki (Results 1 - 25 of 27) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferComputeInstance.cpp 44 const DeviceInterface& vki = context.getDeviceInterface(); local
62 Move<VkBuffer> buffer(createBuffer(vki, device, &createInfo));
64 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vki, device, *buffer);
67 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset()));
78 flushMappedMemoryRange(vki, device, allocation->getMemory(), allocation->getOffset(), bufferSize);
91 const DeviceInterface& vki = context.getDeviceInterface(); local
109 Move<VkBuffer> buffer(createBuffer(vki, device, &createInfo));
111 const VkMemoryRequirements requirements = getBufferMemoryRequirements(vki, device, *buffer);
114 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset()));
126 flushMappedMemoryRange(vki, device, allocation->getMemory(), allocation->getOffset(), bufferSize)
135 const DeviceInterface& vki = context.getDeviceInterface(); local
148 const DeviceInterface& vki = context.getDeviceInterface(); local
164 const DeviceInterface& vki = context.getDeviceInterface(); local
201 const DeviceInterface& vki = context.getDeviceInterface(); local
    [all...]
vktApiGetMemoryCommitment.cpp 101 const InstanceInterface& vki = m_context.getInstanceInterface(); local
102 const VkPhysicalDeviceMemoryProperties pMemoryProperties = getPhysicalDeviceMemoryProperties(vki,physicalDevice);
604 const InstanceInterface& vki = m_context.getInstanceInterface(); local
606 const VkPhysicalDeviceMemoryProperties pMemoryProperties = getPhysicalDeviceMemoryProperties(vki,physicalDevice);
723 const InstanceInterface& vki = m_context.getInstanceInterface(); local
725 const VkPhysicalDeviceMemoryProperties pMemoryProperties = getPhysicalDeviceMemoryProperties(vki,physicalDevice);
vktApiObjectManagementTests.cpp 514 InstanceDriver vki; member in struct:vkt::api::__anon17629::Device::Resources
520 , vki (env.vkp, *instance.object)
525 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(vki, *instance.object);
534 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vki, physicalDevice);
586 return createDevice(res.vki, res.physicalDevice, &deviceInfo, env.allocationCallbacks);
612 InstanceDriver vki; member in struct:vkt::api::__anon17629::DeviceGroup::Resources
620 , vki (env.vkp, *instance.object)
625 const vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(vki, *instance.object);
638 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vki, physicalDevices[params.deviceIndex]);
699 return createDevice(res.vki, res.physicalDevices[params.deviceIndex], &deviceGroupCreateInfo, env.allocationCallbacks)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmUtils.cpp 51 VkPhysicalDevice16BitStorageFeatures querySupported16BitStorageFeatures (const deUint32 apiVersion, const InstanceInterface& vki, VkPhysicalDevice device, const std::vector<std::string>& instanceExtensions)
71 vki.getPhysicalDeviceFeatures2(device, &features);
77 VkPhysicalDeviceVariablePointerFeatures querySupportedVariablePointersFeatures (const deUint32 apiVersion, const InstanceInterface& vki, VkPhysicalDevice device, const std::vector<std::string>& instanceExtensions)
95 vki.getPhysicalDeviceFeatures2(device, &features);
103 bool is16BitStorageFeaturesSupported (const deUint32 apiVersion, const InstanceInterface& vki, VkPhysicalDevice device, const std::vector<std::string>& instanceExtensions, Extension16BitStorageFeatures toCheck)
105 VkPhysicalDevice16BitStorageFeatures extensionFeatures = querySupported16BitStorageFeatures(apiVersion, vki, device, instanceExtensions);
122 bool isVariablePointersFeaturesSupported (const deUint32 apiVersion, const InstanceInterface& vki, VkPhysicalDevice device, const std::vector<std::string>& instanceExtensions, ExtensionVariablePointersFeatures toCheck)
124 VkPhysicalDeviceVariablePointerFeatures extensionFeatures = querySupportedVariablePointersFeatures(apiVersion, vki, device, instanceExtensions);
140 const InstanceInterface& vki = context.getInstanceInterface(); local
144 const VkPhysicalDeviceFeatures deviceFeatures = getPhysicalDeviceFeatures(vki, physicalDevice)
    [all...]
vktSpvAsmComputeShaderCase.cpp 317 const InstanceInterface& vki = m_context.getInstanceInterface(); local
322 if (!is16BitStorageFeaturesSupported(m_context.getUsedApiVersion(), vki, physicalDevice, m_context.getInstanceExtensions(), m_shaderSpec.requestedVulkanFeatures.ext16BitStorage))
328 if (!isVariablePointersFeaturesSupported(m_context.getUsedApiVersion(), vki, physicalDevice, m_context.getInstanceExtensions(), m_shaderSpec.requestedVulkanFeatures.extVariablePointers))
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationLimitsTests.cpp 75 const InstanceInterface& vki = context.getInstanceInterface(); local
77 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice);
82 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice);
vktTessellationGeometryPointSizeTests.cpp 67 void checkPointSizeRequirements (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const int maxPointSize)
69 const VkPhysicalDeviceProperties properties = getPhysicalDeviceProperties(vki, physDevice);
286 const InstanceInterface& vki = context.getInstanceInterface(); local
289 requireFeatures (vki, physDevice, FEATURE_TESSELLATION_SHADER | FEATURE_GEOMETRY_SHADER | FEATURE_SHADER_TESSELLATION_AND_GEOMETRY_POINT_SIZE);
290 checkPointSizeRequirements(vki, physDevice, expectedPointSize);
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesQueueBindSparseTests.cpp 157 const InstanceInterface& vki = m_context.getInstanceInterface(); local
162 if (!getPhysicalDeviceFeatures(vki, physDevice).sparseBinding)
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMultisampleLoadStoreTests.cpp 180 void checkRequirements (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const CaseDef& caseDef)
183 vki.getPhysicalDeviceFeatures(physDevice, &features);
189 const VkResult imageFormatResult = vki.getPhysicalDeviceImageFormatProperties(
243 const InstanceInterface& vki = context.getInstanceInterface(); local
251 checkRequirements(vki, physDevice, caseDef);
266 const VkDeviceSize bufferChunkSize = getOptimalUniformBufferChunkSize(vki, physDevice, sizeof(deInt32));
vktImageMutableTests.cpp 1642 const InstanceInterface& vki = context.getInstanceInterface(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsEarlyFragmentTests.cpp 582 const InstanceInterface& vki = m_context.getInstanceInterface(); local
608 const VkFormat testFormat = (m_testMode == MODE_STENCIL ? pickSupportedDepthStencilFormat(vki, physDevice, DE_LENGTH_OF_ARRAY(stencilFormats), stencilFormats)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 627 const InstanceInterface& vki = context.getInstanceInterface(); local
632 checkGeometryShaderSupport(vki, physDevice, params.numInvocations);
vktGeometryLayeredRenderingTests.cpp 901 const InstanceInterface& vki = context.getInstanceInterface(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryRequirementsTests.cpp 174 const InstanceInterface& vki,
210 const InstanceInterface& vki,
274 const InstanceInterface& vki = context.getInstanceInterface(); local
278 preTestChecks(context, vki, physDevice, bufferFlags);
280 const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice);
281 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits;
345 const InstanceInterface& vki,
349 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice);
455 const InstanceInterface& vki,
483 const InstanceInterface& vki,
1304 const InstanceInterface& vki = context.getInstanceInterface(); local
1655 const InstanceInterface& vki = context.getInstanceInterface(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 125 virtual void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkSurfaceKHR surface, T* data) = 0;
128 const InstanceInterface& vki,
143 getResult(vki, physDevice, surface, &outputData[0]); // update m_count and m_result
156 void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkSurfaceKHR surface, VkSurfaceFormatKHR* data)
158 m_result = vki.getPhysicalDeviceSurfaceFormatsKHR(physDevice, surface, &m_count, data);
164 void getResult (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkSurfaceKHR surface, VkPresentModeKHR* data)
166 m_result = vki.getPhysicalDeviceSurfacePresentModesKHR(physDevice, surface, &m_count, data);
204 const InstanceDriver vki; member in struct:vkt::wsi::__anon18053::InstanceHelper
215 , vki (context.getPlatformInterface(), *instance)
227 , vki (context.getPlatformInterface(), *instance
    [all...]
vktWsiSwapchainTests.cpp 125 Move<VkDevice> createDeviceWithWsi (const InstanceInterface& vki,
165 return createDevice(vki, physicalDevice, &deviceParams, pAllocator);
168 deUint32 getNumQueueFamilyIndices (const InstanceInterface& vki, VkPhysicalDevice physicalDevice)
172 vki.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numFamilies, DE_NULL);
177 vector<deUint32> getSupportedQueueFamilyIndices (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkSurfaceKHR surface)
179 const deUint32 numTotalFamilyIndices = getNumQueueFamilyIndices(vki, physicalDevice);
184 if (getPhysicalDeviceSurfaceSupport(vki, physicalDevice, queueFamilyNdx, surface) != VK_FALSE)
191 deUint32 chooseQueueFamilyIndex (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, VkSurfaceKHR surface)
193 const vector<deUint32> supportedFamilyIndices = getSupportedQueueFamilyIndices(vki, physicalDevice, surface);
205 const InstanceDriver vki; member in struct:vkt::wsi::__anon18056::InstanceHelper
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp 77 void requireFeatures (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const FeatureFlags flags)
79 const VkPhysicalDeviceFeatures features = getPhysicalDeviceFeatures(vki, physDevice);
965 const InstanceInterface& vki = context.getInstanceInterface(); local
1102 const InstanceInterface& vki = context.getInstanceInterface(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp 49 de::MovePtr<Allocation> allocateBuffer (const InstanceInterface& vki,
69 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement);
79 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki,
99 return allocateDedicated(vki, vkd, physDevice, device, image, requirement);
215 const InstanceInterface& vki = context.getInstanceInterface(); local
318 m_imageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkDevice, **m_images[imgNdx], MemoryRequirement::Any, memAlloc, m_allocationKind)));
423 m_colorImageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkDevice, **m_colorImages[imgNdx], MemoryRequirement::Any, memAlloc, m_allocationKind)));
    [all...]
vktPipelineRenderToImageTests.cpp 170 de::MovePtr<Allocation> bindBuffer (const InstanceInterface& vki,
188 return bindBufferDedicated(vki, vkd, physDevice, device, buffer, requirement);
198 de::MovePtr<Allocation> bindImage (const InstanceInterface& vki,
216 return bindImageDedicated(vki, vkd, physDevice, device, image, requirement);
754 const InstanceInterface& vki = context.getInstanceInterface(); local
758 const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice);
775 const InstanceInterface& vki = context.getInstanceInterface(); local
777 const VkPhysicalDeviceMemoryProperties memoryProperties = getPhysicalDeviceMemoryProperties(vki, physDevice);
812 bool isDepthStencilFormatSupported (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkFormat format)
814 const VkFormatProperties properties = getPhysicalDeviceFormatProperties(vki, physDevice, format)
893 const InstanceInterface& vki = context.getInstanceInterface(); local
1415 const InstanceInterface& vki = context.getInstanceInterface(); local
    [all...]
vktPipelineVertexInputTests.cpp 366 const InstanceInterface& vki = context.getInstanceInterface(); local
368 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits;
487 const InstanceInterface& vki = context.getInstanceInterface(); local
489 const VkPhysicalDeviceLimits limits = getPhysicalDeviceProperties(vki, physDevice).limits;
    [all...]
vktPipelineMultisampleTests.cpp 90 bool isSupportedDepthStencilFormat (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkFormat format);
752 bool isSupportedDepthStencilFormat (const InstanceInterface& vki, const VkPhysicalDevice physDevice, const VkFormat format)
755 vki.getPhysicalDeviceFormatProperties(physDevice, format, &formatProps);
764 const InstanceInterface& vki = context.getInstanceInterface(); local
769 if (isSupportedDepthStencilFormat(vki, physDevice, VK_FORMAT_D24_UNORM_S8_UINT))
772 if (isSupportedDepthStencilFormat(vki, physDevice, VK_FORMAT_D32_SFLOAT_S8_UINT))
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemWsiSwapchainTests.cpp 465 const vk::InstanceInterface& vki = context.getInstanceDriver(); local
467 const vk::VkSurfaceCapabilitiesKHR capabilities = vk::wsi::getPhysicalDeviceSurfaceCapabilities(vki,
470 const std::vector<vk::VkSurfaceFormatKHR> formats = vk::wsi::getPhysicalDeviceSurfaceFormats(vki,
473 const std::vector<vk::VkPresentModeKHR> presentModes = vk::wsi::getPhysicalDeviceSurfacePresentModes(vki,
543 const vk::InstanceInterface& vki,
549 const vk::VkSurfaceCapabilitiesKHR capabilities = vk::wsi::getPhysicalDeviceSurfaceCapabilities(vki,
552 const std::vector<vk::VkSurfaceFormatKHR> formats = vk::wsi::getPhysicalDeviceSurfaceFormats(vki,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationCrossInstanceSharingTests.cpp 116 const vk::InstanceInterface& vki = context.getInstanceInterface(); local
158 const vk::VkResult res = vki.getPhysicalDeviceImageFormatProperties2(physicalDevice, &imageFormatInfo, &formatProperties);
196 vki.getPhysicalDeviceExternalBufferProperties(physicalDevice, &info, &properties);
220 vki.getPhysicalDeviceExternalSemaphoreProperties(physicalDevice, &info, &properties);
327 DeviceId getDeviceId (const vk::InstanceInterface& vki,
341 vki.getPhysicalDeviceProperties2(physicalDevice, &properties);
369 vk::VkPhysicalDevice getPhysicalDevice (const vk::InstanceInterface& vki,
373 return vk::chooseDevice(vki, instance, cmdLine);
376 vk::VkPhysicalDevice getPhysicalDevice (const vk::InstanceInterface& vki, vk::VkInstance instance, const DeviceId& deviceId)
378 const std::vector<vk::VkPhysicalDevice> devices (vk::enumeratePhysicalDevices(vki, instance))
    [all...]
vktSynchronizationOperation.cpp 183 const InstanceInterface& vki = context.getInstanceInterface(); local
199 requireFeatures(vki, physDevice, flags);
846 const InstanceInterface& vki = m_context.getInstanceInterface(); local
848 const VkFormatProperties formatProps = getPhysicalDeviceFormatProperties(vki, physDevice, m_resource.getImage().format);
1274 const InstanceInterface& vki = m_context.getInstanceInterface(); local
3458 const InstanceInterface& vki = context.getInstanceInterface(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 296 const InstanceInterface& vki = m_context.getInstanceInterface(); local
307 imageFormatProperties = getPhysicalDeviceImageFormatProperties(vki, physicalDevice, m_format, VK_IMAGE_TYPE_2D,
313 formatProperties = getPhysicalDeviceFormatProperties(vki, physicalDevice, VK_FORMAT_R8G8B8A8_UINT);
1240 const InstanceInterface& vki = m_context.getInstanceInterface(); local
1635 const InstanceInterface& vki = m_context.getInstanceInterface(); local
    [all...]

Completed in 482 milliseconds

1 2