Home
last modified time | relevance | path

Searched refs:nir_find_variable_with_location (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/
H A Drusticl_nir.c33 … 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 Dgl_nir_linker.c1209 …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 Dgl_nir_link_varyings.c639 nir_find_variable_with_location(tes->Program->nir, in resize_tes_inputs()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_fog.c123 …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 Dradv_nir_lower_view_index.c16 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_in, VARYING_SLOT_LAYER); in find_layer_in_var()
H A Dradv_nir_export_multiview.c16 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 Dir3_nir_lower_layer_id.c20 …nir_variable *layer = nir_find_variable_with_location(b->shader, nir_var_shader_in, VARYING_SLOT_L… in nir_lower_layer_id()
H A Dir3_context.c181 nir_variable *var = nir_find_variable_with_location( in ir3_context_init()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_lower_input_attachments.c32 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 Ddxil_spirv_nir.c695 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 Dnir_passthrough_gs.c221 …nir_variable *edge_var = nir_find_variable_with_location(nir, nir_var_shader_in, VARYING_SLOT_EDGE… in nir_create_passthrough_gs()
H A Dnir.c373 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 Dnir.h4573 nir_variable *nir_find_variable_with_location(nir_shader *shader,
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c276 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 Dbrw_compile_mesh.cpp1194 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 Ddxil_signature.c666 base_var = nir_find_variable_with_location(s, nir_var_shader_out, var->data.location); in process_output_signature()
H A Ddxil_nir.c2242 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 Dtgsi_to_nir.c2460 …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 Dv3d_program.c878 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 Dhk_shader.c356 nir_variable *existing = nir_find_variable_with_location( in hk_lower_multiview()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp1425 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 Dcrocus_program.c333 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 Dtu_shader.cc955 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 Diris_program.c833 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 Dradv_shader.c296 …nir_variable *loc1_var = nir_find_variable_with_location(nir, nir_var_shader_out, FRAG_RESULT_DATA… in fix_dual_src_mrt1_export()

12