HomeSort by: relevance | last modified time | path
    Searched refs:init_context (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_instruction_selection.h 114 void init_context(isel_context* ctx, nir_shader* shader);
aco_instruction_selection_setup.cpp 382 init_context(isel_context* ctx, nir_shader* shader) function in namespace:aco
aco_instruction_selection.cpp 11557 init_context(&ctx, nir);
11562 /* needs to be after init_context() for FS */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_screen.h 71 int (*init_context) (struct panfrost_context *ctx); member in struct:panfrost_driver
pan_drm.c 425 driver->base.init_context = panfrost_drm_init_context;
pan_context.c 2601 pscreen->driver->init_context(ctx);

Completed in 19 milliseconds