HomeSort by: relevance | last modified time | path
    Searched defs:lower_impl (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_point_size_mov.c 35 lower_impl(nir_function_impl *impl, function
79 lower_impl(nir_shader_get_entrypoint(shader), pointsize_state_tokens,
nir_lower_passthrough_edgeflags.c 28 lower_impl(nir_function_impl *impl) function
103 lower_impl(nir_shader_get_entrypoint(shader));
nir_lower_clamp_color_outputs.c 112 lower_impl(lower_state *state, nir_function_impl *impl) function
136 progress |= lower_impl(&state, function->impl);
nir_lower_samplers.c 143 lower_impl(nir_function_impl *impl) function
174 progress |= lower_impl(function->impl);
nir_lower_bit_size.c 230 lower_impl(nir_function_impl *impl, function
288 progress |= lower_impl(function->impl, callback, callback_data);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_passthrough_edgeflags.c 28 lower_impl(nir_function_impl *impl) function
55 lower_impl(nir_shader_get_entrypoint(shader));
nir_lower_clamp_color_outputs.c 111 lower_impl(lower_state *state, nir_function_impl *impl) function
135 progress |= lower_impl(&state, function->impl);
nir_lower_bit_size.c 78 lower_impl(nir_function_impl *impl, function
122 progress |= lower_impl(function->impl, callback, callback_data);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
gl_nir_lower_bindless_images.c 40 lower_impl(nir_builder *b, nir_instr *instr) { function
92 progress |= lower_impl(&b, instr);
gl_nir_lower_samplers.c 131 lower_impl(nir_function_impl *impl) function
161 progress |= lower_impl(function->impl);
gl_nir_lower_samplers_as_deref.c 299 lower_impl(nir_function_impl *impl, struct lower_samplers_as_deref_state *state) function
334 progress |= lower_impl(function->impl, &state);
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
gl_nir_lower_images.c 54 lower_impl(nir_builder *b, nir_instr *instr, bool bindless_only) function
122 impl_progress |= lower_impl(&b, instr, bindless_only);
gl_nir_lower_samplers_as_deref.c 323 lower_impl(nir_function_impl *impl, struct lower_samplers_as_deref_state *state) function
362 progress |= lower_impl(function->impl, &state);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_nir_lower_conversions.c 129 lower_impl(nir_function_impl *impl) function
165 progress |= lower_impl(function->impl);
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_pipeline.c 916 lower_impl(nir_function_impl *impl, function
956 progress |= lower_impl(function->impl, shader, pipeline, layout);

Completed in 17 milliseconds