Searched refs:nir_find_variable_with_location (Results 1 - 18 of 18) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_point_size_mov.c | 76 nir_find_variable_with_location(shader, nir_var_shader_out,
|
| H A D | nir_lower_bitmap.c | 59 nir_find_variable_with_location(shader, nir_var_shader_in,
|
| H A D | nir_lower_input_attachments.c | 34 nir_find_variable_with_location(b->shader, nir_var_shader_in, 66 nir_find_variable_with_location(b->shader, nir_var_shader_in, slot);
|
| H A D | nir_lower_texcoord_replace.c | 77 nir_variable *pntc = nir_find_variable_with_location(b.shader,
|
| H A D | nir_lower_two_sided_color.c | 70 nir_find_variable_with_location(shader, nir_var_shader_in,
|
| H A D | nir_linking_helpers.c | 1302 nir_variable *consumer_var = nir_find_variable_with_location(consumer,
|
| H A D | nir.c | 253 nir_find_variable_with_location(nir_shader *shader, function in typeref:typename:nir_variable *
|
| H A D | nir.h | 3917 nir_variable *nir_find_variable_with_location(nir_shader *shader,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_lower_input_attachments.c | 32 nir_find_variable_with_location(b->shader, nir_var_shader_in,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_shader.c | 384 nir_find_variable_with_location(nir, nir_var_shader_out, FRAG_RESULT_DATA0 + rt); 386 outvar = nir_find_variable_with_location(nir, nir_var_shader_out, FRAG_RESULT_COLOR);
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_compile.c | 1266 nir_variable *pos = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_POS); 1285 nir_variable *psiz = nir_find_variable_with_location(nir, nir_var_shader_out, VARYING_SLOT_PSIZ);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 346 nir_variable *var = nir_find_variable_with_location(shader, nir_var_shader_out, FRAG_RESULT_DATA1); 544 var = nir_find_variable_with_location(zs->nir, nir_var_shader_out, slot--);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_program.c | 759 nir_find_variable_with_location(s, nir_var_shader_in, location);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 769 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_in, VARYING_SLOT_LAYER);
|
| H A D | radv_pipeline.c | 2406 nir_find_variable_with_location(ordered_shaders[i], nir_var_shader_out, VARYING_SLOT_PSIZ);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 3795 nir_find_variable_with_location(c->s, nir_var_shader_in,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_program.c | 336 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_out,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 363 nir_variable *var = nir_find_variable_with_location(nir, nir_var_shader_out,
|
Completed in 57 milliseconds