Home
last modified time | relevance | path

Searched refs:ureg_create_shader_with_so_and_destroy (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.h134 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/
Dtgsi_ureg.h140 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/
Du_simple_shaders.c114 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/
Dnine_shader.c3729 info->cso = ureg_create_shader_with_so_and_destroy(tx->ureg, pipe, &(info->so)); in nine_translate_shader()