Home
last modified time | relevance | path

Searched defs:constant (Results 126 - 150 of 194) sorted by relevance

12345678

/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp350 ir_constant *constant = new(expr) in handle_rvalue() local
[all...]
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds.c251 uint32_t constant; in pvr_pds_get_constants() local
414 uint32_t constant = pvr_pds_get_constants(&next_constant, 2, data_size); pvr_pds_append_constant64() local
650 uint32_t constant; pvr_pds_get_bank_based_constants() local
3421 uint32_t constant = 0; pvr_pds_generate_doutc() local
3493 uint32_t constant[PVR_PDS_MAX_NUM_DOUTW_CONSTANTS]; pvr_pds_generate_doutw() local
3602 uint32_t constant = 0; pvr_pds_kick_usc() local
3993 uint32_t constant; pvr_pds_coefficient_loading() local
4114 uint32_t constant; pvr_pds_generate_single_ldst_instruction() local
[all...]
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode.c522 pandecode_primitive_size(const void *s, bool constant) in pandecode_primitive_size() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dsimplify.c429 static inline int constant(pseudo_t pseudo) in constant() function
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc213 Constant constant = ToConstant(operand); in ToImmediate() local
712 Constant constant = i.ToConstant(instr->InputAt(0)); AssembleArchInstruction() local
725 Constant constant = i.ToConstant(instr->InputAt(0)); AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc1215 Constant constant = converter.ToConstant(op); in AddTranslationForOperand() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc77 Constant constant = ToConstant(instr_->InputAt(index)); in InputImmediate() local
604 Constant constant = i.ToConstant(instr->InputAt(0)); in AssembleArchInstruction() local
617 Constant constant = i.ToConstant(instr->InputAt(0)); AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc66 Constant constant = ToConstant(instr_->InputAt(index)); in InputImmediate() local
832 Constant constant = i.ToConstant(instr->InputAt(0)); in AssembleArchInstruction() local
851 Constant constant = i.ToConstant(instr->InputAt(0)); AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h746 CreateLiteralParameters(const HeapObjectRef& constant, in CreateLiteralParameters() argument
753 HeapObjectRef constant(JSHeapBroker* broker) const { in constant() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc71 Constant constant = ToConstant(operand); in ToImmediate() local
725 Constant constant = i.ToConstant(instr->InputAt(0)); AssembleArchInstruction() local
741 Constant constant = i.ToConstant(instr->InputAt(0)); AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc76 Constant constant = ToConstant(instr_->InputAt(index)); in InputImmediate() local
640 Constant constant = i.ToConstant(instr->InputAt(0)); in AssembleArchInstruction() local
652 Constant constant in AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc77 Constant constant = ToConstant(instr_->InputAt(index)); in InputImmediate() local
588 Constant constant = i.ToConstant(instr->InputAt(0)); in AssembleArchInstruction() local
600 Constant constant = i.ToConstant(instr->InputAt(0)); AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc55 Constant constant = ToConstant(instr_->InputAt(index)); in InputOrZeroRegister() local
88 Constant constant = ToConstant(instr_->InputAt(index)); in InputImmediate() local
658 Constant constant in AssembleArchInstruction() local
685 Constant constant = i.ToConstant(instr->InputAt(0)); AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc85 TNode<Object> constant = LoadConstantPoolEntryAtOperandIndex(0); in IGNITION_HANDLER() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dmap.cc468 CopyWithConstant(Isolate* isolate, Handle<Map> map, Handle<Name> name, Handle<Object> constant, PropertyAttributes attributes, TransitionFlag flag) CopyWithConstant() argument
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h143 WasmValue constant() const { in constant() function in v8::internal::wasm::LiftoffAssembler::VarState
H A Dliftoff-assembler.cc57 static RegisterLoad Const(WasmValue constant) { in Const() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.h83 void *constant; member
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h218 float constant; member
608 float constant; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_schedule.c1379 bi_rewrite_constants_to_pass(bi_tuple *tuple, uint64_t constant, bool pcrel) in bi_rewrite_constants_to_pass() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp42 TConstantUnion *Vectorize(const TConstantUnion &constant, size_t size) in Vectorize() argument
[all...]
H A DOutputHLSL.cpp2997 TIntermConstantUnion *constant = assign->getRight()->getAsConstantUnion(); in handleExcessiveLoop() local
3019 TIntermConstantUnion *constant = test->getRight()->getAsConstantUnion(); in handleExcessiveLoop() local
3041 TIntermConstantUnion *constant = binaryTerminal->getRight()->getAsConstantUnion(); handleExcessiveLoop() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DVertexProcessor.cpp336 void VertexProcessor::setLightAttenuation(unsigned int light, float constant, float linear, float quadratic) in setLightAttenuation() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp86 constant, enumerator
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc1014 const auto* constant = constant_mgr_->FindDeclaredConstant(length_info.id); in ConvertType() local
[all...]

Completed in 58 milliseconds

12345678