HomeSort by relevance Sort by last modified time
    Searched defs:input_index (Results 1 - 18 of 18) 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...]
  /external/v8/src/compiler/
graph-reducer.h 141 int input_index; member in class:v8::internal::compiler::GraphReducer::State
node.h 212 int input_index() const { return InputIndexField::decode(bit_field_); } function in struct:v8::internal::compiler::final::Use
215 int index = input_index();
224 Use* start = this + 1 + input_index();
250 // Since every {Use} instance records its {input_index}, pointer arithmetic
268 Node* const* GetInputPtrConst(int input_index) const {
269 return has_inline_inputs() ? &(inputs_.inline_[input_index])
270 : &inputs_.outline_->inputs_[input_index];
272 Node** GetInputPtr(int input_index) {
273 return has_inline_inputs() ? &(inputs_.inline_[input_index])
274 : &inputs_.outline_->inputs_[input_index];
    [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis.cc 419 size_t input_index = use->GetInputIndex(); local
432 if (end == user->GetBlock()->GetPredecessors()[input_index]->GetLifetimeEnd()) {
434 if (i == input_index) {
inliner.cc 845 size_t input_index = 0; local
    [all...]
nodes.h 2088 size_t input_index = use_node->GetIndex(); local
2108 size_t input_index = env_use_node->GetIndex(); local
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 701 int input_index, output_index; local
704 for (input_index = 0; input_index < len; input_index++) {
705 gdb_byte b = buffer[input_index];
720 *out_len = input_index;
737 int input_index, output_index; local
742 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...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Channel.cpp 868 int input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer); local
869 if(input_index < 0) {
876 input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer);
877 if (input_index < 0) {
882 mOfflineMemory.markFrameNumber(input_index, frameNumber);
886 src_frame->input_buffer, input_index);
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Channel.cpp 868 int input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer); local
869 if(input_index < 0) {
876 input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer);
877 if (input_index < 0) {
882 mOfflineMemory.markFrameNumber(input_index, frameNumber);
886 src_frame->input_buffer, input_index);
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1744 int input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer); local
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 2112 size_t input_index; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1073 int input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer); local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental.cc 663 unsigned int input_index = got_plt_reader.get_got_input_index(i); local
668 this->input_object(input_index);
1828 unsigned int input_index; member in struct:gold::Got_plt_view_info
    [all...]
  /external/v8/src/
deoptimizer.cc 817 int input_index = 0; local
825 input_index++;
881 WriteTranslatedValueToOutput(&value_iterator, &input_index, frame_index,
1037 int input_index = 0; local
1253 int input_index = 0; local
1359 int input_index = 0; local
1489 int input_index = 0; local
1648 int input_index = 0; local
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 3921 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 5289 milliseconds