/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | graphics_robust_access_pass.cpp | 120 // by the type of the base pointer. The length of a runtime array is 689 // to exactly the right base pointer, or to an access chain instruction in MakeRuntimeArrayLengthInst() 709 : current_access_chain->NumInOperands() - 1 /* skip the base */; in MakeRuntimeArrayLengthInst() 710 Instruction* base = in MakeRuntimeArrayLengthInst() local 713 // The base pointer points to the structure. in MakeRuntimeArrayLengthInst() 714 pointer_to_containing_struct = base; in MakeRuntimeArrayLengthInst() 720 current_access_chain = base; in MakeRuntimeArrayLengthInst() 725 // We'll use the base pointer and the indices up to but not including in MakeRuntimeArrayLengthInst() 728 // Use the base pointer in MakeRuntimeArrayLengthInst() 737 // the base an in MakeRuntimeArrayLengthInst() [all...] |
H A D | instruction.cpp | 235 uint32_t base = GetSingleWordInOperand(kLoadBaseIndex); in GetBaseAddress() local 236 Instruction* base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() 246 // All of these instructions have the base pointer use a base pointer in GetBaseAddress() 248 base = base_inst->GetSingleWordInOperand(0); in GetBaseAddress() 249 base_inst = context()->get_def_use_mgr()->GetDef(base); in GetBaseAddress() 636 // With variable pointers, there are more valid base pointer objects. in IsValidBasePointer()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLPipelineStageCodeGenerator.cpp | 529 this->writeExpression(*expr.base(), Precedence::kPostfix); in writeIndexExpression() 537 this->writeExpression(*f.base(), Precedence::kPostfix); in writeFieldAccess() 540 const Type& baseType = f.base()->type(); in writeFieldAccess() 545 this->writeExpression(*swizzle.base(), Precedence::kPostfix); in writeSwizzle()
|
H A D | SkSLVMCodeGenerator.cpp | 902 offset += (*expr.base()->type().fields()[i].fType).slotCount(); 908 Value base = this->writeExpression(*expr.base()); 912 field[i] = base[offset + i]; 925 indexValue = SkTPin(indexValue, 0, expr.base()->type().columns() - 1); 932 Value base = this->writeExpression(*expr.base()); 936 element[i] = base[offset + i]; 1475 Value base = this->writeExpression(*s.base()); [all...] |
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.cc | 900 const Instruction* base = this; in GetImmPCOffsetTarget() local 906 base = AlignDown(base, kPageSize); in GetImmPCOffsetTarget() 917 return base + offset; in GetImmPCOffsetTarget()
|
/third_party/python/Objects/ |
H A D | call.c | 771 object_vacall(PyThreadState *tstate, PyObject *base, in object_vacall() argument 787 nargs = base ? 1 : 0; in object_vacall() 810 if (base) { in object_vacall() 811 stack[i++] = base; in object_vacall()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/ |
H A D | civil_time_detail.h | 23 #include "absl/base/config.h" 568 weekday base = get_weekday(cd); variable 570 if (base == k_weekdays_forw[i]) { 588 weekday base = get_weekday(cd); variable 590 if (base == k_weekdays_back[i]) {
|
/third_party/spirv-tools/source/opt/ |
H A D | graphics_robust_access_pass.cpp | 120 // by the type of the base pointer. The length of a runtime array is 680 // to exactly the right base pointer, or to an access chain instruction in MakeRuntimeArrayLengthInst() 700 : current_access_chain->NumInOperands() - 1 /* skip the base */; in MakeRuntimeArrayLengthInst() 701 Instruction* base = in MakeRuntimeArrayLengthInst() local 704 // The base pointer points to the structure. in MakeRuntimeArrayLengthInst() 705 pointer_to_containing_struct = base; in MakeRuntimeArrayLengthInst() 711 current_access_chain = base; in MakeRuntimeArrayLengthInst() 716 // We'll use the base pointer and the indices up to but not including in MakeRuntimeArrayLengthInst() 719 // Use the base pointer in MakeRuntimeArrayLengthInst() 728 // the base an in MakeRuntimeArrayLengthInst() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineCreationCacheControlTests.cpp | 720 const VkGraphicsPipelineCreateInfo& base, in createPipelineCreateInfos() 733 auto createInfo = base; in createPipelineCreateInfos() 883 // Placeholder for base pipeline if using cacheType == DERIVATIVE_HANDLE in testInstance() 942 const VkComputePipelineCreateInfo& base, in createPipelineCreateInfos() 955 auto createInfo = base; in createPipelineCreateInfos() 1064 // Placeholder for base pipeline if using cacheType == DERIVATIVE_HANDLE in testInstance() 719 createPipelineCreateInfos(const TestParams::Iteration& iteration, const VkGraphicsPipelineCreateInfo& base, VkPipeline basePipeline, const TestParams& testParameter) createPipelineCreateInfos() argument 941 createPipelineCreateInfos(const TestParams::Iteration& iteration, const VkComputePipelineCreateInfo& base, VkPipeline basePipeline, const TestParams& testParameter) createPipelineCreateInfos() argument
|
/third_party/vulkan-loader/loader/ |
H A D | settings.c | 207 VkResult check_if_settings_path_exists(const struct loader_instance* inst, char* base, char* suffix, char** settings_file_path) { in check_if_settings_path_exists() argument 208 if (NULL == base || NULL == suffix) { in check_if_settings_path_exists() 211 size_t base_len = strlen(base); in check_if_settings_path_exists() 218 loader_strncpy(*settings_file_path, path_len, base, base_len); in check_if_settings_path_exists()
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 16 #include "src/base/bits.h" 17 #include "src/base/flags.h" 18 #include "src/base/logging.h" 19 #include "src/base/once.h" 20 #include "src/base/platform/mutex.h" 21 #include "src/base/utils/random-number-generator.h" 37 #include "src/heap/base/stack.h" 110 #include "src/base/platform/wrappers.h" 1837 ->SetStackEndOfCurrentGC(v8::base::Stack::GetCurrentStackPosition()); in CollectGarbage() 1843 base in CollectGarbage() [all...] |
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.cc | 50 #include "src/base/bits.h" 51 #include "src/base/cpu.h" 134 base::CPU cpu; in ProbeImpl() 236 Operand::Operand(Register base, int32_t disp, RelocInfo::Mode rmode) { in Operand() argument 237 // [base + disp/r] in Operand() 238 if (disp == 0 && RelocInfo::IsNoInfo(rmode) && base != ebp) { in Operand() 239 // [base] in Operand() 240 set_modrm(0, base); in Operand() 241 if (base == esp) set_sib(times_1, esp, base); in Operand() 255 Operand(Register base, Register index, ScaleFactor scale, int32_t disp, RelocInfo::Mode rmode) Operand() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | spirv_instruction_builder_autogen.cpp | 631 IdRef base, in WriteAccessChain() 638 blob->push_back(base); in WriteAccessChain() 648 IdRef base, in WriteInBoundsAccessChain() 655 blob->push_back(base); in WriteInBoundsAccessChain() 2125 IdRef base, in WriteShiftRightLogical() 2132 blob->push_back(base); in WriteShiftRightLogical() 2139 IdRef base, in WriteShiftRightArithmetic() 2146 blob->push_back(base); in WriteShiftRightArithmetic() 2153 IdRef base, in WriteShiftLeftLogical() 2160 blob->push_back(base); in WriteShiftLeftLogical() 628 WriteAccessChain(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base, const IdRefList &indexesList) WriteAccessChain() argument 645 WriteInBoundsAccessChain(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base, const IdRefList &indexesList) WriteInBoundsAccessChain() argument 2122 WriteShiftRightLogical(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base, IdRef shift) WriteShiftRightLogical() argument 2136 WriteShiftRightArithmetic(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base, IdRef shift) WriteShiftRightArithmetic() argument 2150 WriteShiftLeftLogical(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base, IdRef shift) WriteShiftLeftLogical() argument 2215 WriteBitFieldInsert(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base, IdRef insert, IdRef offset, IdRef count) WriteBitFieldInsert() argument 2233 WriteBitFieldSExtract(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base, IdRef offset, IdRef count) WriteBitFieldSExtract() argument 2249 WriteBitFieldUExtract(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base, IdRef offset, IdRef count) WriteBitFieldUExtract() argument 2265 WriteBitReverse(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base) WriteBitReverse() argument 2274 WriteBitCount(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base) WriteBitCount() argument [all...] |
H A D | spirv_instruction_parser_autogen.cpp | 709 IdRef *base, in ParseAccessChain() 719 *base = IdRef(_instruction[_o++]); in ParseAccessChain() 731 IdRef *base, in ParseInBoundsAccessChain() 741 *base = IdRef(_instruction[_o++]); in ParseInBoundsAccessChain() 2547 IdRef *base, in ParseShiftRightLogical() 2557 *base = IdRef(_instruction[_o++]); in ParseShiftRightLogical() 2563 IdRef *base, in ParseShiftRightArithmetic() 2573 *base = IdRef(_instruction[_o++]); in ParseShiftRightArithmetic() 2579 IdRef *base, in ParseShiftLeftLogical() 2589 *base in ParseShiftLeftLogical() 706 ParseAccessChain(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *base, IdRefList *indexesList) ParseAccessChain() argument 728 ParseInBoundsAccessChain(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *base, IdRefList *indexesList) ParseInBoundsAccessChain() argument 2544 ParseShiftRightLogical(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *base, IdRef *shift) ParseShiftRightLogical() argument 2560 ParseShiftRightArithmetic(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *base, IdRef *shift) ParseShiftRightArithmetic() argument 2576 ParseShiftLeftLogical(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *base, IdRef *shift) ParseShiftLeftLogical() argument 2654 ParseBitFieldInsert(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *base, IdRef *insert, IdRef *offset, IdRef *count) ParseBitFieldInsert() argument 2674 ParseBitFieldSExtract(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *base, IdRef *offset, IdRef *count) ParseBitFieldSExtract() argument 2692 ParseBitFieldUExtract(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *base, IdRef *offset, IdRef *count) ParseBitFieldUExtract() argument 2710 ParseBitReverse(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *base) ParseBitReverse() argument 2724 ParseBitCount(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *base) ParseBitCount() argument [all...] |
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 4227 nm_mpd_qpow(PyObject *base, PyObject *exp, PyObject *mod) in nm_mpd_qpow() argument 4235 CONVERT_BINOP(&a, &b, base, exp, context); in nm_mpd_qpow() 5285 PyObject *base, *exp, *mod = Py_None; in ctx_mpd_qpow() local 5291 &base, &exp, &mod)) { in ctx_mpd_qpow() 5295 CONVERT_BINOP_RAISE(&a, &b, base, exp, context); in ctx_mpd_qpow() 5876 /* Numeric abstract base classes */ in PyInit__decimal() 5879 /* Register Decimal with the Number abstract base class */ in PyInit__decimal() 5942 PyObject *base; in PyInit__decimal() local 5948 base = PyTuple_Pack(2, DecimalException, PyExc_TypeError); in PyInit__decimal() 5951 base in PyInit__decimal() 5992 PyObject *base; PyInit__decimal() local [all...] |
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 1292 #define YUV2RGBWRAPPERX(name, base, ext, fmt, hasAlpha) \ 1300 name ## base ## _X_vsx_template(c, lumFilter, lumSrc, lumFilterSize, \ 1305 #define YUV2RGBWRAPPERX2(name, base, ext, fmt, hasAlpha) \ 1311 name ## base ## _2_vsx_template(c, buf, ubuf, vbuf, abuf, \ 1315 #define YUV2RGBWRAPPER(name, base, ext, fmt, hasAlpha) \ 1321 name ## base ## _1_vsx_template(c, buf0, ubuf, vbuf, abuf0, dest, \ 1629 #define YUV2PACKEDWRAPPERX(name, base, ext, fmt) \ 1637 name ## base ## _X_vsx_template(c, lumFilter, lumSrc, lumFilterSize, \ 1642 #define YUV2PACKEDWRAPPER2(name, base, ext, fmt) \ 1643 YUV2PACKEDWRAPPERX(name, base, ex [all...] |
/third_party/jerryscript/jerry-core/vm/ |
H A D | vm.c | 61 vm_op_get_value (ecma_value_t object, /**< base object */ in vm_op_get_value() 160 vm_op_set_value (ecma_value_t base, /**< base object */ in vm_op_set_value() argument 169 if (JERRY_UNLIKELY (!ecma_is_value_object (base))) in vm_op_set_value() 171 if (JERRY_UNLIKELY (ecma_is_value_null (base) || ecma_is_value_undefined (base))) in vm_op_set_value() 177 base); in vm_op_set_value() 192 ecma_free_value (base); in vm_op_set_value() 201 ecma_value_t object = ecma_op_to_object (base); in vm_op_set_value() 210 base, in vm_op_set_value() 4050 ecma_value_t base = *(--stack_top_p); vm_loop() local [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_config.cc | 372 auto p = name_iov.base; in parse_header() 374 util::inp_strlower(name_iov.base, p); in parse_header() 378 HeaderRef(StringRef{name_iov.base, p}, in parse_header() 778 auto p = iov.base; in parse_log_format() 780 for (auto cp = iov.base; cp != p; ++cp) { in parse_log_format() 786 res.emplace_back(type, StringRef{iov.base, p}); in parse_log_format() 1232 auto p = iov.base; in parse_mapping() 1234 util::inp_strlower(iov.base, p); in parse_mapping() 1237 pattern = StringRef{iov.base, p}; in parse_mapping() 1245 auto p = iov.base; in parse_mapping() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | aacsbr.c | 57 float base, prod; in make_bands() local 59 base = powf((float)stop / start, 1.0f / num_bands); in make_bands() 64 prod *= base; in make_bands()
|
/third_party/elfutils/libdwfl/ |
H A D | libdwflP.h | 560 extern bool __libdwfl_elf_address_range (Elf *elf, GElf_Addr base, 572 Elf *elf, GElf_Addr base, 675 const char *name, Dwarf_Addr base,
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_psnr.c | 75 static inline unsigned pow_2(unsigned base) in pow_2() argument 77 return base*base; in pow_2()
|
/third_party/gn/src/gn/ |
H A D | header_checker_unittest.cc | 60 return base::MakeRefCounted<HeaderChecker>( in CreateChecker() 366 using base::FilePath; in TEST_F() 425 using base::FilePath; in TEST_F()
|
/third_party/libuv/src/unix/ |
H A D | sunos.c | 155 uint64_t base; in uv__io_poll() local 201 base = loop->time; in uv__io_poll() 364 diff = loop->time - base; in uv__io_poll()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | postproc.c | 142 context->desc.vidproc.base.input_format = src->buffer_format; in vlVaVidEngineBlit() 143 context->desc.vidproc.base.output_format = dst->buffer_format; in vlVaVidEngineBlit() 173 &context->desc.base); in vlVaVidEngineBlit()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_enc_2_0.c | 394 if (enc->base.profile == PIPE_VIDEO_PROFILE_HEVC_MAIN_10) { in radeon_enc_input_format() 417 if (enc->base.profile == PIPE_VIDEO_PROFILE_HEVC_MAIN_10) { in radeon_enc_output_format() 458 if (u_reduce_video_profile(enc->base.profile) == PIPE_VIDEO_FORMAT_HEVC) { in radeon_enc_2_0_init()
|