Home
last modified time | relevance | path

Searched refs:VkSubpassContents (Results 1 - 25 of 59) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkCmdUtil.hpp55 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE,
64 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE);
71 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE);
79 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE);
88 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE);
99 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE);
107 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE);
117 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE);
H A DvkCmdUtil.cpp89 const VkSubpassContents contents, in beginRenderPass()
112 const VkSubpassContents contents) in beginRenderPass()
123 const VkSubpassContents contents) in beginRenderPass()
137 const VkSubpassContents contents) in beginRenderPass()
153 const VkSubpassContents contents) in beginRenderPass()
170 const VkSubpassContents contents) in beginRenderPass()
182 const VkSubpassContents contents) in beginRenderPass()
206 const VkSubpassContents contents) in beginRenderPass()
H A DvkPipelineConstructionUtil.hpp173 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE,
179 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE) const;
184 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE) const;
191 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE) const;
195 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE) const;
200 const VkSubpassContents contents = VK_SUBPASS_CONTENTS_INLINE) const;
203 void nextSubpass (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkSubpassContents contents) const;
H A DvkPipelineConstructionUtil.cpp1281 const VkSubpassContents contents, in begin()
1317 void RenderPassWrapper::begin (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRect2D& renderArea, const VkClearValue& clearValue, const VkSubpassContents contents) const in begin()
1322 void RenderPassWrapper::begin (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor, const VkSubpassContents contents) const in begin()
1328 void RenderPassWrapper::begin(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor, const float clearDepth, const deUint32 clearStencil, const VkSubpassContents contents) const in begin()
1338 void RenderPassWrapper::begin (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRect2D& renderArea, const VkSubpassContents contents) const in begin()
1344 void RenderPassWrapper::begin(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRect2D& renderArea, const tcu::UVec4& clearColor, const VkSubpassContents contents) const in begin()
1511 void RenderPassWrapper::nextSubpass (const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkSubpassContents contents) const in nextSubpass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp187 VkSubpassContents contents);
189 VkSubpassContents contents;
196 VkSubpassContents contents);
H A DvktMultiViewRenderPassUtil.cpp280 VkSubpassContents contents_) in SubpassBeginInfo1()
289 VkSubpassContents contents_) in SubpassBeginInfo2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp187 VkSubpassContents contents);
189 VkSubpassContents contents;
196 VkSubpassContents contents);
H A DvktMultiViewRenderPassUtil.cpp280 VkSubpassContents contents_) in SubpassBeginInfo1()
289 VkSubpassContents contents_) in SubpassBeginInfo2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp193 VkSubpassContents contents);
195 VkSubpassContents contents;
202 VkSubpassContents contents);
H A DvktRenderPassTestsUtil.cpp282 VkSubpassContents contents_) in SubpassBeginInfo1()
291 VkSubpassContents contents_) in SubpassBeginInfo2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp193 VkSubpassContents contents);
195 VkSubpassContents contents;
202 VkSubpassContents contents);
H A DvktRenderPassTestsUtil.cpp282 VkSubpassContents contents_) in SubpassBeginInfo1()
291 VkSubpassContents contents_) in SubpassBeginInfo2()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.hpp63 uint32_t clearValueCount, const VkClearValue *pClearValues, VkSubpassContents contents,
65 void nextSubpass(VkSubpassContents contents);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.hpp120 void beginLegacyRender (vk::VkCommandBuffer cmdBuffer, const vk::VkSubpassContents content = vk::VK_SUBPASS_CONTENTS_INLINE);
H A DvktDrawBaseClass.cpp247 void DrawTestsBaseClass::beginLegacyRender (vk::VkCommandBuffer cmdBuffer, const vk::VkSubpassContents content) in beginLegacyRender()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawBaseClass.hpp115 void beginLegacyRender (vk::VkCommandBuffer cmdBuffer, const vk::VkSubpassContents content = vk::VK_SUBPASS_CONTENTS_INLINE);
H A DvktDrawBaseClass.cpp218 void DrawTestsBaseClass::beginLegacyRender (vk::VkCommandBuffer cmdBuffer, const vk::VkSubpassContents content) in beginLegacyRender()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h165 void nextSubpass(VkSubpassContents subpassContents);
528 ANGLE_INLINE void VulkanSecondaryCommandBuffer::nextSubpass(VkSubpassContents subpassContents) in nextSubpass()
H A Dvk_wrapper.h196 void beginRenderPass(const VkRenderPassBeginInfo &beginInfo, VkSubpassContents subpassContents);
298 void nextSubpass(VkSubpassContents subpassContents);
719 ANGLE_INLINE void CommandBuffer::nextSubpass(VkSubpassContents subpassContents) in nextSubpass()
853 VkSubpassContents subpassContents) in beginRenderPass()
H A DSecondaryCommandBuffer.h366 VkSubpassContents subpassContents;
644 void nextSubpass(VkSubpassContents subpassContents);
1355 ANGLE_INLINE void SecondaryCommandBuffer::nextSubpass(VkSubpassContents subpassContents) in nextSubpass()
/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.cpp486 VkSubpassContents contents = forSecondaryCB ? VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS
532 VkSubpassContents contents = forSecondaryCB ? VK_SUBPASS_CONTENTS_SECONDARY_COMMAND_BUFFERS
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemAttachmentClearTests.cpp189 const vk::VkSubpassContents subpassContents = m_cmdBufferType == CMD_BUFFER_SECONDARY in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemAttachmentClearTests.cpp189 const vk::VkSubpassContents subpassContents = m_cmdBufferType == CMD_BUFFER_SECONDARY in iterate()
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_types.h2614 /* enum VkSubpassContents */
2617 vn_sizeof_VkSubpassContents(const VkSubpassContents *val) in vn_sizeof_VkSubpassContents()
2624 vn_encode_VkSubpassContents(struct vn_cs_encoder *enc, const VkSubpassContents *val) in vn_encode_VkSubpassContents()
2630 vn_decode_VkSubpassContents(struct vn_cs_decoder *dec, VkSubpassContents *val) in vn_decode_VkSubpassContents()
H A Dvn_protocol_driver_command_buffer.h5407 static inline size_t vn_sizeof_vkCmdBeginRenderPass(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) in vn_sizeof_vkCmdBeginRenderPass()
5422 static inline void vn_encode_vkCmdBeginRenderPass(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) in vn_encode_vkCmdBeginRenderPass()
5435 static inline size_t vn_sizeof_vkCmdBeginRenderPass_reply(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) in vn_sizeof_vkCmdBeginRenderPass_reply()
5447 static inline void vn_decode_vkCmdBeginRenderPass_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents) in vn_decode_vkCmdBeginRenderPass_reply()
5458 static inline size_t vn_sizeof_vkCmdNextSubpass(VkCommandBuffer commandBuffer, VkSubpassContents contents) in vn_sizeof_vkCmdNextSubpass()
5470 static inline void vn_encode_vkCmdNextSubpass(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkSubpassContents contents) in vn_encode_vkCmdNextSubpass()
5481 static inline size_t vn_sizeof_vkCmdNextSubpass_reply(VkCommandBuffer commandBuffer, VkSubpassContents contents) in vn_sizeof_vkCmdNextSubpass_reply()
5492 static inline void vn_decode_vkCmdNextSubpass_reply(struct vn_cs_decoder *dec, VkCommandBuffer commandBuffer, VkSubpassContents contents) in vn_decode_vkCmdNextSubpass_reply()
8949 static inline void vn_submit_vkCmdBeginRenderPass(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin, VkSubpassContents contents, struct vn_instance_submit_command *submit) in vn_submit_vkCmdBeginRenderPass()
8970 static inline void vn_submit_vkCmdNextSubpass(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkCommandBuffer commandBuffer, VkSubpassContents content
[all...]

Completed in 54 milliseconds

123