Home
last modified time | relevance | path

Searched refs:get_sampler_instance (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/
Dnir_types.cpp396 return glsl_type::get_sampler_instance(dim, is_shadow, is_array, base_type); in glsl_sampler_type()
Dglsl_types.h266 static const glsl_type *get_sampler_instance(enum glsl_sampler_dim dim,
Dglsl_types.cpp727 glsl_type::get_sampler_instance(enum glsl_sampler_dim dim, in get_sampler_instance() function in glsl_type
2268 return glsl_type::get_sampler_instance((enum glsl_sampler_dim) ((u >> 4) & 0x07), in decode_type_from_blob()