Home
last modified time | relevance | path

Searched defs:device (Results 1276 - 1300 of 1890) sorted by relevance

1...<<51525354555657585960>>...76

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingWatertightnessTests.cpp412 const VkDevice device = m_context.getDevice(); in initTopAccelerationStructure() local
430 const VkDevice device = m_context.getDevice(); in initBottomAccelerationStructure() local
542 const VkDevice device in initBottomAccelerationStructures() local
145 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, const deUint32 hitGroupCount) makePipeline() argument
592 const VkDevice device = m_context.getDevice(); runTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp115 const VkDevice device = m_context.getDevice(); in DynamicRenderingTestInstance() local
376 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
H A DvktRenderPassSampleReadTests.cpp65 createBufferMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkBuffer buffer) createBufferMemory() argument
75 createImageMemory(const DeviceInterface& vk, VkDevice device, Allocator& allocator, VkImage image) createImageMemory() argument
85 createImage(const DeviceInterface& vk, VkDevice device, VkImageCreateFlags flags, VkImageType imageType, VkFormat format, VkExtent3D extent, deUint32 mipLevels, deUint32 arrayLayers, VkSampleCountFlagBits samples, VkImageTiling tiling, VkImageUsageFlags usage, VkSharingMode sharingMode, deUint32 queueFamilyCount, const deUint32* pQueueFamilyIndices, VkImageLayout initialLayout) createImage() argument
122 createImageView(const DeviceInterface& vk, VkDevice device, VkImageViewCreateFlags flags, VkImage image, VkImageViewType viewType, VkFormat format, VkComponentMapping components, VkImageSubresourceRange subresourceRange) createImageView() argument
145 createImage(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat, VkSampleCountFlagBits sampleCountBit, VkImageUsageFlags usage, deUint32 width, deUint32 height) createImage() argument
185 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspect) createImageView() argument
210 createBuffer(const DeviceInterface& vkd, VkDevice device, VkFormat format, deUint32 width, deUint32 height) createBuffer() argument
253 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument
411 createRenderPass(const DeviceInterface& vkd, VkDevice device, VkFormat srcFormat, VkFormat dstFormat, deUint32 sampleCount, RenderingType renderingType) createRenderPass() argument
429 createFramebuffer(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkImageView srcImageView, VkImageView dstMultisampleImageView, VkImageView dstSinglesampleImageView, deUint32 width, deUint32 height) createFramebuffer() argument
463 createRenderPipelineLayout(const DeviceInterface& vkd, VkDevice device) createRenderPipelineLayout() argument
482 createRenderPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createRenderPipeline() argument
541 createSubpassDescriptorSetLayout(const DeviceInterface& vkd, VkDevice device) createSubpassDescriptorSetLayout() argument
574 createSubpassPipelineLayout(const DeviceInterface& vkd, VkDevice device, VkDescriptorSetLayout descriptorSetLayout) createSubpassPipelineLayout() argument
594 createSubpassPipeline(const DeviceInterface& vkd, VkDevice device, VkRenderPass renderPass, VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, deUint32 width, deUint32 height, deUint32 sampleCount) createSubpassPipeline() argument
655 createSubpassDescriptorPool(const DeviceInterface& vkd, VkDevice device) createSubpassDescriptorPool() argument
676 createSubpassDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkImageView imageView) createSubpassDescriptorSet() argument
[all...]
H A DvktRenderPassTestsUtil.cpp766 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo, SynchronizationType synchronizationType) createRenderPass() argument
820 createRenderPass(const DeviceInterface& vk, VkDevice device, const RenderPass& renderPassInfo, RenderingType renderingType, SynchronizationType synchronizationType) createRenderPass() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp770 Move<VkDevice> device = createRobustBufferAccessDevice(context, (useFeatures2 ? &features2 : nullptr)); in createInstance() local
840 Move<VkDevice> device = createRobustBufferAccessDevice(context, (useFeatures2 ? &features2 : nullptr)); in createInstance() local
852 BufferAccessInstance(Context& context, Move<VkDevice> device, de::MovePtr<vk::DeviceDriver> deviceDriver, ShaderType shaderType, VkShaderStageFlags shaderStage, VkFormat bufferFormat, BufferAccessType bufferAccessType, VkDeviceSize inBufferAccessRange, VkDeviceSize outBufferAccessRange, bool accessOutOfBackingMemory, bool testPipelineRobustness) BufferAccessInstance() argument
[all...]
H A DvktRobustnessIndexAccessTests.cpp394 void DrawIndexedTestCase::createDeviceAndDriver (Context& context, Move<VkDevice>& device, DeviceDriverPtr& driver) const in createDeviceAndDriver() argument
438 Move<VkDevice> device; in createInstance() local
107 DrawIndexedInstance(Context& context, Move<VkDevice> device, DeviceDriverPtr deviceDriver, TestMode mode, deUint32 robustnessVersion) DrawIndexedInstance() argument
494 BindIndexBuffer2Instance(Context& c, Move<VkDevice> device, DeviceDriverPtr driver, const TestParams& params) BindIndexBuffer2Instance() argument
575 Move<VkDevice> device; createInstance() local
589 const VkDevice device = this->getDevice(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktObjectRefreshTests.cpp110 vk::VkDevice device = context.getDevice(); in refreshObjects() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectLinkTests.cpp179 const vk::VkDevice device = m_context.getDevice(); in iterate() local
634 const vk::VkDevice device = m_context.getDevice(); iterate() local
[all...]
H A DvktShaderObjectRenderingTests.cpp329 const vk::VkDevice device = m_context.getDevice(); in createDummyImage() local
218 readDepthAttachment(const vk::DeviceInterface& vk, vk::VkDevice device, vk::VkQueue queue, deUint32 queueFamilyIndex, vk::Allocator& allocator, vk::VkImage image, vk::VkFormat format, const tcu::UVec2& renderSize, vk::VkImageLayout currentLayout) readDepthAttachment() argument
361 const vk::VkDevice device = m_context.getDevice(); createDummyRenderPass() local
554 const vk::VkDevice device = m_context.getDevice(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp584 auto device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1181 auto device = m_context.getDevice(); in iterate() local
1047 createStorageBuffer(const vk::DeviceInterface& vkdi, const vk::VkDevice device, vk::Allocator& allocator, size_t numBytes) createStorageBuffer() argument
[all...]
H A DvktSpvAsmComputeShaderCase.cpp119 Move<VkImage> createImageAndBindMemory (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, vk::VkFormat imageFormat, Allocator& allocator, deUint32 queueFamilyIndex, AllocationMp* outMemory) in createImageAndBindMemory() argument
161 void setMemory (const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, const void* data, bool coherent = false) in setMemory() argument
65 createBufferAndBindMemory(vkt::Context& context, const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorType dtype, Allocator& allocator, size_t numBytes, AllocationMp* outMemory, bool physStorageBuffer, bool coherent = false) createBufferAndBindMemory() argument
171 fillMemoryWithValue(const DeviceInterface& vkdi, const VkDevice& device, Allocation* destAlloc, size_t numBytes, deUint8 value, bool coherent = false) fillMemoryWithValue() argument
181 invalidateMemory(const DeviceInterface& vkdi, const VkDevice& device, Allocation* srcAlloc, bool coherent = false) invalidateMemory() argument
192 createDescriptorSetLayout(const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes) createDescriptorSetLayout() argument
205 createPipelineLayout(const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorSetLayout descriptorSetLayout, const vkt::SpirVAssembly::BufferSp& pushConstants) createPipelineLayout() argument
242 createDescriptorPool(const DeviceInterface& vkdi, const VkDevice& device, const vector<VkDescriptorType>& dtypes) createDescriptorPool() argument
258 createDescriptorSet(const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorPool pool, VkDescriptorSetLayout layout, const vector<VkDescriptorType>& dtypes, const vector<VkDescriptorBufferInfo>& descriptorInfos, const vector<VkDescriptorImageInfo>& descriptorImageInfos) createDescriptorSet() argument
307 createComputePipeline(const DeviceInterface& vkdi, const VkDevice& device, VkPipelineLayout pipelineLayout, VkShaderModule shader, const char* entryPoint, const vkt::SpirVAssembly::SpecConstants& specConstants) createComputePipeline() argument
461 const VkDevice& device = m_context.getDevice(); iterate() local
[all...]
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp780 const VkDevice device = m_context.getDevice(); in createGraphicsPipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp624 const VkDevice device = m_device.handle; in iterate() local
768 const VkDevice device = m_device.handle; iterate() local
[all...]
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp142 bool getFreeQueue (const DeviceInterface& vk, const VkDevice device, deUint32& returnQueueFamilyIndex, VkQueue& returnQueues, Move<VkCommandBuffer>& commandBuffer, int& returnQueueIndex) in getFreeQueue() argument
174 inline void setDevice (Move<VkDevice> device, const Context& context) in setDevice() argument
206 MovePtr<Allocator> createAllocator (const Context& context, const VkDevice& device) in createAllocator() argument
361 const VkDevice device = queues.getDevice(); in executeComputePipeline() local
435 const VkDevice device = queues.getDevice(); executeGraphicPipeline() local
663 const VkDevice device = m_queues.getDevice(); runThread() local
702 const VkDevice device = m_queues.getDevice(); runThread() local
746 const VkDevice device = queues->getDevice(); iterate() local
796 addShaderModules(const VkDevice& device) addShaderModules() argument
874 const VkDevice device = queues->getDevice(); iterate() local
925 addShaderModules(const VkDevice& device) addShaderModules() argument
[all...]
H A DvktSynchronizationOperationMultiQueueTests.cpp490 const VkDevice device = m_opContext->getDevice(); in iterate() local
668 const VkDevice device = m_opContext->getDevice(); in iterate() local
788 const VkDevice device = m_opContext->getDevice(); iterate() local
[all...]
H A DvktSynchronizationUtil.cpp38 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
51 makeComputePipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule shaderModule, const VkSpecializationInfo* specInfo, PipelineCacheData& pipelineCacheData, de::SharedPtr<vk::ResourceInterface> resourceInterface ) makeComputePipeline() argument
130 setShader(const DeviceInterface& vk, const VkDevice device, const VkShaderStageFlagBits stage, const ProgramBinary& binary, const VkSpecializationInfo* specInfo) setShader() argument
222 build(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, PipelineCacheData& pipelineCacheData, de::SharedPtr<vk::ResourceInterface> resourceInterface) build() argument
999 submitCommandsAndWait(SynchronizationWrapperPtr synchronizationWrapper, const DeviceInterface& vk, const VkDevice device, const VkQueue queue, const VkCommandBuffer cmdBuffer) submitCommandsAndWait() argument
1152 createPipelineCache(const vk::DeviceInterface& vk, const vk::VkDevice device, de::SharedPtr<vk::ResourceInterface> resourceInterface) const createPipelineCache() argument
1177 setFromPipelineCache(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineCache pipelineCache) setFromPipelineCache() argument
1196 getSyncDevice(de::MovePtr<VideoDevice>& device, Context& context) getSyncDevice() argument
1204 getSyncDeviceInterface(de::MovePtr<VideoDevice>& device, Context& context) getSyncDeviceInterface() argument
1212 getSyncQueueFamilyIndex(de::MovePtr<VideoDevice>& device, Context& context) getSyncQueueFamilyIndex() argument
1220 getSyncQueue(de::MovePtr<VideoDevice>& device, Context& context) getSyncQueue() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp136 const VkDevice device = context.getDevice(); in runTest() local
[all...]
H A DvktTessellationUserDefinedIO.cpp771 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp479 auto device = m_devctx->device; in decodeFrame() local
547 auto device = devctx.device; in getDecodedImage() local
725 VkDevice device = getDeviceSupportingQueue(VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_TRANSFER_BIT, requiredCodecs, requiredDeviceFlags); InterleavingDecodeTestInstance() local
744 VkDevice device = getDeviceSupportingQueue(VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_TRANSFER_BIT, VideoDecodeTestInstance() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiColorSpaceTests.cpp203 const Unique<VkDevice> device; member
339 createFences(const DeviceInterface& vkd, const VkDevice device, size_t numFences) createFences() argument
351 createSemaphores(const DeviceInterface& vkd, const VkDevice device, size_t numSemaphores) createSemaphores() argument
363 allocateCommandBuffers(const DeviceInterface& vkd, const VkDevice device, const VkCommandPool commandPool, const VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
377 getPixel(const DeviceInterface& vkd, const VkDevice device, const VkQueue queue, const VkCommandPool& commandPool, Allocator& allocator, const tcu::UVec2 size, const tcu::TextureFormat textureFormat, const VkImage* image) getPixel() argument
493 const VkDevice device = *devHelper.device; colorspaceCompareTest() local
632 const VkDevice device = *devHelper.device; surfaceFormatRenderTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp217 createDescriptorSetLayout(const vk::DeviceInterface& vkd, vk::VkDevice device, const std::vector<de::SharedPtr<vk::Unique<vk::VkSampler> > >& samplers, deUint32 samplerBinding) createDescriptorSetLayout() argument
248 createDescriptorPool(const vk::DeviceInterface& vkd, vk::VkDevice device, const std::vector<de::SharedPtr<vk::Unique<vk::VkSampler> > >& samplers, const deUint32 combinedSamplerDescriptorCount) createDescriptorPool() argument
271 createDescriptorSet(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDescriptorPool descriptorPool, vk::VkDescriptorSetLayout layout, const std::vector<de::SharedPtr<vk::Unique<vk::VkSampler> > >& samplers, const std::vector<de::SharedPtr<vk::Unique<vk::VkImageView> > >& imageViews, deUint32 samplerBinding) createDescriptorSet() argument
325 createSampler(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFilter textureFilter, vk::VkSamplerAddressMode addressModeU, vk::VkSamplerAddressMode addressModeV, vk::VkSamplerYcbcrConversion conversion) createSampler() argument
372 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, const UVec2& size, bool disjoint, vk::VkImageTiling tiling) createImage() argument
402 createImageView(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkImage image, vk::VkFormat format, vk::VkSamplerYcbcrConversion conversion) createImageView() argument
443 createConversion(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, vk::VkSamplerYcbcrModelConversion colorModel, vk::VkSamplerYcbcrRange colorRange, vk::VkChromaLocation xChromaOffset, vk::VkChromaLocation yChromaOffset, vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, bool explicitReconstruction) createConversion() argument
[all...]
H A DvktYCbCrViewTests.cpp164 Move<VkDescriptorSetLayout> createDescriptorSetLayout (const DeviceInterface& vkd, VkDevice device, VkSampler conversionSampler) in createDescriptorSetLayout() argument
195 Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vkd, VkDevice device, const deUint32 combinedSamplerDescriptorCount) in createDescriptorPool() argument
104 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags) createTestImage() argument
132 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlagBits imageAspect, const VkSamplerYcbcrConversionInfo* samplerConversionInfo) createImageView() argument
214 createDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool descPool, VkDescriptorSetLayout descLayout, VkImageView planeView, VkSampler planeViewSampler, VkImageView wholeView, VkSampler wholeViewSampler) createDescriptorSet() argument
285 executeImageBarrier(const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyNdx, VkPipelineStageFlags srcStage, VkPipelineStageFlags dstStage, const VkImageMemoryBarrier& barrier) executeImageBarrier() argument
498 const VkDevice device = context.getDevice(); testPlaneView() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMarkerTests.cpp155 bool checkMarkerBuffer (const DeviceInterface& vk, VkDevice device, const MovePtr<vk::Allocation>& memory, in checkMarkerBuffer() argument
180 chooseExternalMarkerMemoryType(const DeviceInterface& vkd, VkDevice device, VkExternalMemoryHandleTypeFlagBits externalType, deUint32 allowedBits, MovePtr<ExternalHostMemory>& hostMemory) chooseExternalMarkerMemoryType() argument
210 createMarkerBufferMemory(const InstanceInterface& vki, const DeviceInterface& vkd, VkPhysicalDevice physicalDevice, VkDevice device, VkBuffer buffer, size_t bufferOffset, MovePtr<Allocator>& allocator, const MemoryRequirement allocRequirement, bool externalHostPtr, MovePtr<ExternalHostMemory>& hostMemory, MovePtr<Allocation>& deviceMemory) createMarkerBufferMemory() argument
[all...]
H A DvktApiBufferMemoryRequirementsTests.cpp335 VkVideoCodecOperationFlagsKHR readVideoCodecOperationFlagsKHR (const InstanceInterface& vki, const VkPhysicalDevice& device) in readVideoCodecOperationFlagsKHR() argument
662 getBufferMemoryRequirements2(VkMemoryRequirements& result, const DeviceInterface& vkd, VkDevice device, VkBuffer buffer) const getBufferMemoryRequirements2() argument
694 getBufferMemoryRequirements(VkMemoryRequirements& result, const DeviceInterface& vkd, VkDevice device, VkBuffer buffer) const getBufferMemoryRequirements() argument
827 VkDevice device; iterate() local
[all...]

Completed in 32 milliseconds

1...<<51525354555657585960>>...76