Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c2081 tu6_gras_su_cntl(const VkPipelineRasterizationStateCreateInfo *rast_info, in tu6_gras_su_cntl() argument
2087 if (rast_info->cullMode & VK_CULL_MODE_FRONT_BIT) in tu6_gras_su_cntl()
2089 if (rast_info->cullMode & VK_CULL_MODE_BACK_BIT) in tu6_gras_su_cntl()
2092 if (rast_info->frontFace == VK_FRONT_FACE_CLOCKWISE) in tu6_gras_su_cntl()
2096 A6XX_GRAS_SU_CNTL_LINEHALFWIDTH(rast_info->lineWidth / 2.0f); in tu6_gras_su_cntl()
2098 if (rast_info->depthBiasEnable) in tu6_gras_su_cntl()
3363 const VkPipelineRasterizationStateCreateInfo *rast_info = in tu_pipeline_builder_parse_rasterization() local
3366 enum a6xx_polygon_mode mode = tu6_polygon_mode(rast_info->polygonMode); in tu_pipeline_builder_parse_rasterization()
3368 builder->depth_clip_disable = rast_info->depthClampEnable; in tu_pipeline_builder_parse_rasterization()
3371 vk_find_struct_const(rast_info, PIPELINE_RASTERIZATION_DEPTH_CLIP_STATE_CREATE_INFO_EX in tu_pipeline_builder_parse_rasterization()
[all...]

Completed in 6 milliseconds