Lines Matching refs:rast_info
2081 tu6_gras_su_cntl(const VkPipelineRasterizationStateCreateInfo *rast_info,
2087 if (rast_info->cullMode & VK_CULL_MODE_FRONT_BIT)
2089 if (rast_info->cullMode & VK_CULL_MODE_BACK_BIT)
2092 if (rast_info->frontFace == VK_FRONT_FACE_CLOCKWISE)
2096 A6XX_GRAS_SU_CNTL_LINEHALFWIDTH(rast_info->lineWidth / 2.0f);
2098 if (rast_info->depthBiasEnable)
3363 const VkPipelineRasterizationStateCreateInfo *rast_info =
3366 enum a6xx_polygon_mode mode = tu6_polygon_mode(rast_info->polygonMode);
3368 builder->depth_clip_disable = rast_info->depthClampEnable;
3371 vk_find_struct_const(rast_info, PIPELINE_RASTERIZATION_DEPTH_CLIP_STATE_CREATE_INFO_EXT);
3381 vk_find_struct_const(rast_info->pNext,
3401 .unk5 = rast_info->depthClampEnable,
3430 vk_find_struct_const(rast_info->pNext,
3436 if (rast_info->rasterizerDiscardEnable) {
3447 tu6_gras_su_cntl(rast_info, pipeline->line_mode, builder->multiview_mask != 0);
3453 tu6_emit_depth_bias(&cs, rast_info->depthBiasConstantFactor,
3454 rast_info->depthBiasClamp,
3455 rast_info->depthBiasSlopeFactor);
3459 vk_find_struct_const(rast_info->pNext, PIPELINE_RASTERIZATION_PROVOKING_VERTEX_STATE_CREATE_INFO_EXT);