HomeSort by relevance Sort by last modified time
    Searched refs:input_index (Results 1 - 25 of 32) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/i965/
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...]
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...]
  /external/v8/src/compiler/
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...]
graph-reducer.cc 117 int start = entry.input_index < node->InputCount() ? entry.input_index : 0;
120 entry.input_index = i + 1;
125 entry.input_index = i + 1;
144 entry.input_index = i + 1;
graph-reducer.h 141 int input_index; member in class:v8::internal::compiler::GraphReducer::State
node.cc 338 CHECK_EQ(i, this->GetUsePtr(i)->input_index());
  /art/compiler/optimizing/
common_arm64.h 74 static inline vixl::Register InputRegisterAt(HInstruction* instr, int input_index) {
75 return RegisterFrom(instr->GetLocations()->InAt(input_index),
76 instr->InputAt(input_index)->GetType());
98 static inline vixl::FPRegister InputFPRegisterAt(HInstruction* instr, int input_index) {
99 return FPRegisterFrom(instr->GetLocations()->InAt(input_index),
100 instr->InputAt(input_index)->GetType());
140 static inline vixl::Operand InputOperandAt(HInstruction* instr, int input_index) {
141 return OperandFrom(instr->GetLocations()->InAt(input_index),
142 instr->InputAt(input_index)->GetType());
ssa_liveness_analysis.h 108 size_t input_index,
113 input_index_(input_index),
247 size_t input_index,
259 if (locations->IsFixedInput(input_index) || locations->OutputUsesSameAs(input_index)) {
266 } else if (!locations->InAt(input_index).IsValid()) {
287 instruction, nullptr /* environment */, input_index, position, cursor->GetNext());
297 nullptr /* instruction */, environment, input_index, position, first_env_use_);
300 instruction, nullptr /* environment */, input_index, position, first_use_);
333 void AddPhiUse(HInstruction* instruction, size_t input_index, HBasicBlock* block)
    [all...]
graph_checker.h 74 void HandleBooleanInput(HInstruction* instruction, size_t input_index);
locations.h 574 bool OutputUsesSameAs(uint32_t input_index) const {
575 return (input_index == 0)
580 bool IsFixedInput(uint32_t input_index) const {
581 Location input = inputs_[input_index];
induction_var_analysis.h 156 InductionInfo* TransferPhi(HLoopInformation* loop, HInstruction* phi, size_t input_index);
164 InductionInfo* SolvePhi(HInstruction* phi, size_t input_index);
pc_relative_fixups_x86.cc 170 void ReplaceInput(HInstruction* insn, HConstant* value, int input_index, bool materialize) {
178 insn->ReplaceInput(load_constant, input_index);
induction_var_analysis.cc 213 info = TransferPhi(loop, instruction, /* input_index */ 0);
268 InductionInfo* update = TransferPhi(loop, phi, /* input_index */ 1);
298 InductionInfo* induction = SolvePhi(phi, /* input_index */ 1);
342 size_t input_index) {
343 // Match all phi inputs from input_index onwards exactly.
345 DCHECK_LT(input_index, count);
346 InductionInfo* a = LookupInfo(loop, phi->InputAt(input_index));
347 for (size_t i = input_index + 1; i < count; i++) {
465 size_t input_index) {
466 // Match all phi inputs from input_index onwards exactly
    [all...]
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...]
graph_checker.cc     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 200 unsigned input_index,
214 //struct pipe_vertex_element *velem = &rctx->vertex_elements->elements[input_index];
223 t_offset = lp_build_const_int32(base->gallivm, input_index);
248 si_shader_ctx->radeon_bld.inputs[radeon_llvm_reg_index_soa(input_index, chan)] =
256 unsigned input_index,
278 /* XXX: Is this the input_index? */
279 LLVMValueRef attr_number = lp_build_const_int32(gallivm, input_index);
326 unsigned soa_index = radeon_llvm_reg_index_soa(input_index, chan);
339 unsigned input_index,
345 declare_input_vs(si_shader_ctx, input_index, decl)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm.h 80 unsigned input_index,
  /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/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...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c 71 unsigned input_index,
77 unsigned soa_index = radeon_llvm_reg_index_soa(input_index,
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 2112 size_t input_index; local
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 3921 size_t input_index; local
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 2057 unsigned input_index = FRAG_ATTRIB_VAR0; 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...]

Completed in 2524 milliseconds

1 2