Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_graphics.h623 bool radv_needs_null_export_workaround(const struct radv_device *device, const struct radv_shader *…
H A Dradv_pipeline_graphics.c3263 radv_needs_null_export_workaround(const struct radv_device *device, const struct radv_shader *ps, in radv_needs_null_export_workaround() function
3399 …if (radv_needs_null_export_workaround(device, ps, custom_blend_mode) && !pipeline->spi_shader_col_… in radv_graphics_pipeline_init()
H A Dradv_cmd_buffer.c10798 …if (radv_needs_null_export_workaround(device, cmd_buffer->state.shaders[MESA_SHADER_FRAGMENT], 0) … in radv_emit_all_graphics_states()
10998 if (radv_needs_null_export_workaround(device, ps, 0)) in radv_bind_graphics_shaders()