| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawOHOSNativeBufferTests.cpp | 281 const VkDevice device = m_context.getDevice(); in iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
| H A D | vktDynamicStateDiscardTests.cpp | 125 const vk::VkDevice device = m_context.getDevice(); in DiscardTestInstance() local 155 void DiscardTestInstance::initRenderPass (const vk::VkDevice device) in initRenderPass() argument 60 pickSupportedStencilFormat(const InstanceInterface& instanceInterface, const VkPhysicalDevice device) pickSupportedStencilFormat() argument 204 initFramebuffer(const vk::VkDevice device) initFramebuffer() argument 215 initPipeline(const vk::VkDevice device) initPipeline() argument 315 const vk::VkDevice device = m_context.getDevice(); iterate() local [all...] |
| H A D | vktDynamicStateLineWidthTests.cpp | 340 const VkDevice device = m_context.getDevice(); in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
| H A D | vktFragmentOperationsEarlyFragmentTests.cpp | 190 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, const VkPhysicalDevice device, const VkFormat format) in isSupportedDepthStencilFormat() argument 367 const VkDevice device in iterate() local 86 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const bool useDepthStencilAttachment, const VkFormat depthStencilFormat) makeRenderPass() argument 95 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const tcu::IVec2& renderSize, const bool enableDepthTest, const bool enableStencilTest, const VkStencilOp stencilFailOp = VK_STENCIL_OP_KEEP, const VkStencilOp stencilPassOp = VK_STENCIL_OP_KEEP) makeGraphicsPipeline() argument 197 pickSupportedDepthStencilFormat(const InstanceInterface& instanceInterface, const VkPhysicalDevice device, const deUint32 numFormats, const VkFormat* pFormats) pickSupportedDepthStencilFormat() argument 666 const VkDevice device = m_context.getDevice(); iterate() local [all...] |
| H A D | vktFragmentOperationsScissorTests.cpp | 353 const VkDevice device = context.getDevice(); in ScissorRenderer() local 114 makeGraphicsPipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkRenderPass renderPass, const VkShaderModule vertexModule, const VkShaderModule fragmentModule, const IVec2 renderSize, const IVec4 scissorArea, const VkPrimitiveTopology topology) makeGraphicsPipeline() argument 383 const VkDevice device = context.getDevice(); draw() local 441 const VkDevice device = context.getDevice(); test() local [all...] |
| H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 186 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, const VkDevice device, const std::vector<VkAttachmentDescription> attachmentDescriptions, const bool hasInputAttachment) in makeRenderPass() argument 378 const VkDevice device = m_context.getDevice(); in iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/ |
| H A D | vktFragmentShaderInterlockBasic.cpp | 329 const VkDevice device = m_context.getDevice(); in iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
| H A D | vktGeometryBasicGeometryShaderTests.cpp | 98 const VkDevice device = context.getDevice(); in uploadImage() local 252 Move<VkPipelineLayout> VaryingOutputCountTestInstance::createPipelineLayout (const DeviceInterface& vk, const VkDevice device) in createPipelineLayout() argument 331 bindDescriptorSets(const DeviceInterface& vk, const VkDevice device, Allocator& memAlloc, const VkCommandBuffer& cmdBuffer, const VkPipelineLayout& pipelineLayout) bindDescriptorSets() argument 522 const VkDevice device = m_context.getDevice(); createIndicesBuffer() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| H A D | vktImageMisalignedCubeTests.cpp | 84 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const tcu::Vec4& color) in fillBuffer() argument 155 const VkDevice device = m_context.getDevice(); in iterate() local [all...] |
| H A D | vktImageMultisampleLoadStoreTests.cpp | 236 void insertImageViews (const DeviceInterface& vk, const VkDevice device, const CaseDef& caseDef, const VkFormat format, const VkImage image, std::vector<SharedVkImageView>* const pOutImageViews) in insertImageViews() argument 260 void insertDescriptorSets (const DeviceInterface& vk, const VkDevice device, const CaseDef& caseDef, const VkDescriptorPool descriptorPool, const VkDescriptorSetLayout descriptorSetLayout, std::vector<SharedVkDescriptorSet>* const pOutDescriptorSets) in insertDescriptorSets() argument 282 const VkDevice device = context.getDevice(); in test() local [all...] |
| H A D | vktImageSampleDrawnCubeFaceTests.cpp | 99 Move<VkBuffer> makeVertexBuffer (const DeviceInterface& vk, const VkDevice device, const deUint32 queueFamilyIndex) in makeVertexBuffer() argument 143 Move<VkSampler> makeSampler (const DeviceInterface& vk, const VkDevice& device) in makeSampler() argument 245 const VkDevice device = m_context.getDevice(); in iterate() local [all...] |
| H A D | vktImageSizeTests.cpp | 326 const VkDevice device = m_context.getDevice(); in SizeTestInstance() local 340 const VkDevice device = m_context.getDevice(); in iterate() local 415 const VkDevice device = m_context.getDevice(); ImageSizeTestInstance() local 432 const VkDevice device = m_context.getDevice(); prepareDescriptors() local 494 const VkDevice device = m_context.getDevice(); BufferSizeTestInstance() local 509 const VkDevice device = m_context.getDevice(); prepareDescriptors() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderPropertyTests.cpp | 132 const auto device = m_context.getDevice(); in iterate() local [all...] |
| H A D | vktMeshShaderProvokingVertexTestsEXT.cpp | 273 const auto device = m_context.getDevice(); in iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/ |
| H A D | vktModifiersTests.cpp | 519 const VkDevice device = context.getDevice(); in createImageListModifiersCase() local 574 const VkDevice device in createImageModifierExplicitCase() local 365 createImageNoModifiers(const DeviceInterface& vkd, const VkDevice device, const VkImageUsageFlags imageUsages, const VkFormat format, const UVec2& size) createImageNoModifiers() argument 393 createImageWithDrmFormatExplicitModifier(const DeviceInterface& vkd, const VkDevice device, const VkImageType imageType, const VkImageUsageFlags imageUsages, const VkExternalMemoryHandleTypeFlags externalMemoryHandleTypeFlags, const std::vector<VkFormat>& formats, const UVec2& size, const ExplicitModifier drmFormatModifier) createImageWithDrmFormatExplicitModifier() argument 454 createImageWithDrmFormatModifiers(const DeviceInterface& vkd, const VkDevice device, const VkImageType imageType, const VkImageUsageFlags imageUsages, const VkExternalMemoryHandleTypeFlags externalMemoryHandleTypeFlags, const std::vector<VkFormat>& formats, const UVec2& size, const std::vector<deUint64>& drmFormatModifiers) createImageWithDrmFormatModifiers() argument 681 const VkDevice device = context.getDevice(); exportImportMemoryExplicitModifiersCase() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineDynamicVertexAttributeTests.cpp | 243 const vk::Move<vk::VkDevice> device = createDynamicVertexStateDevice(m_context, queueFamilyIndex, m_pipelineConstructionType); in iterate() local [all...] |
| H A D | vktPipelineMaxVaryingsTests.cpp | 813 Move<VkBuffer> makeBuffer (const DeviceInterface& vk, const VkDevice device, const VkDeviceSize bufferSize, const VkBufferUsageFlags usage) in makeBuffer() argument 954 const VkDevice device = context.getDevice(); in test() local [all...] |
| H A D | vktPipelineRobustnessCacheTests.cpp | 61 std::unique_ptr<vk::BufferWithMemory> makeBufferForImage(const vk::DeviceInterface& vk, const vk::VkDevice device, vk::Allocator& allocator, vk::VkFormat imageFormat, vk::VkExtent2D imageExtent) in makeBufferForImage() argument 97 vk::Move<vk::VkSampler> makeSampler(const vk::DeviceInterface& vk, const vk::VkDevice device) in makeSampler() argument 160 const vk::VkDevice device = m_context.getDevice(); in draw() local 189 const vk::VkDevice device = m_context.getDevice(); in verifyImage() local 222 const vk::VkDevice device in iterate() local [all...] |
| H A D | vktPipelineStencilExportTests.cpp | 223 bool isSupportedDepthStencilFormat (const InstanceInterface& instanceInterface, VkPhysicalDevice device, VkFormat format) in isSupportedDepthStencilFormat() argument 475 const VkDevice device = context.getDevice(); in testStencilExportReplace() local 255 makeTestRenderPass(const DeviceInterface& vk, const VkDevice device, const PipelineConstructionType pipelineConstructionType, const VkFormat colorFormat, const VkFormat stencilFormat) makeTestRenderPass() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| H A D | vktProtectedMemStorageBufferTests.cpp | 383 const vk::VkDevice device = ctx.getDevice(); in executeFragmentTest() local 577 const vk::VkDevice device = ctx.getDevice(); executeComputeTest() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
| H A D | vktRayQueryNonUniformArgsTests.cpp | 176 const auto device = m_context.getDevice(); in iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingBarycentricCoordinatesTests.cpp | 266 const auto device = m_context.getDevice(); in iterate() local [all...] |
| H A D | vktRayTracingNullASTests.cpp | 174 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 D | vktRayTracingPositionFetchTests.cpp | 238 const auto device = m_context.getDevice(); in iterate() local [all...] |
| H A D | vktRayTracingProceduralGeometryTests.cpp | 69 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...] |