Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dlinker.cpp1268 unsigned target_index, in assign_attribute_or_color_locations() argument
1276 assert((target_index == MESA_SHADER_VERTEX) in assign_attribute_or_color_locations()
1277 || (target_index == MESA_SHADER_FRAGMENT)); in assign_attribute_or_color_locations()
1279 gl_shader *const sh = prog->_LinkedShaders[target_index]; in assign_attribute_or_color_locations()
1299 const int generic_base = (target_index == MESA_SHADER_VERTEX) in assign_attribute_or_color_locations()
1303 (target_index == MESA_SHADER_VERTEX) ? ir_var_in : ir_var_out; in assign_attribute_or_color_locations()
1343 } else if (target_index == MESA_SHADER_VERTEX) { in assign_attribute_or_color_locations()
1350 } else if (target_index == MESA_SHADER_FRAGMENT) { in assign_attribute_or_color_locations()
1412 const char *const string = (target_index == MESA_SHADER_VERTEX) in assign_attribute_or_color_locations()
1441 if (target_index == MESA_SHADER_VERTEX) { in assign_attribute_or_color_locations()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c1670 int target_index = rc->worst_quality; in vp9_compute_qdelta() local
1682 target_index = i; in vp9_compute_qdelta()
1687 return target_index - start_index; in vp9_compute_qdelta()
1693 int target_index = rc->worst_quality; in vp9_compute_qdelta_by_rate() local
1707 target_index = i; in vp9_compute_qdelta_by_rate()
1711 return target_index - qindex; in vp9_compute_qdelta_by_rate()
/external/v8/src/
Dobjects.cc2912 int target_index = details.field_index() - inobject; in MigrateFastToFast() local
2913 DCHECK(target_index >= 0); // Must be a backing store index. in MigrateFastToFast()
2914 new_storage->set(target_index, *value); in MigrateFastToFast()
2975 int target_index = new_descriptors->GetFieldIndex(i) - inobject; in MigrateFastToFast() local
2976 if (target_index < 0) target_index += total_size; in MigrateFastToFast()
2977 array->set(target_index, *value); in MigrateFastToFast()
2989 int target_index = new_descriptors->GetFieldIndex(i) - inobject; in MigrateFastToFast() local
2990 if (target_index < 0) target_index += total_size; in MigrateFastToFast()
2991 array->set(target_index, *value); in MigrateFastToFast()