Home
last modified time | relevance | path

Searched refs:VkSubpassContents (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtil.inl38 const char* getSubpassContentsName (VkSubpassContents value);
85 …::Format::Enum<VkSubpassContents> getSubpassContentsStr (VkSubpassContents value) { re…
132 inline std::ostream& operator<< (std::ostream& s, VkSubpassContents value) { return s << getSub…
DvkVirtualDeviceInterface.inl120 …uffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) co…
121 virtual void cmdNextSubpass (VkCommandBuffer commandBuffer, VkSubpassContents contents) cons…
DvkConcreteDeviceInterface.inl120 …uffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) co…
121 virtual void cmdNextSubpass (VkCommandBuffer commandBuffer, VkSubpassContents contents) cons…
DvkFunctionPointerTypes.inl137 …ndBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents);
138 …KAPI_CALL* CmdNextSubpassFunc) (VkCommandBuffer commandBuffer, VkSubpassContents contents);
DvkDeviceDriverImpl.inl585 …uffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) co…
590 void DeviceDriver::cmdNextSubpass (VkCommandBuffer commandBuffer, VkSubpassContents contents) const
DvkBasicTypes.inl800 enum VkSubpassContents enum
DvkNullDriverImpl.inl943 …andBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents)
950 VKAPI_ATTR void VKAPI_CALL cmdNextSubpass (VkCommandBuffer commandBuffer, VkSubpassContents content…
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h811 typedef enum VkSubpassContents { enum
818 } VkSubpassContents; typedef
2386 …ndBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents);
2387 typedef void (VKAPI_PTR *PFN_vkCmdNextSubpass)(VkCommandBuffer commandBuffer, VkSubpassContents con…
3175 VkSubpassContents contents);
3179 VkSubpassContents contents);
Dvulkan.hpp14361 …cast<const VkRenderPassBeginInfo*>( pRenderPassBegin ), static_cast<VkSubpassContents>( contents )… in beginRenderPass()
14367 …cast<const VkRenderPassBeginInfo*>( &renderPassBegin ), static_cast<VkSubpassContents>( contents )… in beginRenderPass()
14374 vkCmdNextSubpass( m_commandBuffer, static_cast<VkSubpassContents>( contents ) ); in nextSubpass()
14381 vkCmdNextSubpass( m_commandBuffer, static_cast<VkSubpassContents>( contents ) ); in nextSubpass()
/external/mesa3d/include/vulkan/
Dvulkan.h817 typedef enum VkSubpassContents { enum
824 } VkSubpassContents; typedef
2395 …ndBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents);
2396 typedef void (VKAPI_PTR *PFN_vkCmdNextSubpass)(VkCommandBuffer commandBuffer, VkSubpassContents con…
3184 VkSubpassContents contents);
3188 VkSubpassContents contents);
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h894 typedef enum VkSubpassContents { enum
901 } VkSubpassContents; typedef
2492 …ndBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents);
2493 typedef void (VKAPI_PTR *PFN_vkCmdNextSubpass)(VkCommandBuffer commandBuffer, VkSubpassContents con…
3281 VkSubpassContents contents);
3285 VkSubpassContents contents);
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h578 VkSubpassContents activeSubpassContents;
Dobject_tracker.cpp2493 VkSubpassContents contents) { in CmdBeginRenderPass()
2512 VKAPI_ATTR void VKAPI_CALL CmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents… in CmdNextSubpass()
Dparameter_validation.cpp4646 VkSubpassContents contents) { in CmdBeginRenderPass()
4658 VKAPI_ATTR void VKAPI_CALL CmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents… in CmdNextSubpass()
Dvk_validation_error_database.txt422 …ttps://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkSubpassContents)~^~
423 …ttps://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkSubpassContents)~^~
424 …ttps://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkSubpassContents)~^~
425 …ttps://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkSubpassContents)~^~
426 …ttps://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkSubpassContents)~^~
427 …ttps://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkSubpassContents)~^~
428 …ttps://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkSubpassContents)~^~
429 …ttps://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkSubpassContents)~^~
430 …ust be a valid VkSubpassContents value' (https://www.khronos.org/registry/vulkan/specs/1.0-extensi…
431 …ttps://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkSubpassContents)~^~
[all …]
Dcore_validation.cpp10390 …dBuffer commandBuffer, const VkRenderPassBeginInfo *pRenderPassBegin, VkSubpassContents contents) { in CmdBeginRenderPass()
10479 VKAPI_ATTR void VKAPI_CALL CmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents… in CmdNextSubpass()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp487 void beginRenderPass (VkSubpassContents content, VkClearValue clearValue) const;
1118 void ImageClearingTestInstance::beginRenderPass (VkSubpassContents content, VkClearValue clearValue… in beginRenderPass()
DvktApiCommandBuffersTests.cpp125 void beginRenderPass (VkSubpassContents content);
306 void CommandBufferRenderPassTestEnvironment::beginRenderPass(VkSubpassContents content) in beginRenderPass()
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp409 VkSubpassContents contents = forSecondaryCB ? VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS in beginRenderPass()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in903 typedef enum VkSubpassContents { enum
910 } VkSubpassContents; typedef
2551 …ndBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents);
2552 typedef void (VKAPI_PTR *PFN_vkCmdNextSubpass)(VkCommandBuffer commandBuffer, VkSubpassContents con…
3340 VkSubpassContents contents);
3344 VkSubpassContents contents);
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp932 …andBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) in vkCmdBeginRenderPass()
937 VKAPI_ATTR void VKAPI_CALL vkCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents conten… in vkCmdNextSubpass()
/external/vulkan-validation-layers/loader/
Dtrampoline.c2242 VkSubpassContents contents) {
2251 vkCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents) {
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c2363 VkSubpassContents contents) in genX()
2381 VkSubpassContents contents) in genX()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c1905 VkSubpassContents contents) in radv_CmdBeginRenderPass()
1929 VkSubpassContents contents) in radv_CmdNextSubpass()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp349 VkSubpassContents contents) in cmdBeginRenderPass()
2528 …const VkSubpassContents contents = subpassRenderers[subpassNdx]->isSecondary() ? VK_SUBPASS_CONTEN… in pushRenderPassCommands()

12