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

  /external/mesa3d/src/compiler/
nir_types.h 123 const struct glsl_type *glsl_double_type(void);
nir_types.cpp 256 glsl_double_type(void) function
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 718 val->type->type = bit_size == 64 ? glsl_double_type() : glsl_float_type();
    [all...]

Completed in 678 milliseconds