Home
last modified time | relevance | path

Searched defs:device (Results 3301 - 3325 of 5175) sorted by relevance

1...<<131132133134135136137138139140>>...207

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryNonUniformArgsTests.cpp176 const auto device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp266 const auto device = m_context.getDevice(); in iterate() local
[all...]
H A DvktRayTracingNullASTests.cpp174 Move<VkDevice> device; member
93 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 raygenGroup, const deUint32 missGroup, const deUint32 hitGroup) makePipeline() argument
413 const VkDevice device = *deviceHelper.device; runTest() local
[all...]
H A DvktRayTracingPositionFetchTests.cpp238 const auto device = m_context.getDevice(); in iterate() local
[all...]
H A DvktRayTracingProceduralGeometryTests.cpp69 Move<VkDevice> device; member
190 const VkDevice device in iterate() local
309 const VkDevice device = *m_customDevice.device; clearBuffer() local
335 const VkDevice device = *m_customDevice.device; setupRayTracingPipeline() local
356 const VkDevice device = *m_customDevice.device; setupAccelerationStructures() local
418 const VkDevice device = *m_customDevice.device; setupRayTracingPipeline() local
440 const VkDevice device = *m_customDevice.device; setupAccelerationStructures() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilWriteConditionsTests.cpp76 Move<VkBuffer> makeVertexBuffer (const DeviceInterface& vk, const VkDevice device, const deUint32 queueFamilyIndex) in makeVertexBuffer() argument
168 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
H A DvktRenderPassSparseRenderTargetTests.cpp67 createBufferMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkBuffer buffer) createBufferMemory() argument
77 createSparseImageAndMemory(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, Allocator& allocator, vector<de::SharedPtr<Allocation> >& allocations, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, deUint32 sparseQueueFamilyIndex, const VkSemaphore& bindSemaphore, VkFormat format, deUint32 width, deUint32 height) createSparseImageAndMemory() argument
129 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
153 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageView() argument
171 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
197 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat dstFormat) createRenderPass() argument
257 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat dstFormat, const RenderingType renderingType) createRenderPass() argument
275 createFramebuffer(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkImageView dstImageView, deUint32 width, deUint32 height) createFramebuffer() argument
305 createRenderPipelineLayout(const DeviceInterface& vkd, VkDevice device) createRenderPipelineLayout() argument
324 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkFormat format, VkPipelineLayout pipelineLayout, const BinaryCollection& binaryCollection, deUint32 width, deUint32 height) createRenderPipeline() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp843 Robustness1AccessInstance(TestContext& testCtx, Context& context, T device, DeviceDriverPtr deviceDriver, const Robustness1TestInfo& testInfo) Robustness1AccessInstance() argument
887 Move<VkDevice> device = createRobustBufferAccessDevice(context); createInstance() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderInvarianceTests.cpp167 const VkDevice device = m_context.getDevice(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp40 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const VkShaderModule geometryModule) makeGraphicsPipeline() argument
H A DvktSparseResourcesTestsUtil.cpp342 submitCommandsAndWait(const DeviceInterface& vk, const VkDevice device, const VkQueue queue, const VkCommandBuffer commandBuffer, const deUint32 waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, const VkPipelineStageFlags* pWaitDstStageMask, const deUint32 signalSemaphoreCount, const VkSemaphore* pSignalSemaphores, const bool useDeviceGroups, const deUint32 physicalDeviceID) submitCommandsAndWait() argument
831 makeSparseImageMemoryBind(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize allocationSize, const deUint32 memoryType, const VkImageSubresource& subresource, const VkOffset3D& offset, const VkExtent3D& extent) makeSparseImageMemoryBind() argument
862 makeSparseMemoryBind(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize allocationSize, const deUint32 memoryType, const VkDeviceSize resourceOffset, const VkSparseMemoryBindFlags flags) makeSparseMemoryBind() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp65 Move<VkSemaphore> createTestSemaphore(Context& context, const DeviceInterface& vk, const VkDevice device, const TestConfig& config) in createTestSemaphore() argument
79 const VkDevice device = getSyncDevice(videoDevice, context); in basicOneQueueCase() local
133 const VkDevice device in noneWaitSubmitTest() local
208 const VkDevice device = getSyncDevice(videoDevice, context); basicChainCase() local
268 const VkDevice device = getSyncDevice(videoDevice, context); basicChainTimelineCase() local
338 const VkDevice device = getSyncDevice(videoDevice, context); basicThreadTimelineCase() local
415 const VkDevice device = getSyncDevice(videoDevice, context); basicWaitForTimelineValueHelper() local
[all...]
H A DvktSynchronizationUtil.hpp64 Buffer(const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkBufferCreateInfo& bufferCreateInfo, const vk::MemoryRequirement memoryRequirement) Buffer() argument
98 Image(const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, const vk::VkImageCreateInfo& imageCreateInfo, const vk::MemoryRequirement memoryRequirement) Image() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp80 const VkDevice device = context.getDevice(); in runTest() local
[all...]
H A DvktTessellationUtil.cpp60 makeRenderPassWithoutAttachments(const DeviceInterface& vk, const VkDevice device) makeRenderPassWithoutAttachments() argument
99 setShader(const DeviceInterface& vk, const VkDevice device, const VkShaderStageFlagBits stage, const ProgramBinary& binary, const VkSpecializationInfo* specInfo) setShader() argument
191 build(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass) build() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.cpp88 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
198 const VkDevice device = m_context.getDevice(); in VulkanDrawContext() local
390 const VkDevice device = m_context.getDevice(); registerDrawObject() local
579 const VkDevice device = m_context.getDevice(); draw() local
703 const VkDevice device = m_context.getDevice(); getColorPixels() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp181 const Unique<VkDevice> device; member
301 createFences(const DeviceInterface& vkd, const VkDevice device, size_t numFences) createFences() argument
313 createSemaphores(const DeviceInterface& vkd, const VkDevice device, size_t numSemaphores) createSemaphores() argument
325 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
413 const VkDevice device = *devHelper.device; fullScreenExclusiveTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp199 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, const UVec2& size, bool disjoint, vk::VkImageTiling tiling) createImage() argument
[all...]
H A DvktYCbCrImageQueryTests.cpp147 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags) createTestImage() argument
175 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkSamplerYcbcrConversion conversion) createImageView() argument
230 TestImage(const Context& context, const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkFormat format, const UVec2& size, const VkImageCreateFlags createFlags, VkSamplerYcbcrConversion conversion) TestImage() argument
269 createDescriptorSetLayout(const DeviceInterface& vkd, VkDevice device, VkSampler sampler) createDescriptorSetLayout() argument
291 createDescriptorPool(const DeviceInterface& vkd, VkDevice device, const deUint32 combinedSamplerDescriptorCount) createDescriptorPool() argument
310 createDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool descPool, VkDescriptorSetLayout descLayout) createDescriptorSet() argument
327 bindImage(const DeviceInterface& vkd, VkDevice device, VkDescriptorSet descriptorSet, VkImageView imageView, VkSampler sampler) bindImage() argument
374 const VkDevice device = context.getDevice(); testImageQuery() local
557 const VkDevice device = context.getDevice(); testImageQueryLod() local
[all...]
H A DvktYCbCrUtil.cpp129 allocateStagingBuffers(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const MultiPlaneImageData& imageData, vector<VkBufferSp>* buffers, vector<AllocationSp>* allocations) allocateStagingBuffers() argument
160 allocateAndWriteStagingBuffers(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, const MultiPlaneImageData& imageData, vector<VkBufferSp>* buffers, vector<AllocationSp>* allocations) allocateAndWriteStagingBuffers() argument
176 readStagingBuffers(MultiPlaneImageData* imageData, const DeviceInterface& vkd, VkDevice device, const vector<AllocationSp>& allocations) readStagingBuffers() argument
348 allocateAndBindImageMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkImage image, VkFormat format, VkImageCreateFlags createFlags, vk::MemoryRequirement requirement) allocateAndBindImageMemory() argument
376 uploadImage(const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyNdx, Allocator& allocator, VkImage image, const MultiPlaneImageData& imageData, VkAccessFlags nextAccess, VkImageLayout finalLayout, deUint32 arrayLayer) uploadImage() argument
478 fillImageMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyNdx, vk::VkImage image, const std::vector<de::SharedPtr<vk::Allocation> >& allocations, const MultiPlaneImageData& imageData, vk::VkAccessFlags nextAccess, vk::VkImageLayout finalLayout, deUint32 arrayLayer) fillImageMemory() argument
558 downloadImage(const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyNdx, Allocator& allocator, VkImage image, MultiPlaneImageData* imageData, VkAccessFlags prevAccess, VkImageLayout initialLayout, uint32_t baseArrayLayer) downloadImage() argument
666 readImageMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, deUint32 queueFamilyNdx, vk::VkImage image, const std::vector<de::SharedPtr<vk::Allocation> >& allocations, MultiPlaneImageData* imageData, vk::VkAccessFlags prevAccess, vk::VkImageLayout initialLayout) readImageMemory() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp326 VkDevice device = context.getDevice(); in ahbImageCreateTest() local
394 const VkDevice device = context.getDevice(); in imageCreateTest() local
588 const Unique<VkDevice> device; member
102 validate(const InstanceInterface& vki, const DeviceInterface& vkd, tcu::ResultCollector& results, VkPhysicalDevice physicalDevice, VkDevice device, TestParams& testParams, VkImage image) validate() argument
[all...]
H A DvktApiMaintenance3Check.cpp539 const auto& device = m_context.getDevice(); in iterate() local
H A DvktApiMemoryRequirementInvarianceTests.cpp130 const vk::VkDevice& device = context.getDevice(); in deallocate() local
139 const vk::VkDevice& device = context.getDevice(); in getSize() local
216 const VkDevice& device = context.getDevice(); in deallocate() local
225 const VkDevice& device = context.getDevice(); in getSize() local
677 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
H A DvktApiVersionCheck.cpp121 VkDevice device; member
147 Move<VkDevice> device = createTestDevice(m_context, instance, vector<string>(), false); in iterate() local
212 Move<VkDevice> device = createTestDevice(m_context, instance, getSupportedDeviceExtensions(apiVersion), false); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawTests.cpp183 const auto device = m_context.getDevice(); in createRenderPassWithClear() local
396 const vk::VkDevice device = m_context.getDevice(); in iterate() local

Completed in 42 milliseconds

1...<<131132133134135136137138139140>>...207