Searched defs:pstage (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) argument
H A Diris_screen.c489 iris_get_compiler_options(struct pipe_screen * pscreen,enum pipe_shader_ir ir,enum pipe_shader_type pstage) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) argument
H A Dcrocus_screen.c647 crocus_get_compiler_options(struct pipe_screen * pscreen,enum pipe_shader_ir ir,enum pipe_shader_type pstage) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_pipe.h30 stage_from_pipe(enum pipe_shader_type pstage) argument
H A Diris_screen.c633 iris_get_compiler_options(struct pipe_screen * pscreen,enum pipe_shader_ir ir,enum pipe_shader_type pstage) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_draw.cpp178 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(ctx->last_vertex_stage->nir->info.stage); local in function:update_gfx_program
H A Dzink_program.c91 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(stage); local in function:get_shader_module_for_stage
[all...]
H A Dzink_compiler.c1509 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(shader->nir->info.stage); local in function:zink_shader_free
H A Dzink_context.h435 zink_pipeline_flags_from_pipe_stage(enum pipe_shader_type pstage) argument
H A Dzink_descriptors.c1238 enum pipe_shader_type pstage = shader ? pipe_shader_type_from_mesa(shader->nir->info.stage) : i; local in function:update_push_ubo_descriptors
H A Dzink_context.c1038 unbind_ubo(struct zink_context *ctx, struct zink_resource *res, enum pipe_shader_type pstage, unsigned slot) argument
1048 invalidate_inlined_uniforms(struct zink_context *ctx, enum pipe_shader_type pstage) argument
1137 unbind_ssbo(struct zink_context *ctx, struct zink_resource *res, enum pipe_shader_type pstage, unsigned slot, bool writable) argument
[all...]

Completed in 25 milliseconds