Home
last modified time | relevance | path

Searched refs:nine_create_shader_with_so_and_destroy (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.h114 nine_create_shader_with_so_and_destroy(struct ureg_program *p,
Dnine_shader.c3936 nine_create_shader_with_so_and_destroy(struct ureg_program *p, in nine_create_shader_with_so_and_destroy() function
4151 info->cso = nine_create_shader_with_so_and_destroy(tx->ureg, pipe, &(info->so)); in nine_translate_shader()
4153 info->cso = nine_create_shader_with_so_and_destroy(tx->ureg, pipe, NULL); in nine_translate_shader()
Dnine_ff.c1068 return nine_create_shader_with_so_and_destroy(ureg, device->context.pipe, NULL); in nine_ff_build_vs()
1567 return nine_create_shader_with_so_and_destroy(ureg, device->context.pipe, NULL); in nine_ff_build_ps()