Searched refs:svga_shader (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_shader.h | 192 const struct svga_shader *shader; 353 struct svga_shader struct 366 struct svga_shader *next; argument 367 struct svga_shader *parent; /* shader with the original token string */ argument 376 struct svga_shader *, argument 385 struct svga_shader base; argument 399 struct svga_shader base; 413 struct svga_shader base; 429 struct svga_shader base; 438 struct svga_shader base; [all …]
|
D | svga_tgsi.h | 37 struct svga_shader; 67 const struct svga_shader *shader, 73 const struct svga_shader *shader, 80 svga_tgsi_scan_shader(struct svga_shader *shader); 84 struct svga_shader *shader,
|
D | svga_state_tgsi_transform.c | 56 insert_at_head(struct svga_shader *head, struct svga_shader *shader) in insert_at_head() 70 struct svga_shader *shader) in bind_shader() 132 struct svga_shader *shader) in write_vpos() 136 struct svga_shader *transform_shader; in write_vpos() 179 struct svga_shader *shader) in transform_dynamic_indexing() 183 struct svga_shader *transform_shader; in transform_dynamic_indexing() 230 static struct svga_shader * 232 struct svga_shader *shader, in emulate_point_sprite() 364 static struct svga_shader * 429 struct svga_shader *orig_gs; /* original gs */ in update_tgsi_transform() [all …]
|
D | svga_streamout.h | 29 struct svga_shader; 42 struct svga_shader *shader,
|
D | svga_shader.c | 277 const struct svga_shader *shader, in svga_init_shader_key_common() 564 svga_search_shader_key(const struct svga_shader *shader, in svga_search_shader_key() 579 struct svga_shader * 580 svga_search_shader_token_key(struct svga_shader *pshader, in svga_search_shader_token_key() 583 struct svga_shader *shader = pshader; in svga_search_shader_token_key() 915 struct svga_shader * 922 struct svga_shader *shader = CALLOC(1, shader_structlen); in svga_create_shader() 959 struct svga_shader *shader, in svga_compile_shader()
|
D | svga_tgsi.c | 170 const struct svga_shader *shader, in svga_tgsi_vgpu9_translate() 401 svga_tgsi_scan_shader(struct svga_shader *shader) in svga_tgsi_scan_shader() 525 struct svga_shader *shader, in svga_tgsi_compile_shader()
|
D | svga_state_fs.c | 89 struct svga_shader *shader, in svga_get_compiled_dummy_fragment_shader() 151 struct svga_shader *shader; in make_fs_key() 360 struct svga_shader *prevShader = NULL; /* shader in the previous stage */ in emit_hw_fs()
|
D | svga_state_gs.c | 53 struct svga_shader *shader, in svga_get_compiled_dummy_geometry_shader()
|
D | svga_pipe_cs.c | 65 struct svga_shader *shader = &cs->base; in svga_create_compute_state()
|
D | meson.build | 56 'svga_shader.c',
|
D | svga_state_vs.c | 79 struct svga_shader *shader, in svga_get_compiled_dummy_vertex_shader()
|
D | svga_pipe_streamout.c | 132 struct svga_shader *shader, in svga_create_stream_output()
|
D | svga_tgsi_vgpu10.c | 12747 struct svga_shader *prevShader = NULL; /* shader in the previous stage */ in compute_input_mapping() 12833 const struct svga_shader *shader, in svga_tgsi_vgpu10_translate()
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 3434 "../src/gallium/drivers/svga/svga_shader.c", 3435 "../src/gallium/drivers/svga/svga_shader.h", 3487 "../src/gallium/drivers/svga/svgadump/svga_shader.h",
|