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

  /external/mesa3d/src/compiler/
nir_types.h 129 const struct glsl_type *glsl_bool_type(void);
nir_types.cpp 292 glsl_bool_type(void) function
  /external/mesa3d/src/compiler/nir/
nir_lower_returns.c 188 nir_local_variable_create(b->impl, glsl_bool_type(), "return");
  /external/mesa3d/src/compiler/spirv/
vtn_cfg.c 673 nir_local_variable_create(b->nb.impl, glsl_bool_type(), "cont");
704 nir_local_variable_create(b->nb.impl, glsl_bool_type(), "fall");
spirv_to_nir.c 709 val->type->type = glsl_bool_type();
    [all...]

Completed in 274 milliseconds