Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp454 this->record_next_sampler = new string_to_uint_map; in set_and_process()
514 delete this->record_next_sampler; in set_and_process()
542 if (this->record_next_sampler->get(index, name_copy)) { in handle_samplers()
548 this->record_next_sampler->put(index, name_copy); in handle_samplers()
572 this->record_next_sampler->put(index, name_copy); in handle_samplers()
853 struct string_to_uint_map *record_next_sampler; member in parcel_out_uniform_storage