| /third_party/node/deps/v8/src/objects/ |
| H A D | js-weak-refs-inl.h | 172 // for unregistered WeakCells by checking that the target is not undefined.) in Nullify() 173 DCHECK(target().CanBeHeldWeakly()); in Nullify() 219 DCHECK(target().IsUndefined() || target().CanBeHeldWeakly()); in RemoveFromFinalizationRegistryCells()
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-promise.cc | 170 Handle<JSFunction> target = args.at<JSFunction>(0); in RUNTIME_FUNCTION() local 175 DCHECK_EQ(*target, *isolate->aggregate_error_function()); in RUNTIME_FUNCTION() 180 ErrorUtils::Construct(isolate, target, new_target, message, options)); in RUNTIME_FUNCTION()
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_texture.c | 161 so->texconst0 = A4XX_TEX_CONST_0_TYPE(fd4_tex_type(cso->target)) | in fd4_sampler_view_create() 171 if (cso->target == PIPE_BUFFER) { in fd4_sampler_view_create() 207 switch (cso->target) { in fd4_sampler_view_create()
|
| H A D | fd4_image.c | 77 img->type = fd4_tex_type(prsc->target); in translate_image() 86 if (prsc->target == PIPE_BUFFER) { in translate_image() 119 switch (prsc->target) { in translate_image()
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_resource.h | 41 "p: target=%s, format=%s, %ux%ux%u, " \ 45 (p), util_str_tex_target((p)->target, true), \ 396 fdl_type_from_pipe_target(enum pipe_texture_target target) { in fdl_type_from_pipe_target() argument 397 switch (target) { in fdl_type_from_pipe_target()
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_state_sampler.c | 95 if (pt->target == PIPE_TEXTURE_1D) { in update_sampler() 115 if (pt->target == PIPE_TEXTURE_CUBE) { in update_sampler() 138 if (pt->target == PIPE_TEXTURE_3D && in update_sampler()
|
| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_shader.h | 294 const shader_target target; member in r600_sb::shader 364 depart_node* create_depart(region_node *target); 365 repeat_node* create_repeat(region_node *target);
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Context_gles_3_1_autogen.h | 28 void framebufferParameteri(GLenum target, GLenum pname, GLint param); \ 30 void getBooleani_v(GLenum target, GLuint index, GLboolean *data); \ 31 void getFramebufferParameteriv(GLenum target, GLenum pname, GLint *params); \
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl3cClipDistance.hpp | 168 VertexBufferObject(const glw::Functions& gl, const glw::GLenum target, std::vector<T> data); 326 * @param [in] target Binding target of the VBO. 331 const glw::GLenum target, std::vector<T> data) in VertexBufferObject() 332 : m_gl(gl), m_vertex_buffer_object_id(0), m_target(target), m_size(0) in VertexBufferObject() 362 /** @brief Bind Vertex Buffer Object to its target. 364 * @note It binds also to indexed binding point for GL_TRANSFORM_FEEDBACK_BUFFER target. 330 VertexBufferObject(const glw::Functions& gl, const glw::GLenum target, std::vector<T> data) VertexBufferObject() argument
|
| /third_party/skia/src/gpu/ops/ |
| H A D | RegionOp.cpp | 107 void onPrepareDraws(GrMeshDrawTarget* target) override { 109 this->createProgramInfo(target); 125 QuadHelper helper(target, fProgramInfo->geomProc().vertexStride(), numRects);
|
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLSwitchStatement.cpp | 84 static void move_all_but_break(std::unique_ptr<Statement>& stmt, StatementArray* target) { in move_all_but_break() argument 96 target->push_back(Block::Make(block.fLine, std::move(blockStmts), in move_all_but_break() 102 // Do not append a break to the target. in move_all_but_break() 106 // Append normal statements to the target. in move_all_but_break() 107 target->push_back(std::move(stmt)); in move_all_but_break()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | CopyTextureForBrowserHelper.cpp | 211 ColorTargetState target = {}; in GetOrCreateCopyTextureForBrowserPipeline() local 212 target.format = dstFormat; in GetOrCreateCopyTextureForBrowserPipeline() 226 fragment.targets = ⌖ in GetOrCreateCopyTextureForBrowserPipeline()
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
| H A D | index_sub_table_format1.cc | 189 WritableFontDataPtr target; in SubSerialize() local 192 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize() 194 size += source->CopyTo(target); in SubSerialize()
|
| H A D | index_sub_table_format2.cc | 196 WritableFontDataPtr target; in SubSerialize() local 199 target.Attach(down_cast<WritableFontData*>(new_data->Slice(size))); in SubSerialize() 200 size += source->CopyTo(target); in SubSerialize()
|
| H A D | index_sub_table_format3.cc | 201 WritableFontDataPtr target; in SubSerialize() local 204 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize() 206 size += source->CopyTo(target); in SubSerialize()
|
| H A D | index_sub_table_format5.cc | 205 WritableFontDataPtr target; in SubSerialize() local 208 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize() 210 size += source->CopyTo(target); in SubSerialize()
|
| /third_party/skia/third_party/externals/tint/src/writer/msl/ |
| H A D | generator_impl_import_test.cc | 45 auto* target = sem->Target(); in TEST_P() local 46 ASSERT_NE(target, nullptr); in TEST_P() 47 auto* intrinsic = target->As<sem::Intrinsic>(); in TEST_P()
|
| /third_party/skia/include/gpu/ |
| H A D | GrBackendSurface.h | 85 static GrBackendFormat MakeGL(GrGLenum format, GrGLenum target) { in MakeGL() argument 86 return GrBackendFormat(format, target); in MakeGL() 199 GrBackendFormat(GrGLenum format, GrGLenum target); 559 // Get the GrBackendFormat for this render target (or an invalid format if this is not valid).
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsFboUtil.hpp | 257 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} in Attachment() 259 glw::GLenum target; member 333 FboBuilder (glw::GLuint fbo, glw::GLenum target,
|
| /third_party/vk-gl-cts/framework/platform/lnx/X11/ |
| H A D | tcuLnxX11EglDisplayFactory.cpp | 53 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglX11CopyBuffersFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLNativePixmapType target); 82 eglw::EGLBoolean copyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const in copyBuffers() 84 return (m_egl.copyBuffers)(dpy, surface, reinterpret_cast<EGLNativePixmapType*>(target)); in copyBuffers()
|
| /third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
| H A D | ohos_context_i.h | 93 virtual uint32_t OH_copyBuffers(void* dpy, void* surface, void* target) = 0; 95 virtual void* OH_createImage(void* dpy, void* ctx, uint32_t target, void* buffer, const int *attrib_list) = 0; 96 virtual void* OH_createImageKHR(void* dpy, void* ctx, uint32_t target, void* buffer, const int32_t *attrib_list) = 0;
|
| H A D | rosen_context_impl.h | 61 uint32_t OH_copyBuffers(void* dpy, void* surface, void* target) override; 63 void* OH_createImage(void* dpy, void* ctx, uint32_t target, void* buffer, const int *attrib_list) override; 64 void* OH_createImageKHR(void* dpy, void* ctx, uint32_t target, void* buffer, const int32_t *attrib_list) override;
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | macro-assembler-loong64.cc | 1836 void TurboAssembler::BranchTrueShortF(Label* target, CFRegister cj) { in CallRecordWriteStub() argument 1837 bcnez(cj, target); in CallRecordWriteStub() 1840 void TurboAssembler::BranchFalseShortF(Label* target, CFRegister cj) { in CallRecordWriteStub() argument 1841 bceqz(cj, target); in CallRecordWriteStub() 1844 void TurboAssembler::BranchTrueF(Label* target, CFRegister cj) { in CallRecordWriteStub() argument 1846 bool long_branch = target->is_bound() in CallRecordWriteStub() 1847 ? !is_near(target, OffsetSize::kOffset21) in CallRecordWriteStub() 1852 Branch(target); in CallRecordWriteStub() 1855 BranchTrueShortF(target, cj); in CallRecordWriteStub() 1859 void TurboAssembler::BranchFalseF(Label* target, CFRegiste in CallRecordWriteStub() argument 2530 Jump(Register target, Condition cond, Register rj, const Operand& rk) CallRecordWriteStub() argument 2544 Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond, Register rj, const Operand& rk) CallRecordWriteStub() argument 2558 Jump(Address target, RelocInfo::Mode rmode, Condition cond, Register rj, const Operand& rk) CallRecordWriteStub() argument 2614 Call(Register target, Condition cond, Register rj, const Operand& rk) CallRecordWriteStub() argument 2643 Call(Address target, RelocInfo::Mode rmode, Condition cond, Register rj, const Operand& rk) CallRecordWriteStub() argument 2746 PatchAndJump(Address target) CallRecordWriteStub() argument 2759 StoreReturnAddressAndCall(Register target) CallRecordWriteStub() argument 2862 Call(Label* target) CallRecordWriteStub() argument 4081 CallForDeoptimization(Builtin target, int, Label* exit, DeoptimizeKind kind, Label* ret, Label*) CallRecordWriteStub() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup.c | 726 if (res->target == PIPE_TEXTURE_1D_ARRAY || in lp_setup_set_fs_images() 727 res->target == PIPE_TEXTURE_2D_ARRAY || in lp_setup_set_fs_images() 728 res->target == PIPE_TEXTURE_3D || in lp_setup_set_fs_images() 729 res->target == PIPE_TEXTURE_CUBE || in lp_setup_set_fs_images() 730 res->target == PIPE_TEXTURE_CUBE_ARRAY) { in lp_setup_set_fs_images() 1012 if (res->target == PIPE_TEXTURE_1D_ARRAY || in lp_setup_set_fragment_sampler_views() 1013 res->target == PIPE_TEXTURE_2D_ARRAY || in lp_setup_set_fragment_sampler_views() 1014 res->target == PIPE_TEXTURE_CUBE || in lp_setup_set_fragment_sampler_views() 1015 res->target == PIPE_TEXTURE_CUBE_ARRAY || in lp_setup_set_fragment_sampler_views() 1016 (res->target in lp_setup_set_fragment_sampler_views() [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-intl.cc | 271 new_target = args.target(); in LegacyFormatConstructor() 277 Handle<JSFunction> target = args.target(); in LegacyFormatConstructor() local 285 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in LegacyFormatConstructor() 349 Handle<JSFunction> target = args.target(); in DisallowCallConstructor() local 356 isolate, map, JSFunction::GetDerivedMap(isolate, target, new_target)); in DisallowCallConstructor() 374 new_target = args.target(); in CallOrConstructConstructor() 380 Handle<JSFunction> target = args.target(); in CallOrConstructConstructor() local 700 Handle<JSFunction> target = args.target(); BUILTIN() local [all...] |