/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | r300_nir.c | 100 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/ |
D | nir_lower_view_index_to_device_index.c | 13 nir_foreach_variable_with_modes(var, shader, nir_var_system_value) { in nir_lower_view_index_to_device_index()
|
D | nir_lower_sysvals_to_varyings.c | 40 nir_foreach_variable_with_modes(var, shader, nir_var_system_value) { in nir_lower_sysvals_to_varyings()
|
D | nir_opt_access.c | 68 nir_foreach_variable_with_modes(possible_var, state->shader, nir_var_mem_ssbo) { in gather_buffer_access() 319 …nir_foreach_variable_with_modes(var, shader, nir_var_uniform | nir_var_mem_ubo | nir_var_mem_ssbo … in nir_opt_access()
|
D | nir_lower_uniforms_to_ubo.c | 135 nir_foreach_variable_with_modes(var, shader, nir_var_mem_ubo) { in nir_lower_uniforms_to_ubo()
|
D | nir_lower_clip_cull_distance_arrays.c | 392 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()
|
D | nir_lower_io_to_vector.c | 220 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-format | 69 'nir_foreach_variable_with_modes',
|
/external/mesa3d/src/panfrost/ |
D | .clang-format | 69 'nir_foreach_variable_with_modes',
|
/external/mesa3d/src/gallium/winsys/panfrost/drm/ |
D | .clang-format | 69 'nir_foreach_variable_with_modes',
|
/external/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 61 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/ |
D | st_nir_unlower_io_to_vars.c | 150 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-format | 71 - nir_foreach_variable_with_modes
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_linker.h | 54 nir_foreach_variable_with_modes(var, shader, nir_var_uniform | \
|
D | gl_nir_lower_buffers.c | 329 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/ |
D | brw_nir_rt.c | 65 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/ |
D | dxil_signature.c | 553 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()
|
D | dxil_nir.c | 210 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 …]
|
D | nir_to_dxil.c | 1358 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-format | 119 - nir_foreach_variable_with_modes
|
/external/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_compiler.cpp | 156 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/ |
D | rusticl_nir.c | 137 nir_foreach_variable_with_modes(var, shader, nir_var_mem_ubo) { in rusticl_lower_inputs()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_nir_push_descriptor_analysis.c | 65 nir_foreach_variable_with_modes(var, shader, in anv_nir_compute_used_push_descriptors()
|
/external/mesa3d/src/imagination/rogue/ |
D | rogue_build_data.c | 130 nir_foreach_variable_with_modes (var, nir, mode) { in nir_count_variables_with_modes()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 417 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 …]
|