Home
last modified time | relevance | path

Searched refs:rast_info (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1766 tu6_gras_su_cntl(const VkPipelineRasterizationStateCreateInfo *rast_info, in tu6_gras_su_cntl() argument
1772 if (rast_info->cullMode & VK_CULL_MODE_FRONT_BIT) in tu6_gras_su_cntl()
1774 if (rast_info->cullMode & VK_CULL_MODE_BACK_BIT) in tu6_gras_su_cntl()
1777 if (rast_info->frontFace == VK_FRONT_FACE_CLOCKWISE) in tu6_gras_su_cntl()
1781 A6XX_GRAS_SU_CNTL_LINEHALFWIDTH(rast_info->lineWidth / 2.0f); in tu6_gras_su_cntl()
1783 if (rast_info->depthBiasEnable) in tu6_gras_su_cntl()
2392 const VkPipelineRasterizationStateCreateInfo *rast_info = in tu_pipeline_builder_parse_rasterization() local
2395 enum a6xx_polygon_mode mode = tu6_polygon_mode(rast_info->polygonMode); in tu_pipeline_builder_parse_rasterization()
2397 bool depth_clip_disable = rast_info->depthClampEnable; in tu_pipeline_builder_parse_rasterization()
2400 vk_find_struct_const(rast_info, PIPELINE_RASTERIZATION_DEPTH_CLIP_STATE_CREATE_INFO_EXT); in tu_pipeline_builder_parse_rasterization()
[all …]