Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c37 #define UNMAPPED_UNIFORM_LOC ~0u macro
216 if (prog->data->UniformStorage[i].remap_location == UNMAPPED_UNIFORM_LOC) in nir_setup_uniform_remap_tables()
250 if (uniform->remap_location != UNMAPPED_UNIFORM_LOC) in nir_setup_uniform_remap_tables()
312 if (prog->data->UniformStorage[i].remap_location == UNMAPPED_UNIFORM_LOC) in nir_setup_uniform_remap_tables()
350 UNMAPPED_UNIFORM_LOC) in nir_setup_uniform_remap_tables()
1337 uniform->remap_location = UNMAPPED_UNIFORM_LOC; in nir_link_uniform()
1471 if (uniform->remap_location != UNMAPPED_UNIFORM_LOC && in nir_link_uniform()
Dlink_uniforms.cpp45 #define UNMAPPED_UNIFORM_LOC ~0u macro
1101 this->uniforms[id].remap_location = UNMAPPED_UNIFORM_LOC; in visit_field()
1425 UNMAPPED_UNIFORM_LOC) { in link_setup_uniform_remap_tables()
1454 if (prog->data->UniformStorage[i].remap_location != UNMAPPED_UNIFORM_LOC) in link_setup_uniform_remap_tables()
1512 if (prog->data->UniformStorage[i].remap_location == UNMAPPED_UNIFORM_LOC) in link_setup_uniform_remap_tables()
1545 UNMAPPED_UNIFORM_LOC) in link_setup_uniform_remap_tables()