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

  /external/mesa3d/src/compiler/
nir_types.h 127 const struct glsl_type *glsl_int_type(void);
nir_types.cpp 280 glsl_int_type(void) function
  /external/mesa3d/src/intel/blorp/
blorp_clear.c 131 glsl_int_type(), "layer_id");
  /external/mesa3d/src/amd/vulkan/
radv_meta_clear.c 101 const struct glsl_type *layer_type = glsl_int_type();
490 const struct glsl_type *layer_type = glsl_int_type();
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 713 val->type->type = (signedness ? glsl_int_type() : glsl_uint_type());
    [all...]

Completed in 159 milliseconds