Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dgen_vulkan.go2536 …bool rasterization_enabled = host_rasterization_state->rasterizerDiscardEnable == BERBERIS_VK_FALS…
2550 ….pViewportState = rasterization_enabled ? GuestType<const struct VkPipelineViewportStateCreateInfo…
2552 ….pMultisampleState = rasterization_enabled ? GuestType<const struct VkPipelineMultisampleStateCrea…
2553 ….pDepthStencilState = rasterization_enabled ? GuestType<const struct VkPipelineDepthStencilStateCr…
2554 ….pColorBlendState = rasterization_enabled ? GuestType<const struct VkPipelineColorBlendStateCreate…
2655 …bool rasterization_enabled = ToHostAddr<GuestType<VkPipelineRasterizationStateCreateInfo>>(ToGuest…
2669 ….pViewportState = rasterization_enabled ? ToHostType(pipeline_info.pViewportState, holder.pViewpor…
2671 ….pMultisampleState = rasterization_enabled ? ToHostType(pipeline_info.pMultisampleState, holder.pM…
2673 ….pDepthStencilState = rasterization_enabled ? ToHostType(pipeline_info.pDepthStencilState, holder.…
2674 ….pColorBlendState = rasterization_enabled ? ToHostType(pipeline_info.pColorBlendState, holder.pCol…
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1102 if (!pipeline->rasterization_enabled) in enable_line_smooth()
1204 p_stage->pipeline->rasterization_enabled ? in pipeline_populate_v3d_fs_key()
1215 p_stage->pipeline->rasterization_enabled ? pCreateInfo->pMultisampleState : NULL; in pipeline_populate_v3d_fs_key()
1987 pipeline->rasterization_enabled ? pCreateInfo->pColorBlendState : NULL; in pipeline_populate_graphics_key()
1997 pipeline->rasterization_enabled ? pCreateInfo->pMultisampleState : NULL; in pipeline_populate_graphics_key()
2915 pipeline->rasterization_enabled = raster_enabled; in pipeline_init()
H A Dv3dv_private.h2268 bool rasterization_enabled; member