Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:shader

1600 	/* Determine pixel shader export format */
1783 /* Compute the key for the hw shader variant */
1802 /* Select the hw shader variant depending on the current state.
1809 struct si_pipe_shader * shader = NULL;
1833 shader = c;
1837 if (unlikely(!shader)) {
1838 shader = CALLOC(1, sizeof(struct si_pipe_shader));
1839 shader->selector = sel;
1841 r = si_pipe_shader_create(ctx, shader);
1843 R600_ERR("Failed to build shader variant (type=%u, key=%u) %d\n",
1854 shader->shader.fs_write_all) {
1859 shader->key = key;
1866 shader->next_variant = sel->current;
1867 sel->current = shader;
2279 static void si_set_constant_buffer(struct pipe_context *ctx, uint shader, uint index,
2306 switch (shader) {
2320 R600_ERR("unsupported %d\n", shader);