Searched refs:GetEnableDepthBias (Results 1 – 4 of 4) sorted by relevance
118 bool GetEnableDepthBias() const { return enable_depth_bias_; } in GetEnableDepthBias() function
634 rasterization_info.depthBiasEnable = pipeline_data->GetEnableDepthBias(); in CreateVkGraphicsPipeline()
1052 rasterizationState.depthBias = pipeline_data->GetEnableDepthBias(); in CreateRenderPipelineDescriptor()
1622 EXPECT_TRUE(cp.PipelineDataForTesting()->GetEnableDepthBias()); in TEST_F()1633 EXPECT_FALSE(cp.PipelineDataForTesting()->GetEnableDepthBias()); in TEST_F()