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

  /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...]
  /art/compiler/optimizing/
common_arm64.h 73 static inline vixl::Register InputRegisterAt(HInstruction* instr, int input_index) {
74 return RegisterFrom(instr->GetLocations()->InAt(input_index),
75 instr->InputAt(input_index)->GetType());
97 static inline vixl::FPRegister InputFPRegisterAt(HInstruction* instr, int input_index) {
98 return FPRegisterFrom(instr->GetLocations()->InAt(input_index),
99 instr->InputAt(input_index)->GetType());
139 static inline vixl::Operand InputOperandAt(HInstruction* instr, int input_index) {
140 return OperandFrom(instr->GetLocations()->InAt(input_index),
141 instr->InputAt(input_index)->GetType());
graph_checker.h 124 void HandleBooleanInput(HInstruction* instruction, size_t input_index);
ssa_liveness_analysis.h 108 size_t input_index,
113 input_index_(input_index),
246 size_t input_index,
253 if (locations->IsFixedInput(input_index) || locations->OutputUsesSameAs(input_index)) {
259 } else if (!locations->InAt(input_index).IsValid()) {
283 instruction, environment, input_index, position, cursor->GetNext());
293 instruction, environment, input_index, position, first_env_use_);
296 instruction, environment, input_index, position, first_use_);
329 void AddPhiUse(HInstruction* instruction, size_t input_index, HBasicBlock* block)
    [all...]
locations.h 571 bool OutputUsesSameAs(uint32_t input_index) const {
572 return (input_index == 0)
577 bool IsFixedInput(uint32_t input_index) const {
578 Location input = inputs_.Get(input_index);
graph_checker.cc 500 void SSAChecker::HandleBooleanInput(HInstruction* instruction, size_t input_index) {
501 HInstruction* input = instruction->InputAt(input_index);
509 static_cast<int>(input_index),
521 static_cast<int>(input_index),
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/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/v8/src/compiler/
generic-node-inl.h 62 use->from->GetInputRecordPtr(use->input_index)->to = replace_to;
89 use->from->GetInputRecordPtr(use->input_index)->to = replace_to;
162 new_use->input_index = input_count_;
244 use->input_index = current;
generic-node.h 105 int input_index;
165 int index = input_->use->input_index;
262 return current_->from->GetInputRecordPtr(current_->input_index);
  /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/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 2111 size_t input_index; local
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 3502 size_t input_index; local
    [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...]
  /external/valgrind/perf/
tinycc.c 5516 int input_index; \/* if >= 0, gives reference to an input constraint *\/ member in struct:ASMOperand
    [all...]

Completed in 703 milliseconds