Searched refs:UNMAPPED_UNIFORM_LOC (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c39 #define UNMAPPED_UNIFORM_LOC ~0u macro
63 if (prog->data->UniformStorage[i].remap_location == UNMAPPED_UNIFORM_LOC)
95 if (uniform->remap_location != UNMAPPED_UNIFORM_LOC)
365 uniform->remap_location = UNMAPPED_UNIFORM_LOC;
446 if (uniform->remap_location != UNMAPPED_UNIFORM_LOC &&
H A Dlink_uniforms.cpp43 #define UNMAPPED_UNIFORM_LOC ~0u macro
884 this->uniforms[id].remap_location = UNMAPPED_UNIFORM_LOC;
1205 UNMAPPED_UNIFORM_LOC) {
1234 if (prog->data->UniformStorage[i].remap_location != UNMAPPED_UNIFORM_LOC)
1292 if (prog->data->UniformStorage[i].remap_location == UNMAPPED_UNIFORM_LOC)
1325 UNMAPPED_UNIFORM_LOC)
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_uniforms.cpp45 #define UNMAPPED_UNIFORM_LOC ~0u macro
1114 this->uniforms[id].remap_location = UNMAPPED_UNIFORM_LOC;
1438 UNMAPPED_UNIFORM_LOC) {
1467 if (prog->data->UniformStorage[i].remap_location != UNMAPPED_UNIFORM_LOC)
1525 if (prog->data->UniformStorage[i].remap_location == UNMAPPED_UNIFORM_LOC)
1558 UNMAPPED_UNIFORM_LOC)
H A Dgl_nir_link_uniforms.c37 #define UNMAPPED_UNIFORM_LOC ~0u macro
216 if (prog->data->UniformStorage[i].remap_location == UNMAPPED_UNIFORM_LOC)
250 if (uniform->remap_location != UNMAPPED_UNIFORM_LOC)
312 if (prog->data->UniformStorage[i].remap_location == UNMAPPED_UNIFORM_LOC)
350 UNMAPPED_UNIFORM_LOC)
1341 uniform->remap_location = UNMAPPED_UNIFORM_LOC;
1475 if (uniform->remap_location != UNMAPPED_UNIFORM_LOC &&

Completed in 11 milliseconds