Searched refs:nir_get_variable_with_location (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_nir_lower_position_invariant.c | 36 nir_def *in_pos = nir_load_var(&b, nir_get_variable_with_location(s, nir_var_shader_in, in st_nir_lower_position_invariant() 49 nir_store_var(&b, nir_get_variable_with_location(s, nir_var_shader_out, in st_nir_lower_position_invariant()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_input_attachments.c | 51 nir_variable *pos = nir_get_variable_with_location(b->shader, nir_var_shader_in, in load_frag_coord() 77 nir_variable *layer_id = nir_get_variable_with_location(b->shader, nir_var_shader_in, in load_layer_id()
|
H A D | nir_lower_bitmap.c | 63 texcoord = nir_load_var(b, nir_get_variable_with_location(shader, nir_var_shader_in, in lower_bitmap()
|
H A D | nir_lower_texcoord_replace.c | 75 nir_variable *pntc = nir_get_variable_with_location(b.shader, nir_var_shader_in, in nir_lower_texcoord_replace_impl()
|
H A D | nir_lower_two_sided_color.c | 169 nir_variable *var = nir_get_variable_with_location(b->shader, nir_var_shader_in, in nir_lower_two_sided_color_instr()
|
H A D | nir_lower_drawpixels.c | 44 state->texcoord = nir_get_variable_with_location(state->shader, nir_var_shader_in, in get_texcoord()
|
H A D | nir.c | 370 nir_get_variable_with_location(nir_shader *shader, nir_variable_mode mode, int location, in nir_get_variable_with_location() function
|
H A D | nir.h | 4564 nir_get_variable_with_location(nir_shader *shader, nir_variable_mode mode, int location,
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_draw_helpers.c | 53 nir_variable *pos = nir_get_variable_with_location(b->shader, nir_var_shader_in, in load_frag_coord()
|
H A D | nir_to_tgsi.c | 3812 nir_variable *var = nir_get_variable_with_location(b->shader, nir_var_shader_in, in nir_lower_primid_sysval_to_input_lower()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | ffvertex_prog.c | 355 nir_variable *var = nir_get_variable_with_location(p->b->shader, nir_var_shader_in, in load_input() 373 nir_variable *var = nir_get_variable_with_location(p->b->shader, nir_var_shader_out, in register_output()
|
H A D | ff_fragment_shader.c | 394 nir_get_variable_with_location(p->b->shader, in load_input()
|