/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/ |
H A D | rusticl_nir.c | 33 … var = nir_find_variable_with_location(b->shader, nir_var_uniform, state->format_arr_loc); in rusticl_lower_intrinsics_instr() 36 var = nir_find_variable_with_location(b->shader, nir_var_uniform, state->order_arr_loc); in rusticl_lower_intrinsics_instr() 67 …return nir_load_var(b, nir_find_variable_with_location(b->shader, nir_var_uniform, state->base_glo… in rusticl_lower_intrinsics_instr() 69 …return nir_load_var(b, nir_find_variable_with_location(b->shader, nir_var_uniform, state->base_wor… in rusticl_lower_intrinsics_instr() 71 …return nir_load_var(b, nir_find_variable_with_location(b->shader, nir_var_uniform, state->global_s… in rusticl_lower_intrinsics_instr() 73 …return nir_load_var(b, nir_find_variable_with_location(b->shader, nir_var_uniform, state->num_work… in rusticl_lower_intrinsics_instr() 75 …return nir_load_var(b, nir_find_variable_with_location(b->shader, nir_var_uniform, state->const_bu… in rusticl_lower_intrinsics_instr() 77 …return nir_load_var(b, nir_find_variable_with_location(b->shader, nir_var_uniform, state->printf_b… in rusticl_lower_intrinsics_instr() 79 assert(nir_find_variable_with_location(b->shader, nir_var_uniform, state->work_dim_loc)); in rusticl_lower_intrinsics_instr() 80 …return nir_u2uN(b, nir_load_var(b, nir_find_variable_with_location(b->shader, nir_var_uniform, sta… in rusticl_lower_intrinsics_instr()
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_linker.c | 1209 …nir_variable *clip_dist0 = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_C… in gl_nir_zero_initialize_clip_distance() 1210 …nir_variable *clip_dist1 = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_C… in gl_nir_zero_initialize_clip_distance() 2436 return nir_find_variable_with_location(shader, mode, location); in find_frag_builtin() 2470 var_vert = nir_find_variable_with_location(vert->Program->nir, in validate_invariant_builtins() 2486 var_vert = nir_find_variable_with_location(vert->Program->nir, in validate_invariant_builtins() 2577 nir_find_variable_with_location(shader, in analyze_clip_cull_usage() 2581 nir_find_variable_with_location(shader, in analyze_clip_cull_usage() 2585 nir_find_variable_with_location(shader, in analyze_clip_cull_usage() 2689 nir_find_variable_with_location(shader, in validate_vertex_shader_executable() 2736 nir_find_variable_with_location(shader, in validate_fragment_shader_executable() [all …]
|
H A D | gl_nir_link_varyings.c | 639 nir_find_variable_with_location(tes->Program->nir, in resize_tes_inputs()
|
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_nir_lower_fog.c | 123 …nir_variable *color_var = nir_find_variable_with_location(s, nir_var_shader_out, FRAG_RESULT_COLOR… in st_nir_lower_fog() 125 color_var = nir_find_variable_with_location(s, nir_var_shader_out, FRAG_RESULT_DATA0); in st_nir_lower_fog()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/ |
H A D | radv_nir_lower_view_index.c | 16 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_in, VARYING_SLOT_LAYER); in find_layer_in_var()
|
H A D | radv_nir_export_multiview.c | 16 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_LAYER); in find_layer_out_var()
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_layer_id.c | 20 …nir_variable *layer = nir_find_variable_with_location(b->shader, nir_var_shader_in, VARYING_SLOT_L… in nir_lower_layer_id()
|
H A D | ir3_context.c | 181 nir_variable *var = nir_find_variable_with_location( in ir3_context_init()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_lower_input_attachments.c | 32 nir_find_variable_with_location(b->shader, nir_var_shader_in, in load_frag_coord()
|
/aosp_15_r20/external/mesa3d/src/microsoft/spirv_to_dxil/ |
H A D | dxil_spirv_nir.c | 695 nir_variable *pos = nir_find_variable_with_location(nir, nir_var_shader_in, VARYING_SLOT_POS); in dxil_spirv_compute_pntc() 699 …pos->data.sample = nir_find_variable_with_location(nir, nir_var_shader_in, VARYING_SLOT_PNTC)->dat… in dxil_spirv_compute_pntc() 804 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_in, loc); in dxil_spirv_nir_link()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_passthrough_gs.c | 221 …nir_variable *edge_var = nir_find_variable_with_location(nir, nir_var_shader_in, VARYING_SLOT_EDGE… in nir_create_passthrough_gs()
|
H A D | nir.c | 373 nir_variable *var = nir_find_variable_with_location(shader, mode, location); in nir_get_variable_with_location() 387 nir_find_variable_with_location(nir_shader *shader, in nir_find_variable_with_location() function
|
H A D | nir.h | 4573 nir_variable *nir_find_variable_with_location(nir_shader *shader,
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 276 nir_find_variable_with_location(shader, nir_var_shader_out, in lower_gl_point_gs() 279 nir_find_variable_with_location(shader, nir_var_shader_out, in lower_gl_point_gs() 629 nir_find_variable_with_location(shader, nir_var_shader_out, in lower_line_stipple_gs() 683 nir_find_variable_with_location(shader, nir_var_shader_out, in lower_line_stipple_fs() 947 nir_find_variable_with_location(shader, nir_var_shader_out, in lower_line_smooth_gs() 1026 …nir_variable *var = nir_find_variable_with_location(shader, nir_var_shader_out, FRAG_RESULT_DATA1); in lower_dual_blend() 2606 state.original = nir_find_variable_with_location(vs, nir_var_shader_out, VARYING_SLOT_LAYER); in clamp_layer_output() 2611 … nir_variable *fs_var = nir_find_variable_with_location(fs, nir_var_shader_in, VARYING_SLOT_LAYER); in clamp_layer_output() 2962 …nir_variable *var = nir_find_variable_with_location(producer, nir_var_shader_out, VARYING_SLOT_PSI… in zink_compiler_assign_io() 2965 if (!nir_find_variable_with_location(consumer, nir_var_shader_in, VARYING_SLOT_PSIZ)) { in zink_compiler_assign_io()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_compile_mesh.cpp | 1194 nir_find_variable_with_location(nir, nir_var_shader_out, i); in brw_print_mue_map() 1385 nir_find_variable_with_location(nir, in brw_can_pack_primitive_indices()
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_signature.c | 666 base_var = nir_find_variable_with_location(s, nir_var_shader_out, var->data.location); in process_output_signature()
|
H A D | dxil_nir.c | 2242 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_in, VARYING_SLOT_FACE); in dxil_nir_forward_front_face()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 2460 …nir_variable *dist0 = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_CLIP_D… in lower_clipdistance_to_array() 2461 …nir_variable *dist1 = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_CLIP_D… in lower_clipdistance_to_array()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_program.c | 878 nir_find_variable_with_location(s, nir_var_shader_in, location); in v3d_update_compiled_vs()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_shader.c | 356 nir_variable *existing = nir_find_variable_with_location( in hk_lower_multiview()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.cpp | 1425 nir_variable *var = nir_find_variable_with_location(nir, mode, loc); in d3d12_create_shader()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program.c | 333 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_out, in crocus_fix_edge_flags()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_shader.cc | 955 nir_find_variable_with_location(b->shader, nir_var_shader_in, in lower_fdm_instr()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 833 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_out, in iris_fix_edge_flags()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 296 …nir_variable *loc1_var = nir_find_variable_with_location(nir, nir_var_shader_out, FRAG_RESULT_DATA… in fix_dual_src_mrt1_export()
|