Searched refs:nine_create_shader_with_so_and_destroy (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.h | 114 nine_create_shader_with_so_and_destroy(struct ureg_program *p,
|
D | nine_shader.c | 3936 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()
|
D | nine_ff.c | 1068 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()
|