HomeSort by relevance Sort by last modified time
    Searched refs:remap_location (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/compiler/glsl/
ir_uniform.h 187 unsigned remap_location; member in struct:gl_uniform_storage
link_uniforms.cpp 734 this->uniforms[id].remap_location =
738 this->uniforms[id].remap_location = this->explicit_location;
742 this->uniforms[id].remap_location = UNMAPPED_UNIFORM_LOC;
    [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 254 assert((location - uni->remap_location) == 0);
260 *array_index = location - uni->remap_location;
    [all...]
shader_query.cpp 827 return RESOURCE_UNI(res)->remap_location + array_index;
    [all...]

Completed in 3112 milliseconds