Home
last modified time | relevance | path

Searched refs:VkClearDepthStencilValue (Results 1 – 25 of 38) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_depth_range_unrestricted.adoc24 slink:VkClearDepthStencilValue.
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta.h254 const VkClearDepthStencilValue *depth_stencil,
Dvk_meta_clear.c591 const VkClearDepthStencilValue *depth_stencil, in vk_meta_clear_depth_stencil_image()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dclears.adoc133 * pname:pDepthStencil is a pointer to a slink:VkClearDepthStencilValue
461 [open,refpage='VkClearDepthStencilValue',desc='Structure specifying a clear depth stencil value',ty…
463 The sname:VkClearDepthStencilValue structure is defined as:
465 include::{generated}/api/structs/VkClearDepthStencilValue.adoc[]
478 * [[VUID-VkClearDepthStencilValue-depth-00022]]
485 include::{generated}/validity/structs/VkClearDepthStencilValue.adoc[]
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp809 const VkClearDepthStencilValue* pDepthStencil; in subDecode()
810 VkClearDepthStencilValue stack_pDepthStencil[1]; in subDecode()
820 pDepthStencil = (VkClearDepthStencilValue*)stack_pDepthStencil; in subDecode()
823 (VkClearDepthStencilValue*)(pDepthStencil), readStreamPtrPtr); in subDecode()
839 globalstate, (VkClearDepthStencilValue*)(pDepthStencil)); in subDecode()
DVkDecoderSnapshot.h521 const VkClearDepthStencilValue* pDepthStencil,
DVkDecoderSnapshot.cpp1364 const VkClearDepthStencilValue* pDepthStencil, in vkCmdClearDepthStencilImage()
4932 const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, in vkCmdClearDepthStencilImage()
DVkDecoder.cpp7805 const VkClearDepthStencilValue* pDepthStencil; in decode()
7823 vkReadStream->alloc((void**)&pDepthStencil, sizeof(const VkClearDepthStencilValue)); in decode()
7826 (VkClearDepthStencilValue*)(pDepthStencil), readStreamPtrPtr); in decode()
7838 m_state, (VkClearDepthStencilValue*)(pDepthStencil)); in decode()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h411 const VkClearDepthStencilValue* from,
412 VkClearDepthStencilValue* to);
Dgoldfish_vk_transform_guest.h655 VkClearDepthStencilValue* toTransform);
658 VkClearDepthStencilValue* toTransform);
Dgoldfish_vk_marshaling_guest.h792 const VkClearDepthStencilValue* forMarshaling);
795 VkClearDepthStencilValue* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp2192 VkClearDepthStencilValue* toTransform) { in transform_tohost_VkClearDepthStencilValue()
2198 VkClearDepthStencilValue* toTransform) { in transform_fromhost_VkClearDepthStencilValue()
2208 resourceTracker, (VkClearDepthStencilValue*)(&toTransform->depthStencil)); in transform_tohost_VkClearValue()
2217 resourceTracker, (VkClearDepthStencilValue*)(&toTransform->depthStencil)); in transform_fromhost_VkClearValue()
DVkEncoder.h358 const VkClearDepthStencilValue* pDepthStencil,
Dgoldfish_vk_counting_guest.h372 const VkClearDepthStencilValue* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h433 const VkClearDepthStencilValue* forMarshaling,
Dgoldfish_vk_deepcopy_guest.cpp2097 const VkClearDepthStencilValue* from, in deepcopy_VkClearDepthStencilValue()
2098 VkClearDepthStencilValue* to) { in deepcopy_VkClearDepthStencilValue()
2111 (VkClearDepthStencilValue*)(&to->depthStencil)); in deepcopy_VkClearValue()
DVkEncoder.cpp14297 const VkClearDepthStencilValue* pDepthStencil, in vkCmdClearDepthStencilImage()
14341 VkClearDepthStencilValue* local_pDepthStencil; in vkCmdClearDepthStencilImage()
14350 (VkClearDepthStencilValue*)pool->alloc(sizeof(const VkClearDepthStencilValue)); in vkCmdClearDepthStencilImage()
14352 (VkClearDepthStencilValue*)(local_pDepthStencil)); in vkCmdClearDepthStencilImage()
14366 (VkClearDepthStencilValue*)(local_pDepthStencil)); in vkCmdClearDepthStencilImage()
14383 (VkClearDepthStencilValue*)(local_pDepthStencil), countPtr); in vkCmdClearDepthStencilImage()
14414 (VkClearDepthStencilValue*)(local_pDepthStencil), in vkCmdClearDepthStencilImage()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h404 const VkClearDepthStencilValue* from,
405 VkClearDepthStencilValue* to);
Dgoldfish_vk_transform.h663 VkClearDepthStencilValue* toTransform);
666 VkClearDepthStencilValue* toTransform);
Dgoldfish_vk_marshaling.h776 const VkClearDepthStencilValue* forMarshaling);
779 VkClearDepthStencilValue* forUnmarshaling);
Dgoldfish_vk_transform.cpp2197 VkClearDepthStencilValue* toTransform) { in transform_tohost_VkClearDepthStencilValue()
2203 VkClearDepthStencilValue* toTransform) { in transform_fromhost_VkClearDepthStencilValue()
2214 resourceTracker, (VkClearDepthStencilValue*)(&toTransform->depthStencil)); in transform_tohost_VkClearValue()
2224 resourceTracker, (VkClearDepthStencilValue*)(&toTransform->depthStencil)); in transform_fromhost_VkClearValue()
Dgoldfish_vk_reserved_marshaling.h408 VkClearDepthStencilValue* forUnmarshaling,
Dgoldfish_vk_deepcopy.cpp2097 const VkClearDepthStencilValue* from, in deepcopy_VkClearDepthStencilValue()
2098 VkClearDepthStencilValue* to) { in deepcopy_VkClearDepthStencilValue()
2111 (VkClearDepthStencilValue*)(&to->depthStencil)); in deepcopy_VkClearValue()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3893 typedef struct VkClearDepthStencilValue { struct
3896 } VkClearDepthStencilValue; argument
3900 VkClearDepthStencilValue depthStencil;
4068 … commandBuffer, VkImage image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthSt…
4771 const VkClearDepthStencilValue* pDepthStencil,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp467 …zeof( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue ) == sizeof( VkClearDepthStencilValue ), "struc…

12