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

  /external/mesa3d/src/compiler/
nir_types.cpp 319 glsl_int64_t_type(void) function
448 return glsl_int64_t_type();
nir_types.h 144 const struct glsl_type *glsl_int64_t_type(void);
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 1001 val->type->type = (signedness ? glsl_int64_t_type() : glsl_uint64_t_type());
    [all...]

Completed in 325 milliseconds