Home
last modified time | relevance | path

Searched refs:nir_foreach_variable_with_modes (Results 1 – 25 of 68) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr300_nir.c100 nir_foreach_variable_with_modes (var, s, nir_var_mem_ubo) { in have_too_many_ubos()
151 nir_foreach_variable_with_modes(var, s, nir_var_shader_out) { in r300_optimize_nir()
156 nir_foreach_variable_with_modes(var, s, nir_var_shader_out) { in r300_optimize_nir()
/external/mesa3d/src/compiler/nir/
Dnir_lower_view_index_to_device_index.c13 nir_foreach_variable_with_modes(var, shader, nir_var_system_value) { in nir_lower_view_index_to_device_index()
Dnir_lower_sysvals_to_varyings.c40 nir_foreach_variable_with_modes(var, shader, nir_var_system_value) { in nir_lower_sysvals_to_varyings()
Dnir_opt_access.c68 nir_foreach_variable_with_modes(possible_var, state->shader, nir_var_mem_ssbo) { in gather_buffer_access()
319nir_foreach_variable_with_modes(var, shader, nir_var_uniform | nir_var_mem_ubo | nir_var_mem_ssbo … in nir_opt_access()
Dnir_lower_uniforms_to_ubo.c135 nir_foreach_variable_with_modes(var, shader, nir_var_mem_ubo) { in nir_lower_uniforms_to_ubo()
Dnir_lower_clip_cull_distance_arrays.c392 nir_foreach_variable_with_modes(var, shader, mode) { in nir_lower_clip_cull_distance_to_vec4s()
444 nir_foreach_variable_with_modes(var, nir, mode) { in combine_clip_cull()
Dnir_lower_io_to_vector.c220 nir_foreach_variable_with_modes(var, shader, mode) { in create_new_io_vars()
640 nir_foreach_variable_with_modes(var, shader, mode) { in nir_vectorize_tess_levels()
/external/mesa3d/src/gallium/drivers/panfrost/
D.clang-format69 'nir_foreach_variable_with_modes',
/external/mesa3d/src/panfrost/
D.clang-format69 'nir_foreach_variable_with_modes',
/external/mesa3d/src/gallium/winsys/panfrost/drm/
D.clang-format69 'nir_foreach_variable_with_modes',
/external/mesa3d/src/microsoft/clc/
Dclc_compiler.c61 nir_foreach_variable_with_modes(var, b->shader, var_mode) { in lower_image_deref_impl()
223 nir_foreach_variable_with_modes(var, b->shader, nir_var_uniform) { in clc_lower_input_image_deref()
422 nir_foreach_variable_with_modes(var, nir, nir_var_uniform) in add_kernel_inputs_var()
463 nir_foreach_variable_with_modes(var, nir, nir_var_mem_constant) { in clc_lower_constant_to_ssbo()
496 nir_foreach_variable_with_modes(var, nir, from) in clc_change_variable_mode()
896 nir_foreach_variable_with_modes(var, nir, nir_var_uniform) { in clc_spirv_to_dxil()
1006 nir_foreach_variable_with_modes(var, nir, nir_var_uniform) { in clc_spirv_to_dxil()
1172 nir_foreach_variable_with_modes(var, nir, nir_var_mem_ssbo) { in clc_spirv_to_dxil()
/external/mesa3d/src/mesa/state_tracker/
Dst_nir_unlower_io_to_vars.c150 nir_foreach_variable_with_modes(iter, nir, desc->mode) { in parse_intrinsic()
715 nir_foreach_variable_with_modes(var, nir, nir_var_shader_in | nir_var_shader_out) { in st_nir_unlower_io_to_vars()
751 nir_foreach_variable_with_modes(var, nir, nir_var_shader_in) { in st_nir_unlower_io_to_vars()
756 nir_foreach_variable_with_modes(var, nir, nir_var_shader_out) { in st_nir_unlower_io_to_vars()
780 nir_foreach_variable_with_modes(var, nir, nir_var_shader_in) { in st_nir_unlower_io_to_vars()
/external/virglrenderer/src/drm/
D.clang-format71 - nir_foreach_variable_with_modes
/external/mesa3d/src/compiler/glsl/
Dgl_nir_linker.h54 nir_foreach_variable_with_modes(var, shader, nir_var_uniform | \
Dgl_nir_lower_buffers.c329 nir_foreach_variable_with_modes(var, shader, nir_var_mem_ubo | nir_var_mem_ssbo) { in gl_nir_lower_buffers()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_rt.c65 nir_foreach_variable_with_modes(var, shader, nir_var_shader_call_data) in lower_rt_io_derefs()
69 nir_foreach_variable_with_modes(var, shader, nir_var_ray_hit_attrib) in lower_rt_io_derefs()
/external/mesa3d/src/microsoft/compiler/
Ddxil_signature.c553 nir_foreach_variable_with_modes(var, s, modes) { in get_input_signature_group()
563 nir_foreach_variable_with_modes(test_var, s, modes) { in get_input_signature_group()
643 nir_foreach_variable_with_modes(var, s, nir_var_shader_out) { in process_output_signature()
747 nir_foreach_variable_with_modes(var, s, mode) { in process_patch_const_signature()
Ddxil_nir.c210 nir_foreach_variable_with_modes(var, nir, nir_var_mem_constant) in dxil_nir_lower_constant_to_temp()
239 nir_foreach_variable_with_modes(var, nir, nir_var_mem_constant) { in dxil_nir_lower_constant_to_temp()
405 nir_foreach_variable_with_modes(var, shader, modes & ~nir_var_function_temp) in dxil_nir_flatten_var_arrays()
587 nir_foreach_variable_with_modes(var, shader, modes & ~nir_var_function_temp) in dxil_nir_lower_var_bit_size()
1316 nir_foreach_variable_with_modes(var, b->shader, nir_var_uniform) { in redirect_sampler_derefs()
1403 nir_foreach_variable_with_modes(var, b->shader, nir_var_uniform) { in redirect_texture_derefs()
1585 nir_foreach_variable_with_modes(var, s, nir_var_shader_out) { in dxil_sort_ps_outputs()
1650 nir_foreach_variable_with_modes(var, s, modes) { in dxil_reassign_driver_locations()
1803 nir_foreach_variable_with_modes(var, s, modes) { in fix_io_uint_type()
2666 nir_foreach_variable_with_modes(var, b->shader, nir_var_image) { in update_intrinsic_formats()
[all …]
Dnir_to_dxil.c1358 nir_foreach_variable_with_modes(var, ctx->shader, nir_var_mem_ssbo) in emit_globals()
1489 nir_foreach_variable_with_modes(var, ctx->shader, nir_var_mem_constant) { in emit_global_consts()
1496 nir_foreach_variable_with_modes(var, ctx->shader, nir_var_mem_constant) { in emit_global_consts()
1522 nir_foreach_variable_with_modes(var, ctx->shader, nir_var_mem_shared) in emit_shared_vars()
1527 nir_foreach_variable_with_modes(var, ctx->shader, nir_var_mem_shared) { in emit_shared_vars()
2028 nir_foreach_variable_with_modes(var, ctx->shader, nir_var_shader_in) { in emit_metadata()
3566 nir_foreach_variable_with_modes(var, s, mode) { in find_patch_matching_variable_by_driver_location()
5903 nir_foreach_variable_with_modes(var, ctx->shader, nir_var_mem_ubo) { in emit_cbvs()
6033 nir_foreach_variable_with_modes(var, ctx->shader, nir_var_uniform) { in emit_module()
6041 nir_foreach_variable_with_modes(var, ctx->shader, nir_var_uniform) { in emit_module()
[all …]
/external/mesa3d/src/
D.clang-format119 - nir_foreach_variable_with_modes
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp156 nir_foreach_variable_with_modes(var, nir, nir_var_uniform) { in compile_nir()
450 nir_foreach_variable_with_modes(input, fs->initial, in has_flat_varyings()
504 nir_foreach_variable_with_modes(var, s, modes) { in fill_varyings()
569 nir_foreach_variable_with_modes(input, fs->initial, in fill_flat_varyings()
1370 nir_foreach_variable_with_modes(var, nir, nir_var_shader_in) { in d3d12_create_shader_impl()
1376 nir_foreach_variable_with_modes(var, nir, nir_var_shader_out) { in d3d12_create_shader_impl()
1449 nir_foreach_variable_with_modes(var, nir, nir_var_shader_in) { in d3d12_create_shader()
/external/mesa3d/src/gallium/frontends/rusticl/
Drusticl_nir.c137 nir_foreach_variable_with_modes(var, shader, nir_var_mem_ubo) { in rusticl_lower_inputs()
/external/mesa3d/src/intel/vulkan/
Danv_nir_push_descriptor_analysis.c65 nir_foreach_variable_with_modes(var, shader, in anv_nir_compute_used_push_descriptors()
/external/mesa3d/src/imagination/rogue/
Drogue_build_data.c130 nir_foreach_variable_with_modes (var, nir, mode) { in nir_count_variables_with_modes()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c417 nir_foreach_variable_with_modes(var, b->shader, nir_var_shader_out) { in lower_pv_mode_emit_rotated_prim()
515 nir_foreach_variable_with_modes(var, shader, nir_var_shader_out) { in lower_pv_mode_gs()
833 nir_foreach_variable_with_modes(var, b->shader, nir_var_shader_out) { in lower_line_smooth_gs_emit_vertex()
848 nir_foreach_variable_with_modes(var, b->shader, nir_var_shader_out) { in lower_line_smooth_gs_emit_vertex()
865 nir_foreach_variable_with_modes(var, b->shader, nir_var_shader_out) { in lower_line_smooth_gs_emit_vertex()
929 nir_foreach_variable_with_modes(var, shader, nir_var_shader_out) { in lower_line_smooth_gs()
1470 nir_foreach_variable_with_modes(var, shader, nir_var_mem_ssbo | nir_var_mem_ubo) { in get_bo_vars()
1751 nir_foreach_variable_with_modes(var, nir, mode) { in find_var_with_location_frac()
2062 nir_foreach_variable_with_modes(var, nir, nir_var_shader_in) in decompose_attribs()
2919 nir_foreach_variable_with_modes(var_in, consumer, nir_var_shader_in) in zink_compiler_assign_io()
[all …]

123