Home
last modified time | relevance | path

Searched refs:pDepthStencilState (Results 1 – 22 of 22) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta.c462 if (info_local.pDepthStencilState == NULL) in vk_meta_create_graphics_pipeline()
463 info_local.pDepthStencilState = &default_ds_info; in vk_meta_create_graphics_pipeline()
Dvk_meta_clear.c175 .pDepthStencilState = &ds_info, in get_clear_pipeline()
Dvk_meta_blit_resolve.c443 .pDepthStencilState = &ds_info, in get_blit_pipeline()
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp282 .pDepthStencilState = &pipelineDepthStencilStateCreateInfo, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dpipelines.adoc1423 * 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/
DCompositorVk.cpp390 .pDepthStencilState = nullptr, in setUpGraphicsPipeline()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp273 .pDepthStencilState = &pipelineDepthStencilStateCreateInfo, in createPipeline()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp1527 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()
Dgoldfish_vk_deepcopy_guest.cpp1506 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()
Dgoldfish_vk_marshaling_guest.cpp2914 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()
Dgoldfish_vk_counting_guest.cpp1656 if (toCount->pDepthStencilState) { in count_VkGraphicsPipelineCreateInfo()
1660 (const VkPipelineDepthStencilStateCreateInfo*)(toCount->pDepthStencilState), count); in count_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2244 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()
DResourceTracker.cpp7187 graphicsPipelineCreateInfo.pDepthStencilState = nullptr; in on_vkCreateGraphicsPipelines()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp1530 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()
Dgoldfish_vk_deepcopy.cpp1506 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()
Dgoldfish_vk_marshaling.cpp3321 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()
Dgoldfish_vk_reserved_marshaling.cpp2592 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/
Doverlay.cpp1611 info.pDepthStencilState = &depth_info; in setup_swapchain_data_pipeline()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2896 VULKAN_HPP_HASH_COMBINE( seed, graphicsPipelineCreateInfo.pDepthStencilState ); in operator ()()
Dvulkan_hash.hpp4959 VULKAN_HPP_HASH_COMBINE( seed, graphicsPipelineCreateInfo.pDepthStencilState ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3646 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc10068 pname:pDepthStencilState or pname:pRasterizationState as appropriate in