Home
last modified time | relevance | path

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

12

/external/mesa3d/src/compiler/glsl/
Dgl_nir_linker.h39 nir_foreach_variable_with_modes(var, shader, nir_var_uniform | \
Dgl_nir_linker.c319 nir_foreach_variable_with_modes(var, nir, modes) { in add_vars_with_modes()
/external/mesa3d/src/compiler/nir/
Dnir_lower_clip_cull_distance_arrays.c67 nir_foreach_variable_with_modes(var, nir, mode) { in combine_clip_cull()
Dnir_lower_uniforms_to_ubo.c131 nir_foreach_variable_with_modes(var, shader, nir_var_mem_ubo) { in nir_lower_uniforms_to_ubo()
Dnir_opt_access.c325 nir_foreach_variable_with_modes(var, shader, nir_var_uniform | in nir_opt_access()
Dnir_lower_io_to_vector.c216 nir_foreach_variable_with_modes(var, shader, mode) { in create_new_io_vars()
Dnir.h674 #define nir_foreach_variable_with_modes(var, shader, modes) \ macro
683 nir_foreach_variable_with_modes(var, shader, nir_var_shader_in)
689 nir_foreach_variable_with_modes(var, shader, nir_var_shader_out)
695 nir_foreach_variable_with_modes(var, shader, nir_var_uniform)
Dnir.c243 nir_foreach_variable_with_modes(var, shader, mode) { in nir_find_variable_with_location()
256 nir_foreach_variable_with_modes(var, shader, mode) { in nir_find_variable_with_driver_location()
1963 nir_foreach_variable_with_modes(var, shader, modes) in nir_shader_index_vars()
Dnir_linking_helpers.c372 nir_foreach_variable_with_modes(var, shader, mode) { in remap_slots_and_components()
Dnir_lower_io.c130 nir_foreach_variable_with_modes(var, shader, mode) { in nir_assign_var_locations()
2385 nir_foreach_variable_with_modes(var, shader, nir_var_mem_constant) { in nir_lower_mem_constant_vars()
Dnir_print.c1072 nir_foreach_variable_with_modes(var, state->shader, var_mode) { in print_intrinsic_instr()
Dnir_split_vars.c1634 nir_foreach_variable_with_modes(var, shader, in function_impl_has_vars_with_modes()
/external/mesa3d/src/gallium/drivers/zink/
Dnir_lower_dynamic_bo_access.c96 nir_foreach_variable_with_modes(var, b->shader, nir_var_mem_ssbo) { in lower_dynamic_bo_access_instr()
/external/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c76 nir_foreach_variable_with_modes(var, nir, mode) { in fixup_varying_slots()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c95 nir_foreach_variable_with_modes(var, nir, mode) { in fixup_varying_slots()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_vectorize_vs_inputs.c383 nir_foreach_variable_with_modes(var, shader, mode) { in r600_create_new_io_vars()
Dsfn_nir.cpp285 nir_foreach_variable_with_modes(variable, sh, nir_var_uniform | in process_declaration()
544 nir_foreach_variable_with_modes(var, shader, nir_var_uniform) { in r600_nir_lower_atomics()
Dsfn_nir_lower_fs_out_to_vector.cpp154 nir_foreach_variable_with_modes(var, shader, mode) { in create_new_io_vars()
Dsfn_nir_lower_tess_io.cpp39 nir_foreach_variable_with_modes(var, nir, mode) { in get_tcs_varying_offset()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c366 nir_foreach_variable_with_modes(var, s, varying_mode) { in panfrost_shader_compile()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp72 nir_foreach_variable_with_modes(var, shader, mode) { in st_nir_fixup_varying_slots()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp152 nir_foreach_variable_with_modes(var, impl->function->shader, nir_var_mem_ssbo) { in fill_desc_set_info()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c275 nir_foreach_variable_with_modes(var, c->s, nir_var_mem_ubo) { in ntt_setup_uniforms()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c1773 nir_foreach_variable_with_modes(var, shader, nir_var_shader_out) { in get_ucp_enable_mask()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c1728 nir_foreach_variable_with_modes(var, b->nb.shader, nir_var_shader_temp) { in vtn_get_call_payload_for_location()

12