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

1 2

  /external/mesa3d/src/compiler/glsl/
lower_const_arrays_to_uniforms.cpp 104 uni->constant_value = con;
opt_constant_variable.cpp 113 if (entry->var->constant_value)
198 entry->var->constant_value = entry->constval;
ir_clone.cpp 62 if (this->constant_value)
63 var->constant_value = this->constant_value->clone(mem_ctx, ht);
ir_constant_expression.cpp 716 /* The constant_value of a uniform variable is its initializer,
722 if (!var->constant_value)
725 return var->constant_value->clone(ralloc_parent(var), NULL);
ir.cpp     [all...]
builtin_variables.cpp 592 var->constant_value = new(var) ir_constant(value);
610 var->constant_value = new(var) ir_constant(glsl_type::ivec3_type, &data);
    [all...]
ast_to_hir.cpp 4188 ir_constant *constant_value = rhs->constant_expression_value(); local
    [all...]
link_varyings.cpp 598 if (var->data.mode == ir_var_shader_in && !var->constant_value)
599 var->constant_value = ir_constant::zero(var, var->type);
    [all...]
ir.h 725 * If so, constant_value contains an integer ir_constant representing the
957 ir_constant *constant_value; member in class:ir_variable
963 * This field and \c ::constant_value are distinct. Even if the two fields
    [all...]
ast_function.cpp     [all...]
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 250 final CONSTANT_literal_info constant_value = ((ConstantValueAttribute_info) attr_info).getValue (m_table); local
251 if (constant_value instanceof CONSTANT_Long_info)
252 m_table.setDeclaredSUID (((CONSTANT_Long_info) constant_value).m_value);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.c 256 int constant_value; member in struct:_IntConstantPair
405 tmp_obj = PyInt_FromLong(_int_constants[i].constant_value);
  /external/python/cpython2/Modules/_sqlite/
module.c 256 int constant_value; member in struct:_IntConstantPair
405 tmp_obj = PyInt_FromLong(_int_constants[i].constant_value);
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.c 136 const char *operand_name; /* If null, then use constant_value. */
138 unsigned constant_value; member in struct:opname_map_e_struct
905 return m1->constant_value;
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 631 int constant_value = 0; local
636 constant_value = constant->Integer32Value() & 0x1f;
639 if (instr->representation().IsSmi() && constant_value > 0) {
648 if (op == Token::SHR && constant_value == 0) {
1427 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 638 int constant_value = 0; local
643 constant_value = constant->Integer32Value() & 0x1f;
646 if (instr->representation().IsSmi() && constant_value > 0) {
655 if (op == Token::SHR && constant_value == 0) {
1419 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 638 int constant_value = 0; local
643 constant_value = constant->Integer32Value() & 0x1f;
646 if (instr->representation().IsSmi() && constant_value > 0) {
655 if (op == Token::SHR && constant_value == 0) {
1420 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 643 int constant_value = 0; local
648 constant_value = constant->Integer32Value() & 0x1f;
651 if (instr->representation().IsSmi() && constant_value > 0) {
660 if (op == Token::SHR && constant_value == 0) {
1441 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 576 int constant_value = 0; local
581 constant_value = constant->Integer32Value() & 0x1f;
584 if (instr->representation().IsSmi() && constant_value > 0) {
593 if (op == Token::SHR && constant_value == 0) {
1312 int32_t constant_value = 0; local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 663 int constant_value = 0; local
668 constant_value = constant->Integer32Value() & 0x1f;
671 if (instr->representation().IsSmi() && constant_value > 0) {
680 if (op == Token::SHR && constant_value == 0) {
1475 int constant_value = local
    [all...]
lithium-codegen-ia32.cc 2660 int constant_value = ToInteger32(LConstantOperand::cast(key)); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 656 int constant_value = 0; local
661 constant_value = constant->Integer32Value() & 0x1f;
663 constant_value > 0) {
674 if (op == Token::SHR && constant_value == 0) {
1468 int constant_value = local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 661 int constant_value = 0; local
666 constant_value = constant->Integer32Value() & 0x1f;
669 if (instr->representation().IsSmi() && constant_value > 0) {
678 if (op == Token::SHR && constant_value == 0) {
1482 int constant_value = local
    [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc 1336 Node* constant_value = jsgraph()->Constant(access_info.constant()); local
    [all...]
ast-graph-builder.cc 2801 Handle<Object> constant_value = isolate()->factory()->GlobalConstantFor(name); local
    [all...]

Completed in 1396 milliseconds

1 2