HomeSort by relevance Sort by last modified time
    Searched defs:sampled_type (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/
glsl_types.h 51 * and 2 so that they will fit in the 2 bits of glsl_type::sampled_type.
135 unsigned sampled_type:2; /**< Type of data returned using this member in struct:glsl_type
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 827 const struct glsl_type *sampled_type = local
830 assert(glsl_type_is_vector_or_scalar(sampled_type));
865 glsl_get_base_type(sampled_type));
870 glsl_get_base_type(sampled_type));
    [all...]

Completed in 351 milliseconds