Home
last modified time | relevance | path

Searched refs:pipe_shader_state_from_tgsi (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c131 pipe_shader_state_from_tgsi(&state, tokens); in util_make_layered_clear_vertex_shader()
160 pipe_shader_state_from_tgsi(&state, tokens); in util_make_layered_clear_helper_vertex_shader()
204 pipe_shader_state_from_tgsi(&state, tokens); in util_make_layered_clear_geometry_shader()
512 pipe_shader_state_from_tgsi(&state, tokens); in util_make_fragment_passthrough_shader()
607 pipe_shader_state_from_tgsi(&state, tokens); in util_make_fs_blit_msaa_gen()
723 pipe_shader_state_from_tgsi(&state, tokens); in util_make_fs_blit_msaa_depthstencil()
Du_tests.c433 pipe_shader_state_from_tgsi(&state, tokens); in null_constant_buffer()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h257 pipe_shader_state_from_tgsi(struct pipe_shader_state *state, in pipe_shader_state_from_tgsi() function
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c258 pipe_shader_state_from_tgsi(&state, tokens); in pp_tgsi_to_state()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1538 pipe_shader_state_from_tgsi(&state, tokens); in hud_create()
1587 pipe_shader_state_from_tgsi(&state, tokens); in hud_create()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2141 pipe_shader_state_from_tgsi(&state, ureg_finalize(ureg)); in ureg_create_shader()