/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta.c | 462 if (info_local.pDepthStencilState == NULL) in vk_meta_create_graphics_pipeline() 463 info_local.pDepthStencilState = &default_ds_info; in vk_meta_create_graphics_pipeline()
|
D | vk_meta_clear.c | 175 .pDepthStencilState = &ds_info, in get_clear_pipeline()
|
D | vk_meta_blit_resolve.c | 443 .pDepthStencilState = &ds_info, in get_blit_pipeline()
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 282 .pDepthStencilState = &pipelineDepthStencilStateCreateInfo, in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | pipelines.adoc | 1423 * pname:pDepthStencilState is a pointer to a 2106 pname:pDepthStencilState must: be a valid pointer to a valid 2122 pname:pDepthStencilState must: be a valid pointer to a valid 2124 * [[VUID-VkGraphicsPipelineCreateInfo-pDepthStencilState-09029]] 2125 If pname:pDepthStencilState is not `NULL` it must: be a valid pointer to 2164 and the pname:depthBoundsTestEnable member of pname:pDepthStencilState 2166 members of pname:pDepthStencilState must: be between `0.0` and `1.0`, 2176 member of pname:pDepthStencilState is ename:VK_TRUE, the 2178 pname:pDepthStencilState must: be between `0.0` and `1.0`, inclusive 3152 not ename:VK_FORMAT_UNDEFINED, pname:pDepthStencilState must: be a valid [all …]
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 390 .pDepthStencilState = nullptr, in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 273 .pDepthStencilState = &pipelineDepthStencilStateCreateInfo, in createPipeline()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 1527 if (toTransform->pDepthStencilState) { in transform_tohost_VkGraphicsPipelineCreateInfo() 1530 (VkPipelineDepthStencilStateCreateInfo*)(toTransform->pDepthStencilState)); in transform_tohost_VkGraphicsPipelineCreateInfo() 1586 if (toTransform->pDepthStencilState) { in transform_fromhost_VkGraphicsPipelineCreateInfo() 1589 (VkPipelineDepthStencilStateCreateInfo*)(toTransform->pDepthStencilState)); in transform_fromhost_VkGraphicsPipelineCreateInfo()
|
D | goldfish_vk_deepcopy_guest.cpp | 1506 to->pDepthStencilState = nullptr; in deepcopy_VkGraphicsPipelineCreateInfo() 1507 if (from->pDepthStencilState) { in deepcopy_VkGraphicsPipelineCreateInfo() 1508 to->pDepthStencilState = (VkPipelineDepthStencilStateCreateInfo*)alloc->alloc( in deepcopy_VkGraphicsPipelineCreateInfo() 1511 alloc, rootType, from->pDepthStencilState, in deepcopy_VkGraphicsPipelineCreateInfo() 1512 (VkPipelineDepthStencilStateCreateInfo*)(to->pDepthStencilState)); in deepcopy_VkGraphicsPipelineCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 2914 uint64_t cgen_var_3 = (uint64_t)(uintptr_t)forMarshaling->pDepthStencilState; in marshal_VkGraphicsPipelineCreateInfo() 2916 if (forMarshaling->pDepthStencilState) { in marshal_VkGraphicsPipelineCreateInfo() 2920 (const VkPipelineDepthStencilStateCreateInfo*)(forMarshaling->pDepthStencilState)); in marshal_VkGraphicsPipelineCreateInfo() 3074 if (forUnmarshaling->pDepthStencilState) { in unmarshal_VkGraphicsPipelineCreateInfo() 3083 (VkPipelineDepthStencilStateCreateInfo*)(forUnmarshaling->pDepthStencilState)); in unmarshal_VkGraphicsPipelineCreateInfo() 3085 forUnmarshaling->pDepthStencilState = 0; in unmarshal_VkGraphicsPipelineCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 1656 if (toCount->pDepthStencilState) { in count_VkGraphicsPipelineCreateInfo() 1660 (const VkPipelineDepthStencilStateCreateInfo*)(toCount->pDepthStencilState), count); in count_VkGraphicsPipelineCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2244 uint64_t cgen_var_3 = (uint64_t)(uintptr_t)forMarshaling->pDepthStencilState; in reservedmarshal_VkGraphicsPipelineCreateInfo() 2248 if (forMarshaling->pDepthStencilState) { in reservedmarshal_VkGraphicsPipelineCreateInfo() 2252 (const VkPipelineDepthStencilStateCreateInfo*)(forMarshaling->pDepthStencilState), in reservedmarshal_VkGraphicsPipelineCreateInfo()
|
D | ResourceTracker.cpp | 7187 graphicsPipelineCreateInfo.pDepthStencilState = nullptr; in on_vkCreateGraphicsPipelines()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 1530 if (toTransform->pDepthStencilState) { in transform_tohost_VkGraphicsPipelineCreateInfo() 1533 (VkPipelineDepthStencilStateCreateInfo*)(toTransform->pDepthStencilState)); in transform_tohost_VkGraphicsPipelineCreateInfo() 1589 if (toTransform->pDepthStencilState) { in transform_fromhost_VkGraphicsPipelineCreateInfo() 1592 (VkPipelineDepthStencilStateCreateInfo*)(toTransform->pDepthStencilState)); in transform_fromhost_VkGraphicsPipelineCreateInfo()
|
D | goldfish_vk_deepcopy.cpp | 1506 to->pDepthStencilState = nullptr; in deepcopy_VkGraphicsPipelineCreateInfo() 1507 if (from->pDepthStencilState) { in deepcopy_VkGraphicsPipelineCreateInfo() 1508 to->pDepthStencilState = (VkPipelineDepthStencilStateCreateInfo*)alloc->alloc( in deepcopy_VkGraphicsPipelineCreateInfo() 1511 alloc, rootType, from->pDepthStencilState, in deepcopy_VkGraphicsPipelineCreateInfo() 1512 (VkPipelineDepthStencilStateCreateInfo*)(to->pDepthStencilState)); in deepcopy_VkGraphicsPipelineCreateInfo()
|
D | goldfish_vk_marshaling.cpp | 3321 uint64_t cgen_var_3 = (uint64_t)(uintptr_t)forMarshaling->pDepthStencilState; in marshal_VkGraphicsPipelineCreateInfo() 3323 if (forMarshaling->pDepthStencilState) { in marshal_VkGraphicsPipelineCreateInfo() 3327 (const VkPipelineDepthStencilStateCreateInfo*)(forMarshaling->pDepthStencilState)); in marshal_VkGraphicsPipelineCreateInfo() 3485 forUnmarshaling->pDepthStencilState = in unmarshal_VkGraphicsPipelineCreateInfo() 3487 if (forUnmarshaling->pDepthStencilState) { in unmarshal_VkGraphicsPipelineCreateInfo() 3489 vkStream->alloc((void**)&forUnmarshaling->pDepthStencilState, in unmarshal_VkGraphicsPipelineCreateInfo() 3493 (VkPipelineDepthStencilStateCreateInfo*)(forUnmarshaling->pDepthStencilState)); in unmarshal_VkGraphicsPipelineCreateInfo() 3495 forUnmarshaling->pDepthStencilState = 0; in unmarshal_VkGraphicsPipelineCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2592 memcpy((VkPipelineDepthStencilStateCreateInfo**)&forUnmarshaling->pDepthStencilState, (*ptr), in reservedunmarshal_VkGraphicsPipelineCreateInfo() 2594 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pDepthStencilState); in reservedunmarshal_VkGraphicsPipelineCreateInfo() 2596 if (forUnmarshaling->pDepthStencilState) { in reservedunmarshal_VkGraphicsPipelineCreateInfo() 2598 vkStream->alloc((void**)&forUnmarshaling->pDepthStencilState, in reservedunmarshal_VkGraphicsPipelineCreateInfo() 2602 (VkPipelineDepthStencilStateCreateInfo*)(forUnmarshaling->pDepthStencilState), ptr); in reservedunmarshal_VkGraphicsPipelineCreateInfo() 2604 forUnmarshaling->pDepthStencilState = 0; in reservedunmarshal_VkGraphicsPipelineCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1611 info.pDepthStencilState = &depth_info; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 2896 VULKAN_HPP_HASH_COMBINE( seed, graphicsPipelineCreateInfo.pDepthStencilState ); in operator ()()
|
D | vulkan_hash.hpp | 4959 VULKAN_HPP_HASH_COMBINE( seed, graphicsPipelineCreateInfo.pDepthStencilState ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3646 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 10068 pname:pDepthStencilState or pname:pRasterizationState as appropriate in
|