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

  /external/mesa3d/src/glsl/
opt_algebraic.cpp 58 int const_index,
127 ir_algebraic_visitor::reassociate_constant(ir_expression *ir1, int const_index,
149 reassociate_operands(ir1, const_index, ir2, 1);
152 reassociate_operands(ir1, const_index, ir2, 0);
156 if (reassociate_constant(ir1, const_index, constant,
162 if (reassociate_constant(ir1, const_index, constant,
lower_ubo_reference.cpp 119 ir_constant *const_index = deref_array->array_index->as_constant(); local
120 if (const_index) {
121 const_offset += array_stride * const_index->value.i[0];
ast_to_hir.cpp 1567 ir_constant *const const_index = op[1]->constant_expression_value(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c 704 int const_index = -1; local
748 if (const_index != -1) {
752 const_index = i;
756 if (!rc_src_reg_is_immediate(c, inst_mul->U.I.SrcReg[const_index].File,
757 inst_mul->U.I.SrcReg[const_index].Index)) {
761 inst_mul->U.I.SrcReg[const_index].Index,
762 inst_mul->U.I.SrcReg[const_index].Swizzle,
763 inst_mul->U.I.SrcReg[const_index].Negate,
  /external/v8/src/arm/
lithium-codegen-arm.cc 3186 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
3196 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
4564 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 3082 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
3095 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
4520 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 3058 int32_t const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
4581 int32_t const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]
  /external/v8/src/mips64/
lithium-codegen-mips64.cc 3066 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
3079 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
4584 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 3030 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]
  /external/v8/src/x87/
lithium-codegen-x87.cc 3320 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
    [all...]

Completed in 111 milliseconds