/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_depth_range_unrestricted.adoc | 24 slink:VkClearDepthStencilValue.
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta.h | 254 const VkClearDepthStencilValue *depth_stencil,
|
D | vk_meta_clear.c | 591 const VkClearDepthStencilValue *depth_stencil, in vk_meta_clear_depth_stencil_image()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | clears.adoc | 133 * 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/ |
D | VkSubDecoder.cpp | 809 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()
|
D | VkDecoderSnapshot.h | 521 const VkClearDepthStencilValue* pDepthStencil,
|
D | VkDecoderSnapshot.cpp | 1364 const VkClearDepthStencilValue* pDepthStencil, in vkCmdClearDepthStencilImage() 4932 const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, in vkCmdClearDepthStencilImage()
|
D | VkDecoder.cpp | 7805 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/ |
D | goldfish_vk_deepcopy_guest.h | 411 const VkClearDepthStencilValue* from, 412 VkClearDepthStencilValue* to);
|
D | goldfish_vk_transform_guest.h | 655 VkClearDepthStencilValue* toTransform); 658 VkClearDepthStencilValue* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 792 const VkClearDepthStencilValue* forMarshaling); 795 VkClearDepthStencilValue* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 2192 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()
|
D | VkEncoder.h | 358 const VkClearDepthStencilValue* pDepthStencil,
|
D | goldfish_vk_counting_guest.h | 372 const VkClearDepthStencilValue* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 433 const VkClearDepthStencilValue* forMarshaling,
|
D | goldfish_vk_deepcopy_guest.cpp | 2097 const VkClearDepthStencilValue* from, in deepcopy_VkClearDepthStencilValue() 2098 VkClearDepthStencilValue* to) { in deepcopy_VkClearDepthStencilValue() 2111 (VkClearDepthStencilValue*)(&to->depthStencil)); in deepcopy_VkClearValue()
|
D | VkEncoder.cpp | 14297 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/ |
D | goldfish_vk_deepcopy.h | 404 const VkClearDepthStencilValue* from, 405 VkClearDepthStencilValue* to);
|
D | goldfish_vk_transform.h | 663 VkClearDepthStencilValue* toTransform); 666 VkClearDepthStencilValue* toTransform);
|
D | goldfish_vk_marshaling.h | 776 const VkClearDepthStencilValue* forMarshaling); 779 VkClearDepthStencilValue* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 2197 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()
|
D | goldfish_vk_reserved_marshaling.h | 408 VkClearDepthStencilValue* forUnmarshaling,
|
D | goldfish_vk_deepcopy.cpp | 2097 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/ |
D | vulkan_core.h | 3893 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/ |
D | vulkansc_static_assertions.hpp | 467 …zeof( VULKAN_HPP_NAMESPACE::ClearDepthStencilValue ) == sizeof( VkClearDepthStencilValue ), "struc…
|