HomeSort by relevance Sort by last modified time
    Searched refs:nir_function_create (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_builder.h 56 nir_function *func = nir_function_create(build->shader, "main");
nir_clone.c 714 nir_function *nfxn = nir_function_create(ns, fxn->name);
nir.c 191 nir_function_create(nir_shader *shader, const char *name) function
    [all...]
nir.h     [all...]
  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 50 nir_function_create(b->shader, ralloc_strdup(b->shader, val->name));
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 459 nir_function *func = nir_function_create(shader, ir->function_name());
    [all...]

Completed in 229 milliseconds