Searched defs:target_index (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c1670 int target_index = rc->worst_quality; local
1682 target_index = i;
1687 return target_index - start_index;
1693 int target_index = rc->worst_quality; local
1707 target_index = i;
1711 return target_index - qindex;
/external/mesa3d/src/glsl/
H A Dlinker.cpp1255 * \param target_index Selector for the program target to receive location
1268 unsigned target_index,
1276 assert((target_index == MESA_SHADER_VERTEX)
1277 || (target_index == MESA_SHADER_FRAGMENT));
1279 gl_shader *const sh = prog->_LinkedShaders[target_index];
1299 const int generic_base = (target_index == MESA_SHADER_VERTEX)
1303 (target_index == MESA_SHADER_VERTEX) ? ir_var_in : ir_var_out;
1343 } else if (target_index == MESA_SHADER_VERTEX) {
1350 } else if (target_index == MESA_SHADER_FRAGMENT) {
1412 const char *const string = (target_index
1267 assign_attribute_or_color_locations(gl_shader_program *prog, unsigned target_index, unsigned max_index) argument
[all...]
/external/v8/src/
H A Dobjects.cc2912 int target_index = details.field_index() - inobject; local
2913 DCHECK(target_index >= 0); // Must be a backing store index.
2914 new_storage->set(target_index, *value);
2975 int target_index = new_descriptors->GetFieldIndex(i) - inobject; local
2976 if (target_index < 0) target_index += total_size;
2977 array->set(target_index, *value);
2989 int target_index = new_descriptors->GetFieldIndex(i) - inobject; local
2990 if (target_index < 0) target_index
[all...]

Completed in 409 milliseconds