Searched defs:pstage (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_pipe.h | 30 stage_from_pipe(enum pipe_shader_type pstage) argument
|
| H A D | iris_screen.c | 489 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 D | crocus_pipe.h | 30 stage_from_pipe(enum pipe_shader_type pstage) argument
|
| H A D | crocus_screen.c | 647 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 D | iris_pipe.h | 30 stage_from_pipe(enum pipe_shader_type pstage) argument
|
| H A D | iris_screen.c | 633 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 D | zink_draw.cpp | 178 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 D | zink_program.c | 91 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(stage); local in function:get_shader_module_for_stage [all...] |
| H A D | zink_compiler.c | 1509 enum pipe_shader_type pstage = pipe_shader_type_from_mesa(shader->nir->info.stage); local in function:zink_shader_free
|
| H A D | zink_context.h | 435 zink_pipeline_flags_from_pipe_stage(enum pipe_shader_type pstage) argument
|
| H A D | zink_descriptors.c | 1238 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 D | zink_context.c | 1038 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