| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_geometry.h | 38 GeometryShaderFromNir(r600_pipe_shader *sh, r600_pipe_shader_selector& sel, const r600_shader_key& key, enum chip_class chip_class); 59 r600_pipe_shader *m_pipe_shader;
|
| H A D | sfn_shader_compute.h | 39 ComputeShaderFromNir(r600_pipe_shader *sh,
|
| H A D | sfn_shader_tcs.h | 11 TcsShaderFromNir(r600_pipe_shader *sh, r600_pipe_shader_selector& sel, const r600_shader_key& key, enum chip_class chip_class);
|
| H A D | sfn_shader_vertex.h | 37 VertexShaderFromNir(r600_pipe_shader *sh, 51 r600_pipe_shader *m_pipe_shader;
|
| H A D | sfn_shader_tess_eval.h | 12 TEvalShaderFromNir(r600_pipe_shader *sh, r600_pipe_shader_selector& sel,
|
| H A D | sfn_nir.h | 80 bool lower(const nir_shader *shader, r600_pipe_shader *sh, 154 struct r600_pipe_shader *pipeshader,
|
| H A D | sfn_vertexstageexport.h | 66 r600_pipe_shader *pipe_shader, 85 r600_pipe_shader *m_pipe_shader;
|
| H A D | sfn_shader_compute.cpp | 32 ComputeShaderFromNir::ComputeShaderFromNir(r600_pipe_shader *sh,
|
| H A D | sfn_shader_tcs.cpp | 7 TcsShaderFromNir::TcsShaderFromNir(r600_pipe_shader *sh,
|
| H A D | sfn_shader_tess_eval.cpp | 6 TEvalShaderFromNir::TEvalShaderFromNir(r600_pipe_shader *sh, r600_pipe_shader_selector& sel,
|
| H A D | sfn_shader_vertex.cpp | 40 VertexShaderFromNir::VertexShaderFromNir(r600_pipe_shader *sh,
|
| H A D | sfn_shader_geometry.cpp | 34 GeometryShaderFromNir::GeometryShaderFromNir(r600_pipe_shader *sh,
|
| H A D | sfn_nir.cpp | 88 bool ShaderFromNir::lower(const nir_shader *shader, r600_pipe_shader *pipe_shader, 791 struct r600_pipe_shader *pipeshader,
|
| H A D | sfn_vertexstageexport.cpp | 53 r600_pipe_shader *pipe_shader, const r600_shader_key &key):
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.h | 166 struct r600_pipe_shader { struct 168 struct r600_pipe_shader *next_variant; 170 struct r600_pipe_shader *gs_copy_shader;
|
| H A D | r600_pipe.h | 340 struct r600_pipe_shader; 343 struct r600_pipe_shader *current; 445 struct r600_pipe_shader *shader; 693 void evergreen_update_ps_state(struct pipe_context *ctx, struct r600_pipe_shader *shader); 694 void evergreen_update_es_state(struct pipe_context *ctx, struct r600_pipe_shader *shader); 695 void evergreen_update_gs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader); 696 void evergreen_update_vs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader); 697 void evergreen_update_ls_state(struct pipe_context *ctx, struct r600_pipe_shader *shader); 698 void evergreen_update_hs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader); 738 struct r600_pipe_shader *shade [all...] |
| H A D | r600_state_common.c | 844 struct r600_pipe_shader * shader = NULL; 859 struct r600_pipe_shader *p = sel->current, *c = p->next_variant; 873 shader = CALLOC(1, sizeof(struct r600_pipe_shader)); 1076 struct r600_pipe_shader *p = sel->current, *c; 1464 struct r600_pipe_shader *shader) 1526 struct r600_pipe_shader *current) 1627 struct r600_pipe_shader *shader, struct r600_scratch_buffer *scratch, 1714 struct r600_pipe_shader *stage = rctx->hw_shader_stages[i].shader; 1761 struct r600_pipe_shader *clip_so_current = NULL; 2552 struct r600_pipe_shader *shade [all...] |
| H A D | evergreen_state.c | 2324 struct r600_pipe_shader *stage = rctx->hw_shader_stages[i].shader; 3314 void evergreen_update_ps_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 3507 void evergreen_update_es_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 3523 void evergreen_update_gs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 3587 void evergreen_update_vs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 3647 void evergreen_update_hs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 3661 void evergreen_update_ls_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 4871 struct r600_pipe_shader *cs_shader, 4881 struct r600_pipe_shader *pshader;
|
| H A D | r600_state.c | 2436 void r600_update_ps_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 2588 void r600_update_vs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 2650 void r600_update_gs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 2712 void r600_update_es_state(struct pipe_context *ctx, struct r600_pipe_shader *shader)
|
| H A D | evergreen_compute.c | 703 struct r600_pipe_shader *current;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.h | 169 struct r600_pipe_shader { struct 171 struct r600_pipe_shader *next_variant; 173 struct r600_pipe_shader *gs_copy_shader; 197 struct r600_pipe_shader *gs,
|
| H A D | r600_pipe.h | 343 struct r600_pipe_shader; 346 struct r600_pipe_shader *current; 450 struct r600_pipe_shader *shader; 699 void evergreen_update_ps_state(struct pipe_context *ctx, struct r600_pipe_shader *shader); 700 void evergreen_update_es_state(struct pipe_context *ctx, struct r600_pipe_shader *shader); 701 void evergreen_update_gs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader); 702 void evergreen_update_vs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader); 703 void evergreen_update_ls_state(struct pipe_context *ctx, struct r600_pipe_shader *shader); 704 void evergreen_update_hs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader); 744 struct r600_pipe_shader *shade [all...] |
| H A D | r600_state_common.c | 877 struct r600_pipe_shader * shader = NULL; 892 struct r600_pipe_shader *p = sel->current, *c = p->next_variant; 906 shader = CALLOC(1, sizeof(struct r600_pipe_shader)); 1122 struct r600_pipe_shader *p = sel->current, *c; 1523 struct r600_pipe_shader *shader) 1585 struct r600_pipe_shader *current) 1686 struct r600_pipe_shader *shader, struct r600_scratch_buffer *scratch, 1773 struct r600_pipe_shader *stage = rctx->hw_shader_stages[i].shader; 1820 struct r600_pipe_shader *clip_so_current = NULL; 2632 struct r600_pipe_shader *shade [all...] |
| H A D | evergreen_state.c | 2330 struct r600_pipe_shader *stage = rctx->hw_shader_stages[i].shader; 3320 void evergreen_update_ps_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 3520 void evergreen_update_es_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 3536 void evergreen_update_gs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 3600 void evergreen_update_vs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 3660 void evergreen_update_hs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 3674 void evergreen_update_ls_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 4903 struct r600_pipe_shader *cs_shader, 4913 struct r600_pipe_shader *pshader;
|
| H A D | r600_state.c | 2439 void r600_update_ps_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 2592 void r600_update_vs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 2654 void r600_update_gs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader) 2716 void r600_update_es_state(struct pipe_context *ctx, struct r600_pipe_shader *shader)
|