Home
last modified time | relevance | path

Searched defs:device (Results 1976 - 2000 of 2585) sorted by relevance

1...<<71727374757677787980>>...104

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp413 Move<VkPipelineCache> createPipelineCache(const DeviceInterface& vk, VkDevice device, const TestParams& params) in createPipelineCache() argument
455 Move<VkPipelineLayout> createPipelineLayout(const DeviceInterface& vk, VkDevice device, const TestParams&) in createPipelineLayout() argument
382 wrapHandles(const DeviceInterface& vk, VkDevice device, const input_container_t& input, const VkAllocationCallbacks* allocator = DE_NULL) wrapHandles() argument
434 createPipelineLayout(const DeviceInterface& vk, VkDevice device, const vector<VkDescriptorSetLayout>& setLayouts, const TestParams&) createPipelineLayout() argument
473 createShaderModules(const DeviceInterface& vk, VkDevice device, const BinaryCollection& collection, const vector<const char*>& names) createShaderModules() argument
768 createRenderPass(const DeviceInterface& vk, VkDevice device, const TestParams&) createRenderPass() argument
854 timePipelineCreation(const DeviceInterface& vk, const VkDevice device, const VkPipelineCache cache, const create_infos_t& createInfos, pipelines_t& pipelines, const VkAllocationCallbacks* pAllocator = DE_NULL) timePipelineCreation() argument
876 const auto device = context.getDevice(); testInstance() local
990 createDescriptorSetLayout(const DeviceInterface& vk, VkDevice device, const TestParams&) createDescriptorSetLayout() argument
1035 timePipelineCreation(const DeviceInterface& vk, const VkDevice device, const VkPipelineCache cache, const create_infos_t& createInfos, pipelines_t& pipelines, const VkAllocationCallbacks* pAllocator = DE_NULL) timePipelineCreation() argument
1057 const auto device = context.getDevice(); testInstance() local
[all...]
H A DvktPipelineDepthRangeUnrestrictedTests.cpp128 deBool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument
372 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const VkFormat depthStencilFormat, const VkAttachmentLoadOp loadOperationColor, const VkAttachmentLoadOp loadOperationDepthStencil) makeRenderPass() argument
H A DvktPipelineDescriptorLimitsTests.cpp95 makeRenderPassInputAttachment(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat) makeRenderPassInputAttachment() argument
H A DvktPipelineImage2DViewOf3DTests.cpp211 const VkDevice device = m_context.getDevice(); in runComputePipeline() local
240 const VkDevice device = m_context.getDevice(); in runGraphicsPipeline() local
343 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
H A DvktPipelineImageSamplingInstance.cpp53 allocateBuffer(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer& buffer, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateBuffer() argument
83 allocateImage(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage& image, const MemoryRequirement requirement, Allocator& allocator, AllocationKind allocationKind) allocateImage() argument
H A DvktPipelineImageUtil.cpp281 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
359 readStencilAttachment(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) readStencilAttachment() argument
417 uploadTestTextureInternal(const DeviceInterface& vk, VkDevice device, VkQueue queue, deUint32 queueFamilyIndex, Allocator& allocator, const TestTexture& srcTexture, const TestTexture* srcStencilTexture, tcu::TextureFormat format, VkImage destImage, VkImageLayout destImageLayout) uploadTestTextureInternal() argument
508 uploadTestTextureInternalSparse(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, const VkImageCreateInfo& imageCreateInfo, VkQueue universalQueue, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, Allocator& allocator, std::vector<de::SharedPtr<Allocation> >& allocations, const TestTexture& srcTexture, const TestTexture* srcStencilTexture, tcu::TextureFormat format, VkImage destImage) uploadTestTextureInternalSparse() argument
598 uploadTestTexture(const DeviceInterface& vk, VkDevice device, VkQueue queue, deUint32 queueFamilyIndex, Allocator& allocator, const TestTexture& srcTexture, VkImage destImage, VkImageLayout destImageLayout) uploadTestTexture() argument
642 uploadTestTextureSparse(const DeviceInterface& vk, VkDevice device, const VkPhysicalDevice physicalDevice, const InstanceInterface& instance, const VkImageCreateInfo& imageCreateInfo, VkQueue universalQueue, deUint32 universalQueueFamilyIndex, VkQueue sparseQueue, Allocator& allocator, std::vector<de::SharedPtr<Allocation> >& allocations, const TestTexture& srcTexture, VkImage destImage) uploadTestTextureSparse() argument
[all...]
H A DvktPipelineInterfaceMatchingTests.cpp184 const VkDevice device = m_context.getDevice(); in iterate() local
[all...]
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp98 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice device) in makeSampler() argument
641 const VkDevice device = SingletonDevice::getDevice(context, params.pipelineConstructionType); in drawAndSampleInputAttachment() local
124 makeImage(const DeviceInterface& vk, const VkDevice device, const VkFormat format, const UVec2& size, const deUint32 layers, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) makeImage() argument
964 const VkDevice device = SingletonDevice::getDevice(context, params.pipelineConstructionType); draw() local
1179 const VkDevice device = SingletonDevice::getDevice(context, params.pipelineConstructionType); dispatchSampleImage() local
1270 const VkDevice device = SingletonDevice::getDevice(context, params.pipelineConstructionType); test() local
[all...]
H A DvktPipelineNoPositionTests.cpp380 const auto device = m_context.getDevice(); in iterate() local
[all...]
H A DvktPipelineStencilTests.cpp61 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp518 const vk::VkDevice device = ctx.getDevice(); in executeComputeTest() local
730 const vk::VkDevice device = ctx.getDevice(); executeFragmentTest() local
[all...]
H A DvktProtectedMemStorageBufferTests.cpp394 const vk::VkDevice device = ctx.getDevice(); in executeFragmentTest() local
588 const vk::VkDevice device = ctx.getDevice(); executeComputeTest() local
[all...]
H A DvktProtectedMemUtils.cpp338 const vk::VkDevice& device = context.getDevice(); in createImage2D() local
388 const vk::VkDevice& device = context.getDevice(); in makeBuffer() local
301 getProtectedQueue(const vk::DeviceInterface& vk, vk::VkDevice device, const deUint32 queueFamilyIndex, const deUint32 queueIdx) getProtectedQueue() argument
509 const vk::VkDevice& device = context.getDevice(); queueSubmit() local
544 makeSampler(const vk::DeviceInterface& vk, const vk::VkDevice& device) makeSampler() argument
573 makeCommandPool(const vk::DeviceInterface& vk, const vk::VkDevice& device, ProtectionMode protectionMode, const deUint32 queueFamilyIdx) makeCommandPool() argument
590 makeGraphicsPipeline(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineLayout pipelineLayout, const vk::VkRenderPass renderPass, const vk::VkShaderModule vertexShaderModule, const vk::VkShaderModule fragmentShaderModule, const VertexBindings& vertexBindings, const VertexAttribs& vertexAttribs, const tcu::UVec2& renderSize, const vk::VkPrimitiveTopology topology, const vk::VkPipelineCreateFlags flags) makeGraphicsPipeline() argument
654 const vk::VkDevice device = ctx.getDevice(); clearImage() local
727 const vk::VkDevice device = ctx.getDevice(); uploadImage() local
836 const vk::VkDevice device = ctx.getDevice(); copyToProtectedImage() local
[all...]
H A DvktProtectedMemWsiSwapchainTests.cpp289 vk::VkDevice device = context.getDevice(); in generateSwapchainParameterCases() local
358 vk::VkDevice device = context.getDevice(); in generateSwapchainParameterCases() local
431 vk::VkDevice device = context.getDevice(); in generateSwapchainParameterCases() local
859 createRenderPass(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkFormat colorAttachmentFormat) createRenderPass() argument
932 createPipelineLayout(const vk::DeviceInterface& vkd, const vk::VkDevice device) createPipelineLayout() argument
955 createPipeline(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkRenderPass renderPass, const vk::VkPipelineLayout pipelineLayout, const vk::BinaryCollection& binaryCollection, const tcu::UVec2& renderSize) createPipeline() argument
1085 createFences(const vk::DeviceInterface& vkd, const vk::VkDevice device, size_t numFences) createFences() argument
1097 createSemaphores(const vk::DeviceInterface& vkd, const vk::VkDevice device, size_t numSemaphores) createSemaphores() argument
1109 allocateCommandBuffers(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkCommandPool commandPool, const vk::VkCommandBufferLevel level, const size_t numCommandBuffers) allocateCommandBuffers() argument
1135 const vk::VkDevice device = context.getDevice(); basicRenderTest() local
[all...]
H A DvktProtectedMemYCbCrConversionTests.cpp324 const vk::VkDevice device = ctx.getDevice(); in uploadYCbCrImage() local
216 createSampler(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkFilter textureFilter, const vk::VkSamplerAddressMode addressModeU, const vk::VkSamplerAddressMode addressModeV, const vk::VkSamplerYcbcrConversion conversion) createSampler() argument
255 createImageView(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkImage image, const vk::VkFormat format, const vk::VkSamplerYcbcrConversion conversion) createImageView() argument
288 createConversion(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkFormat format, const vk::VkSamplerYcbcrModelConversion colorModel, const vk::VkSamplerYcbcrRange colorRange, const vk::VkChromaLocation xChromaOffset, const vk::VkChromaLocation yChromaOffset, const vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, const bool explicitReconstruction) createConversion() argument
514 const vk::VkDevice device = ctx.getDevice(); validateImage() local
783 const vk::VkDevice& device = context.getDevice(); createYcbcrImage2D() local
829 const vk::VkDevice device = ctx.getDevice(); renderYCbCrToColor() local
1152 const vk::VkDevice device = ctx.getDevice(); conversionTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.cpp252 const VkDevice device = m_context.getDevice(); in createQueryPool() local
329 const VkDevice device = m_context.getDevice(); in acquireProfilingLock() local
357 const VkDevice device = m_context.getDevice(); in releaseProfilingLock() local
366 const VkDevice device = m_context.getDevice(); in verifyQueryResults() local
424 const VkDevice device in initStateObjects() local
569 const VkDevice device = m_context.getDevice(); iterate() local
704 const VkDevice device = m_context.getDevice(); iterate() local
854 const VkDevice device = m_context.getDevice(); initStateObjects() local
968 const VkDevice device = m_context.getDevice(); iterate() local
1076 const VkDevice device = m_context.getDevice(); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp285 const auto device = m_context.getDevice(); in iterate() local
[all...]
H A DvktRasterizationProvokingVertexTests.cpp248 const VkDevice device = m_context.getDevice(); in iterate() local
848 makeRenderPass(const DeviceInterface& vk, const VkDevice device) makeRenderPass() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp330 const auto device = m_context.getDevice(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp367 const VkDevice device = m_context.getDevice(); in initTopAccelerationStructure() local
98 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const std::string& shaderName) makePipeline() argument
114 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
386 const VkDevice device = m_context.getDevice(); initBottomAccelerationStructure() local
433 const VkDevice device = m_context.getDevice(); prepareBuffer() local
496 const VkDevice device = m_context.getDevice(); runTest() local
[all...]
H A DvktRayTracingBuildLargeTests.cpp289 const VkDevice device = m_context.getDevice(); in initTopAccelerationStructure() local
306 const VkDevice device = m_context.getDevice(); in initBottomAccelerationStructure() local
352 const VkDevice device = m_context.getDevice(); in runTest() local
91 makePipeline(const DeviceInterface& vkd, const VkDevice device, vk::BinaryCollection& collection, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, VkPipelineLayout pipelineLayout, const deUint32 groupCount, const bool deferredOperation, const deUint32 threadCount) makePipeline() argument
[all...]
H A DvktRayTracingBuildTests.cpp304 const VkDevice device = m_context.getDevice(); in createTopAccelerationStructure() local
365 const VkDevice device = m_context.getDevice(); in initBottomAccelerationStructures() local
387 const VkDevice device = m_context.getDevice(); in verifyAllocationCount() local
418 const VkDevice device = m_context.getDevice(); in runTest() local
[all...]
H A DvktRayTracingDirectionTests.cpp411 const auto device = m_context.getDevice(); in iterate() local
[all...]
H A DvktRayTracingMemGuaranteeTests.cpp502 const VkDevice device = m_context.getDevice(); in makePipeline() local
518 createShaderBindingTable(const InstanceInterface& vki, const DeviceInterface& vkd, const VkDevice device, const VkPhysicalDevice physicalDevice, const VkPipeline pipeline, Allocator& allocator, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, const deUint32 group, const deUint32 groupCount) createShaderBindingTable() argument
546 const VkDevice device = m_context.getDevice(); initTopAccelerationStructure() local
564 const VkDevice device = m_context.getDevice(); initBottomAccelerationStructure() local
620 const VkDevice device = m_context.getDevice(); runTest() local
[all...]
H A DvktRayTracingNonUniformArgsTests.cpp247 const auto device = m_context.getDevice(); in iterate() local
[all...]

Completed in 33 milliseconds

1...<<71727374757677787980>>...104