Home
last modified time | relevance | path

Searched refs:VkPipelineDepthStencilStateCreateInfo (Results 1 – 25 of 33) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfragops.adoc143 slink:VkPipelineDepthStencilStateCreateInfo::pname:front.compareOp of
147 slink:VkPipelineDepthStencilStateCreateInfo::pname:front.compareOp of
154 slink:VkPipelineDepthStencilStateCreateInfo::pname:back.compareOp of
158 slink:VkPipelineDepthStencilStateCreateInfo::pname:back.compareOp of
164 slink:VkPipelineDepthStencilStateCreateInfo::pname:front.reference or
165 slink:VkPipelineDepthStencilStateCreateInfo::pname:back.reference.
184 slink:VkPipelineDepthStencilStateCreateInfo::pname:depthCompareOp of
188 slink:VkPipelineDepthStencilStateCreateInfo::pname:depthCompareOp of
1219 sname:VkPipelineDepthStencilStateCreateInfo structure.
1221 [open,refpage='VkPipelineDepthStencilStateCreateInfo',desc='Structure specifying parameters of a ne…
[all …]
Dpipelines.adoc1424 slink:VkPipelineDepthStencilStateCreateInfo structure defining
1619 * slink:VkPipelineDepthStencilStateCreateInfo
2107 slink:VkPipelineDepthStencilStateCreateInfo structure
2123 slink:VkPipelineDepthStencilStateCreateInfo structure
2126 a valid slink:VkPipelineDepthStencilStateCreateInfo structure
3153 pointer to a valid slink:VkPipelineDepthStencilStateCreateInfo structure
3173 slink:VkPipelineDepthStencilStateCreateInfo structure
3176 a valid slink:VkPipelineDepthStencilStateCreateInfo structure
3185 valid pointer to a valid slink:VkPipelineDepthStencilStateCreateInfo
3203 slink:VkPipelineDepthStencilStateCreateInfo structure
[all …]
Dsamplers.adoc665 slink:VkPipelineDepthStencilStateCreateInfo::pname:depthCompareOp.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_depth_range_unrestricted.adoc21 slink:VkPipelineDepthStencilStateCreateInfo pname:minDepthBounds and
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta.c414 static const VkPipelineDepthStencilStateCreateInfo default_ds_info = {
Dvk_meta_clear.c148 VkPipelineDepthStencilStateCreateInfo ds_info = { in get_clear_pipeline()
Dvk_meta_blit_resolve.c403 VkPipelineDepthStencilStateCreateInfo ds_info = { in get_blit_pipeline()
Dvk_graphics_state.c809 const VkPipelineDepthStencilStateCreateInfo *ds_info) in vk_depth_stencil_state_init()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_graphics_pipeline_library.adoc277 * link:{refpage}VkPipelineDepthStencilStateCreateInfo.html[VkPipelineDepthStencilStateCreateInfo]
685 ### RESOLVED: Should `VkPipelineDepthStencilStateCreateInfo` be part of the fragment shader state o…
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h299 Allocator* alloc, VkStructureType rootType, const VkPipelineDepthStencilStateCreateInfo* from,
300 VkPipelineDepthStencilStateCreateInfo* to);
Dgoldfish_vk_transform_guest.h471 ResourceTracker* resourceTracker, VkPipelineDepthStencilStateCreateInfo* toTransform);
474 ResourceTracker* resourceTracker, VkPipelineDepthStencilStateCreateInfo* toTransform);
Dgoldfish_vk_marshaling_guest.h570 const VkPipelineDepthStencilStateCreateInfo* forMarshaling);
574 VkPipelineDepthStencilStateCreateInfo* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp1396 ResourceTracker* resourceTracker, VkPipelineDepthStencilStateCreateInfo* toTransform) { in transform_tohost_VkPipelineDepthStencilStateCreateInfo()
1407 ResourceTracker* resourceTracker, VkPipelineDepthStencilStateCreateInfo* toTransform) { in transform_fromhost_VkPipelineDepthStencilStateCreateInfo()
1530 (VkPipelineDepthStencilStateCreateInfo*)(toTransform->pDepthStencilState)); in transform_tohost_VkGraphicsPipelineCreateInfo()
1589 (VkPipelineDepthStencilStateCreateInfo*)(toTransform->pDepthStencilState)); in transform_fromhost_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_counting_guest.h274 const VkPipelineDepthStencilStateCreateInfo* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h314 const VkPipelineDepthStencilStateCreateInfo* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp1331 Allocator* alloc, VkStructureType rootType, const VkPipelineDepthStencilStateCreateInfo* from, in deepcopy_VkPipelineDepthStencilStateCreateInfo()
1332 VkPipelineDepthStencilStateCreateInfo* to) { in deepcopy_VkPipelineDepthStencilStateCreateInfo()
1508 to->pDepthStencilState = (VkPipelineDepthStencilStateCreateInfo*)alloc->alloc( in deepcopy_VkGraphicsPipelineCreateInfo()
1509 sizeof(const VkPipelineDepthStencilStateCreateInfo)); in deepcopy_VkGraphicsPipelineCreateInfo()
1512 (VkPipelineDepthStencilStateCreateInfo*)(to->pDepthStencilState)); in deepcopy_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp2654 const VkPipelineDepthStencilStateCreateInfo* forMarshaling) { in marshal_VkPipelineDepthStencilStateCreateInfo()
2676 VkPipelineDepthStencilStateCreateInfo* forUnmarshaling) { in unmarshal_VkPipelineDepthStencilStateCreateInfo()
2920 (const VkPipelineDepthStencilStateCreateInfo*)(forMarshaling->pDepthStencilState)); in marshal_VkGraphicsPipelineCreateInfo()
3071 const VkPipelineDepthStencilStateCreateInfo* check_pDepthStencilState; in unmarshal_VkGraphicsPipelineCreateInfo()
3073 (const VkPipelineDepthStencilStateCreateInfo*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkGraphicsPipelineCreateInfo()
3083 (VkPipelineDepthStencilStateCreateInfo*)(forUnmarshaling->pDepthStencilState)); in unmarshal_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_counting_guest.cpp1469 const VkPipelineDepthStencilStateCreateInfo* toCount, size_t* count) { in count_VkPipelineDepthStencilStateCreateInfo()
1660 (const VkPipelineDepthStencilStateCreateInfo*)(toCount->pDepthStencilState), count); in count_VkGraphicsPipelineCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h292 Allocator* alloc, VkStructureType rootType, const VkPipelineDepthStencilStateCreateInfo* from,
293 VkPipelineDepthStencilStateCreateInfo* to);
Dgoldfish_vk_transform.h477 VkDecoderGlobalState* resourceTracker, VkPipelineDepthStencilStateCreateInfo* toTransform);
480 VkDecoderGlobalState* resourceTracker, VkPipelineDepthStencilStateCreateInfo* toTransform);
Dgoldfish_vk_marshaling.h556 const VkPipelineDepthStencilStateCreateInfo* forMarshaling);
560 VkPipelineDepthStencilStateCreateInfo* forUnmarshaling);
Dgoldfish_vk_transform.cpp1399 VkDecoderGlobalState* resourceTracker, VkPipelineDepthStencilStateCreateInfo* toTransform) { in transform_tohost_VkPipelineDepthStencilStateCreateInfo()
1410 VkDecoderGlobalState* resourceTracker, VkPipelineDepthStencilStateCreateInfo* toTransform) { in transform_fromhost_VkPipelineDepthStencilStateCreateInfo()
1533 (VkPipelineDepthStencilStateCreateInfo*)(toTransform->pDepthStencilState)); in transform_tohost_VkGraphicsPipelineCreateInfo()
1592 (VkPipelineDepthStencilStateCreateInfo*)(toTransform->pDepthStencilState)); in transform_fromhost_VkGraphicsPipelineCreateInfo()
Dgoldfish_vk_reserved_marshaling.h295 VkPipelineDepthStencilStateCreateInfo* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp1331 Allocator* alloc, VkStructureType rootType, const VkPipelineDepthStencilStateCreateInfo* from, in deepcopy_VkPipelineDepthStencilStateCreateInfo()
1332 VkPipelineDepthStencilStateCreateInfo* to) { in deepcopy_VkPipelineDepthStencilStateCreateInfo()
1508 to->pDepthStencilState = (VkPipelineDepthStencilStateCreateInfo*)alloc->alloc( in deepcopy_VkGraphicsPipelineCreateInfo()
1509 sizeof(const VkPipelineDepthStencilStateCreateInfo)); in deepcopy_VkGraphicsPipelineCreateInfo()
1512 (VkPipelineDepthStencilStateCreateInfo*)(to->pDepthStencilState)); in deepcopy_VkGraphicsPipelineCreateInfo()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1587 VkPipelineDepthStencilStateCreateInfo depth_info = {}; in setup_swapchain_data_pipeline()

12