Searched refs:ureg_create_shader_with_so_and_destroy (Results 1 – 4 of 4) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.h | 134 ureg_create_shader_with_so_and_destroy( struct ureg_program *p, in ureg_create_shader_with_so_and_destroy() function 147 return ureg_create_shader_with_so_and_destroy(p, pipe, NULL); in ureg_create_shader_and_destroy()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.h | 140 ureg_create_shader_with_so_and_destroy( struct ureg_program *p, in ureg_create_shader_with_so_and_destroy() function 153 return ureg_create_shader_with_so_and_destroy(p, pipe, NULL); in ureg_create_shader_and_destroy()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.c | 114 return ureg_create_shader_with_so_and_destroy( ureg, pipe, so ); in util_make_vertex_passthrough_shader_with_so()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_shader.c | 3729 info->cso = ureg_create_shader_with_so_and_destroy(tx->ureg, pipe, &(info->so)); in nine_translate_shader()
|