Lines Matching refs:ds_info
146 const VkPipelineDepthStencilStateCreateInfo *ds_info,
216 if (ds_info && ds_info->depthTestEnable && has_ds_attachment) {
217 config.z_updates_enable = ds_info->depthWriteEnable;
218 config.depth_test_function = ds_info->depthCompareOp;
228 ds_info ? ds_info->stencilTestEnable && has_ds_attachment: false;
308 const VkPipelineDepthStencilStateCreateInfo *ds_info)
312 if (!ds_info || !ds_info->stencilTestEnable)
328 memcmp(&ds_info->front, &ds_info->back, sizeof(ds_info->front)))
337 true, true, &ds_info->front);
341 true, false, &ds_info->front);
343 false, true, &ds_info->back);
350 const VkPipelineDepthStencilStateCreateInfo *ds_info,
357 pack_cfg_bits(pipeline, ds_info, rs_info, pv_info, ls_info, ms_info);
358 pack_stencil_cfg(pipeline, ds_info);