Home
last modified time | relevance | path

Searched defs:ref (Results 776 - 800 of 801) sorted by relevance

1...<<313233

/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc6047 auto* ref = expr.type->As<Reference>(); in AddressOf() local
[all...]
/third_party/toybox/toys/pending/
H A Dawk.c2982 struct zvalue *ref, *v = 0; // init v to mute "may be uninit" warning in setup_lvalue() local
[all...]
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.cc1561 uint16_t ref = (cond.GetCondition() & 0x1) << 3; in it() local
[all...]
/third_party/python/Objects/
H A Dtypeobject.c310 PyObject *ref; in PyType_Modified() local
4144 PyObject *ref; // borrowed ref in _PyType_GetSubclasses() local
8670 PyObject *ref; recurse_down_subclasses() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp420 inline float texture2DShadow (const ShaderEvalContext& c, float ref, float s, float t, float lod) { return c.textures[0].tex2D->sampleCompare(c.textures[0].sampler, ref, s, t, lod); } in texture2DShadow() argument
421 inline float textureCubeShadow (const ShaderEvalContext& c, float ref, float s, float t, float r, float lod) { return c.textures[0].texCube->sampleCompare(c.textures[0].sampler, ref, s, t, r, lod); } in textureCubeShadow() argument
422 inline float texture2DArrayShadow (const ShaderEvalContext& c, float ref, float s, float t, float r, float lod) { return c.textures[0].tex2DArray->sampleCompare(c.textures[0].sampler, ref, s, t, r, lod); } in texture2DArrayShadow() argument
423 inline float texture1DShadow (const ShaderEvalContext& c, float ref, float s, float lod) { return c.textures[0].tex1D->sampleCompare(c.textures[0].sampler, ref, s, lod); } in texture1DShadow() argument
424 inline float texture1DArrayShadow (const ShaderEvalContext& c, float ref, float s, float t, float lod) { return c.textures[0].tex1DArray->sampleCompare(c.textures[0].sampler, ref, in texture1DShadow() argument
425 textureCubeArrayShadow(const ShaderEvalContext& c, float ref, float s, float t, float r, float q, float lod) textureCubeArrayShadow() argument
433 texture2DShadowOffset(const ShaderEvalContext& c, float ref, float s, float t, float lod, IVec2 offset) texture2DShadowOffset() argument
434 texture2DArrayShadowOffset(const ShaderEvalContext& c, float ref, float s, float t, float r, float lod, IVec2 offset) texture2DArrayShadowOffset() argument
435 texture1DShadowOffset(const ShaderEvalContext& c, float ref, float s, float lod, deInt32 offset) texture1DShadowOffset() argument
436 texture1DArrayShadowOffset(const ShaderEvalContext& c, float ref, float s, float t, float lod, deInt32 offset) texture1DArrayShadowOffset() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c5889 u64 ref; in p2p_ctrl_serv_disc_req() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c6664 u64 ref; local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.h146 int ref; /* (number of references held) - 1 */ member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c8865 static inline bool group_smaller_min_cpu_capacity(struct sched_group *sg, struct sched_group *ref) in group_smaller_min_cpu_capacity() argument
8874 static inline bool group_smaller_max_cpu_capacity(struct sched_group *sg, struct sched_group *ref) in group_smaller_max_cpu_capacity() argument
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp3410 napi_ref *ref = reinterpret_cast<napi_ref *>(data); in ObjectFinalizer() local
3418 napi_ref *ref = reinterpret_cast<napi_ref *>(malloc(sizeof(napi_ref))); in CreateObjectWrap() local
3472 napi_ref *ref = reinterpret_cast<napi_ref *>(data); in CustomObjectFinalizer() local
3480 napi_ref *ref = reinterpret_cast<napi_ref *>(malloc(sizeof(napi_ref))); ObjectWrapper() local
[all...]
/third_party/elfutils/src/
H A Dreadelf.c7307 Dwarf_Die ref; in attr_callback() local
/third_party/curl/lib/
H A Durldata.h1453 char *ref; member
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp78 void __indirect_glAlphaFunc(GLenum func, GLclampf ref) { } in __indirect_glAlphaFunc() argument
305 void __indirect_glStencilFunc(GLenum func, GLint ref, GLuint mask) { } in __indirect_glStencilFunc() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c8696 struct tgsi_full_src_register offset_src, sampler, ref; in emit_tg4() local
8868 struct tgsi_full_src_register coord, ref; in emit_tex2() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc2221 Node* WasmGraphBuilder::BuildBitCountingCall(Node* input, ExternalReference ref, in BuildBitCountingCall() argument
2258 ExternalReference ref = ExternalReference::wasm_f32_trunc(); in BuildF32Trunc() local
2265 ExternalReference ref = ExternalReference::wasm_f32_floor(); in BuildF32Floor() local
2271 ExternalReference ref = ExternalReference::wasm_f32_ceil(); in BuildF32Ceil() local
2277 ExternalReference ref = ExternalReference::wasm_f32_nearest_int(); BuildF32NearestInt() local
2283 ExternalReference ref = ExternalReference::wasm_f64_trunc(); BuildF64Trunc() local
2289 ExternalReference ref = ExternalReference::wasm_f64_floor(); BuildF64Floor() local
2295 ExternalReference ref = ExternalReference::wasm_f64_ceil(); BuildF64Ceil() local
2301 ExternalReference ref = ExternalReference::wasm_f64_nearest_int(); BuildF64NearestInt() local
2307 ExternalReference ref = ExternalReference::f64_acos_wrapper_function(); BuildF64Acos() local
2313 ExternalReference ref = ExternalReference::f64_asin_wrapper_function(); BuildF64Asin() local
2319 ExternalReference ref = ExternalReference::wasm_float64_pow(); BuildF64Pow() local
2325 ExternalReference ref = ExternalReference::f64_mod_wrapper_function(); BuildF64Mod() local
2329 BuildCFuncInstruction(ExternalReference ref, MachineType type, Node* input0, Node* input1) BuildCFuncInstruction() argument
2377 BuildIntToFloatConversionInstruction( Node* input, ExternalReference ref, MachineRepresentation parameter_representation, const MachineType result_type) BuildIntToFloatConversionInstruction() argument
2952 BuildDiv64Call(Node* left, Node* right, ExternalReference ref, MachineType result_type, wasm::TrapReason trap_zero, wasm::WasmCodePosition position) BuildDiv64Call() argument
4298 ExternalReference ref = ExternalReference::wasm_f64x2_ceil(); BuildF64x2Ceil() local
4304 ExternalReference ref = ExternalReference::wasm_f64x2_floor(); BuildF64x2Floor() local
4310 ExternalReference ref = ExternalReference::wasm_f64x2_trunc(); BuildF64x2Trunc() local
4316 ExternalReference ref = ExternalReference::wasm_f64x2_nearest_int(); BuildF64x2NearestInt() local
4322 ExternalReference ref = ExternalReference::wasm_f32x4_ceil(); BuildF32x4Ceil() local
4328 ExternalReference ref = ExternalReference::wasm_f32x4_floor(); BuildF32x4Floor() local
4334 ExternalReference ref = ExternalReference::wasm_f32x4_trunc(); BuildF32x4Trunc() local
4340 ExternalReference ref = ExternalReference::wasm_f32x4_nearest_int(); BuildF32x4NearestInt() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c3347 crocus_set_stencil_ref(struct pipe_context *ctx, const struct pipe_stencil_ref ref) crocus_set_stencil_ref() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c9264 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_matchingpath() local
9429 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); in compile_ref_iterator_matchingpath() local
12549 BOOL ref = (*cc == OP_REF || *cc == OP_REFI); compile_ref_iterator_backtrackingpath() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.h155 int ref; /* (number of references held) - 1 */ member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp2352 void INTERNAL_GL_APIENTRY glStencilFuncNULL(GLenum func, GLint ref, GLuint mask) {} in glStencilFuncNULL() argument
2354 glStencilFuncSeparateNULL(GLenum face, GLenum func, GLint ref, GLuint mask) glStencilFuncSeparateNULL() argument
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c1600 save_AlphaFunc(GLenum func, GLclampf ref) in save_AlphaFunc() argument
4069 save_StencilFunc(GLenum func, GLint ref, GLuint mask) in save_StencilFunc() argument
4121 save_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in save_StencilFuncSeparate() argument
4140 save_StencilFuncSeparateATI(GLenum frontfunc, GLenum backfunc, GLint ref, in save_StencilFuncSeparateATI() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp5668 void Context::stencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in stencilFuncSeparate() argument
7168 void Context::stencilFunc(GLenum func, GLint ref, GLuint mask) in stencilFunc() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp27 void GL_APIENTRY glAlphaFunc(GLenum func, GLfloat ref) in glAlphaFunc() argument
1201 void GL_APIENTRY glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() argument
2660 void GL_APIENTRY glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in glStencilFuncSeparate() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A DlibGLESv2_autogen.cpp603 void GL_APIENTRY glStencilFunc(GLenum func, GLint ref, GLuint mask) in glStencilFunc() argument
608 void GL_APIENTRY glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in glStencilFuncSeparate() argument
2291 void GL_APIENTRY glAlphaFunc(GLenum func, GLfloat ref) in glAlphaFunc() argument
2296 void GL_APIENTRY glAlphaFuncx(GLenum func, GLfixed ref) in glAlphaFuncx() argument
/third_party/node/deps/v8/src/api/
H A Dapi.cc10351 RegisterEmbedderReference( const BasicTracedReference<v8::Data>& ref) RegisterEmbedderReference() argument
/third_party/typescript/lib/
H A Dtsc.js[all...]

Completed in 338 milliseconds

1...<<313233