HomeSort by relevance Sort by last modified time
    Searched defs:input_index (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sf_state.c 43 int attr = 0, input_index = 0; local
84 dw10 |= (1 << input_index);
88 dw10 |= (1 << input_index);
94 dw11 |= (1 << input_index);
101 assert(input_index < 16 || attr == input_index);
104 attr_overrides[input_index++] =
126 for (; input_index < FRAG_ATTRIB_MAX; input_index++)
127 attr_overrides[input_index] = 0
    [all...]
gen6_sf_state.c 131 int attr = 0, input_index = 0; local
286 dw16 |= (1 << input_index);
290 dw16 |= (1 << input_index);
296 dw17 |= (1 << input_index);
303 assert(input_index < 16 || attr == input_index);
306 attr_overrides[input_index++] =
313 for (; input_index < FRAG_ATTRIB_MAX; input_index++)
314 attr_overrides[input_index] = 0
    [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis.cc 365 size_t input_index = use->GetInputIndex(); local
379 if (end == predecessors.Get(input_index)->GetLifetimeEnd()) {
381 if (i == input_index) {
nodes.cc 742 size_t input_index = current->GetIndex(); local
743 user->SetRawInputAt(input_index, other);
744 other->AddUseAt(user, input_index);
750 size_t input_index = current->GetIndex(); local
751 user->SetRawEnvAt(input_index, other);
752 other->AddEnvUseAt(user, input_index);
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 698 int input_index, output_index; local
701 for (input_index = 0; input_index < len; input_index++) {
702 gdb_byte b = buffer[input_index];
717 *out_len = input_index;
734 int input_index, output_index; local
739 for (input_index = 0; input_index < len; input_index++)
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 2057 unsigned input_index = FRAG_ATTRIB_VAR0; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp 744 int input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer); local
745 if(input_index < 0) {
752 input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer);
753 if (input_index < 0) {
768 src_frame->input_buffer, input_index);
2461 int input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer); local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1702 int input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer); local
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 2111 size_t input_index; local
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 3502 size_t input_index; local
    [all...]
  /external/valgrind/perf/
tinycc.c 5516 int input_index; \/* if >= 0, gives reference to an input constraint *\/ member in struct:ASMOperand
    [all...]

Completed in 2178 milliseconds