Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_blend.h67 void nir_lower_blend(nir_shader *shader,
H A Dnir_lower_blend.c37 #include "nir_lower_blend.h"
494 nir_lower_blend(nir_shader *shader, const nir_lower_blend_options *options) in nir_lower_blend() function
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c36 #include "nir_lower_blend.h"
163 NIR_PASS_V(nir, nir_lower_blend, &options); in panvk_lower_blend()
351 /* We have to run nir_lower_blend() after we've gotten rid of copies (it in shader_create()
355 /* This is required for nir_lower_blend */ in shader_create()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.c37 #include "compiler/nir/nir_lower_blend.h"
698 NIR_PASS_V(b.shader, nir_lower_blend, &options); in pan_blend_create_shader()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c943 NIR_PASS_V(nir, nir_lower_blend, &opts); in agx_update_shader()

Completed in 6 milliseconds