Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_scoped_barriers.c34 lower_impl(nir_function_impl *impl) in lower_impl() function
81 progress |= lower_impl(function->impl); in brw_nir_lower_scoped_barriers()
Dbrw_nir_lower_conversions.c129 lower_impl(nir_function_impl *impl) in lower_impl() function
167 progress |= lower_impl(function->impl); in brw_nir_lower_conversions()
/external/mesa3d/src/compiler/nir/
Dnir_lower_point_size_mov.c35 lower_impl(nir_function_impl *impl, in lower_impl() function
78 lower_impl(nir_shader_get_entrypoint(shader), pointsize_state_tokens, in nir_lower_point_size_mov()
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_passthrough_edgeflags.c28 lower_impl(nir_function_impl *impl) in lower_impl() function
107 lower_impl(nir_shader_get_entrypoint(shader)); in nir_lower_passthrough_edgeflags()
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.c188 lower_impl(nir_function_impl *impl, in lower_impl() function
238 progress |= lower_impl(function->impl, callback, callback_data); in nir_lower_bit_size()
/external/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.c319 lower_impl(nir_function_impl *impl, struct lower_samplers_as_deref_state *state) in lower_impl() function
358 progress |= lower_impl(function->impl, &state); in gl_nir_lower_samplers_as_deref()
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.c567 lower_impl(nir_function_impl *impl, struct tu_shader *shader, in lower_impl() function
655 progress |= lower_impl(function->impl, tu_shader, layout); in tu_lower_io()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c919 lower_impl(nir_function_impl *impl, in lower_impl() function
957 progress |= lower_impl(function->impl, pipeline, layout); in lower_pipeline_layout_info()