Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c4123 radv_consider_force_vrs(const struct radv_pipeline *pipeline, bool noop_fs, in radv_consider_force_vrs() argument
4142 if (noop_fs) in radv_consider_force_vrs()
4583 const char *noop_fs_entrypoint = "noop_fs"; in radv_create_shaders()
4597 bool noop_fs = false; in radv_create_shaders() local
4658 nir_builder fs_b = radv_meta_init_shader(device, MESA_SHADER_FRAGMENT, "noop_fs"); in radv_create_shaders()
4669 noop_fs = true; in radv_create_shaders()
4684 if (radv_consider_force_vrs(pipeline, noop_fs, stages, *last_vgt_api_stage)) { in radv_create_shaders()

Completed in 11 milliseconds