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

  /external/mesa3d/src/compiler/nir/
nir_opt_undef.c 27 /** @file nir_opt_undef.c
131 nir_opt_undef(nir_shader *shader) function
nir.h     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_nir.c 544 NIR_PASS(progress, sel->nir, nir_opt_undef);
  /external/mesa3d/src/intel/compiler/
brw_nir.c 582 OPT(nir_opt_undef);
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_nir.cpp 298 NIR_PASS(progress, nir, nir_opt_undef);
  /external/mesa3d/src/amd/vulkan/
radv_shader.c 183 NIR_PASS(progress, shader, nir_opt_undef);
  /external/mesa3d/src/broadcom/compiler/
nir_to_vir.c     [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c     [all...]

Completed in 386 milliseconds