Home
last modified time | relevance | path

Searched refs:pstage (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) in stage_from_pipe() argument
40 return stages[pstage]; in stage_from_pipe()
Diris_screen.c634 enum pipe_shader_type pstage) in iris_get_compiler_options() argument
637 gl_shader_stage stage = stage_from_pipe(pstage); in iris_get_compiler_options()