Home
last modified time | relevance | path

Searched refs:lower_impl (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_point_size_mov.c35 lower_impl(nir_function_impl *impl, in lower_impl() function
79 lower_impl(nir_shader_get_entrypoint(shader), pointsize_state_tokens, in nir_lower_point_size_mov()
Dnir_lower_passthrough_edgeflags.c28 lower_impl(nir_function_impl *impl) in lower_impl() function
103 lower_impl(nir_shader_get_entrypoint(shader)); in nir_lower_passthrough_edgeflags()
Dnir_lower_clamp_color_outputs.c112 lower_impl(lower_state *state, nir_function_impl *impl) in lower_impl() function
136 progress |= lower_impl(&state, function->impl); in nir_lower_clamp_color_outputs()
Dnir_lower_samplers.c143 lower_impl(nir_function_impl *impl) in lower_impl() function
174 progress |= lower_impl(function->impl); in nir_lower_samplers()
Dnir_lower_bit_size.c230 lower_impl(nir_function_impl *impl, in lower_impl() function
288 progress |= lower_impl(function->impl, callback, callback_data); in nir_lower_bit_size()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_images.c54 lower_impl(nir_builder *b, nir_instr *instr, bool bindless_only) in lower_impl() function
122 impl_progress |= lower_impl(&b, instr, bindless_only); in gl_nir_lower_images()
Dgl_nir_lower_samplers_as_deref.c323 lower_impl(nir_function_impl *impl, struct lower_samplers_as_deref_state *state) in lower_impl() function
362 progress |= lower_impl(function->impl, &state); in gl_nir_lower_samplers_as_deref()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c916 lower_impl(nir_function_impl *impl, in lower_impl() function
956 progress |= lower_impl(function->impl, shader, pipeline, layout); in lower_pipeline_layout_info()