Searched refs:VkPipelineDepthStencilStateCreateInfo (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_pipeline.c148 const VkPipelineDepthStencilStateCreateInfo *ds_info,
302 const VkPipelineDepthStencilStateCreateInfo *ds_info)
344 const VkPipelineDepthStencilStateCreateInfo *ds_info,
H A Dv3dvx_private.h295 const VkPipelineDepthStencilStateCreateInfo *ds_info,
H A Dv3dv_meta_clear.c472 const VkPipelineDepthStencilStateCreateInfo *ds_state,
611 const VkPipelineDepthStencilStateCreateInfo ds_state = {
673 const VkPipelineDepthStencilStateCreateInfo ds_state = {
H A Dv3dv_meta_copy.c1581 const VkPipelineDepthStencilStateCreateInfo *ds_state,
1823 VkPipelineDepthStencilStateCreateInfo ds_state = {
3345 const VkPipelineDepthStencilStateCreateInfo *ds_state,
3513 VkPipelineDepthStencilStateCreateInfo ds_state = {
H A Dv3dv_pipeline.c2690 const VkPipelineDepthStencilStateCreateInfo *pDepthStencilState,
2817 const VkPipelineDepthStencilStateCreateInfo *ds_info)
2962 const VkPipelineDepthStencilStateCreateInfo *ds_info =
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1161 const VkPipelineDepthStencilStateCreateInfo *ds_info)
1182 const VkPipelineDepthStencilStateCreateInfo *ds_info)
1626 * VkPipelineDepthStencilStateCreateInfo structure, and is ignored if
1633 static const VkPipelineDepthStencilStateCreateInfo dummy_ds_info;
1634 const VkPipelineDepthStencilStateCreateInfo *ds_info =
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c183 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) {
H A Dradv_meta_blit.c864 VkPipelineDepthStencilStateCreateInfo depth_info = {
871 VkPipelineDepthStencilStateCreateInfo stencil_info = {
H A Dradv_meta_blit2d.c1029 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) {
1199 .pDepthStencilState = &(VkPipelineDepthStencilStateCreateInfo) {
H A Dradv_pipeline.c899 radv_is_depth_write_enabled(const VkPipelineDepthStencilStateCreateInfo *pCreateInfo)
916 radv_is_stencil_write_enabled(const VkPipelineDepthStencilStateCreateInfo *pCreateInfo)
924 radv_is_ds_write_enabled(const VkPipelineDepthStencilStateCreateInfo *pCreateInfo)
982 const VkPipelineDepthStencilStateCreateInfo *vkds =
2713 const VkPipelineDepthStencilStateCreateInfo *vkds = pCreateInfo->pDepthStencilState;
H A Dradv_meta_clear.c101 const VkPipelineDepthStencilStateCreateInfo *ds_state,
269 const VkPipelineDepthStencilStateCreateInfo ds_state = {
584 const VkPipelineDepthStencilStateCreateInfo ds_state = {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_pipeline.c171 VkPipelineDepthStencilStateCreateInfo depth_stencil_state = {0};
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline.h828 /* struct VkPipelineDepthStencilStateCreateInfo chain */
838 vn_sizeof_VkPipelineDepthStencilStateCreateInfo_self(const VkPipelineDepthStencilStateCreateInfo *val)
856 vn_sizeof_VkPipelineDepthStencilStateCreateInfo(const VkPipelineDepthStencilStateCreateInfo *val)
875 vn_encode_VkPipelineDepthStencilStateCreateInfo_self(struct vn_cs_encoder *enc, const VkPipelineDepthStencilStateCreateInfo *val)
891 vn_encode_VkPipelineDepthStencilStateCreateInfo(struct vn_cs_encoder *enc, const VkPipelineDepthStencilStateCreateInfo *val)
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_pipeline.c752 sanitize_ds_state(VkPipelineDepthStencilStateCreateInfo *state,
818 const VkPipelineDepthStencilStateCreateInfo *pCreateInfo,
849 VkPipelineDepthStencilStateCreateInfo info = *pCreateInfo;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_pipeline.c1022 sanitize_ds_state(VkPipelineDepthStencilStateCreateInfo *state,
1088 const VkPipelineDepthStencilStateCreateInfo *pCreateInfo,
1121 VkPipelineDepthStencilStateCreateInfo info = *pCreateInfo;
2526 const VkPipelineDepthStencilStateCreateInfo *ds_info =
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_blit.c798 VkPipelineDepthStencilStateCreateInfo depth_info = {
805 VkPipelineDepthStencilStateCreateInfo stencil_info = {
H A Dradv_meta_blit2d.c1014 &(VkPipelineDepthStencilStateCreateInfo){
1206 &(VkPipelineDepthStencilStateCreateInfo){
H A Dradv_meta_clear.c80 const VkPipelineDepthStencilStateCreateInfo *ds_state,
270 const VkPipelineDepthStencilStateCreateInfo ds_state = {
604 const VkPipelineDepthStencilStateCreateInfo ds_state = {
H A Dradv_meta_decompress.c326 &(VkPipelineDepthStencilStateCreateInfo){
H A Dradv_pipeline.c119 static const VkPipelineDepthStencilStateCreateInfo *
839 radv_is_depth_write_enabled(const VkPipelineDepthStencilStateCreateInfo *pCreateInfo)
854 radv_is_stencil_write_enabled(const VkPipelineDepthStencilStateCreateInfo *pCreateInfo)
861 radv_is_ds_write_enabled(const VkPipelineDepthStencilStateCreateInfo *pCreateInfo)
918 const VkPipelineDepthStencilStateCreateInfo *vkds =
1793 const VkPipelineDepthStencilStateCreateInfo *ds_info =
4233 const VkPipelineDepthStencilStateCreateInfo *vkds =
H A Dradv_meta_resolve_fs.c548 VkPipelineDepthStencilStateCreateInfo depth_stencil_state = {
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp717 VkPipelineDepthStencilStateCreateInfo ds_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c373 VkPipelineDepthStencilStateCreateInfo,
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1299 VkPipelineDepthStencilStateCreateInfo depth_info = {};
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h2475 typedef struct VkPipelineDepthStencilStateCreateInfo { struct
2488 } VkPipelineDepthStencilStateCreateInfo; typedef in typeref:struct:VkPipelineDepthStencilStateCreateInfo
2532 const VkPipelineDepthStencilStateCreateInfo* pDepthStencilState;

Completed in 113 milliseconds

12