Home
last modified time | relevance | path

Searched refs:dref (Results 1 – 25 of 25) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsdocFunctionType.types120 * @param {function(new: D, number)} dref
123 var construct = function(dref) { return new dref(33); }
124 >construct : (dref: new (arg1: number) => D) => D
125 >function(dref) { return new dref(33); } : (dref: new (arg1: number) => D) => D
126 >dref : new (arg1: number) => D
127 >new dref(33) : D
128 >dref : new (arg1: number) => D
134 >construct : (dref: new (arg1: number) => D) => D
DjsdocFunctionType.symbols103 * @param {function(new: D, number)} dref
106 var construct = function(dref) { return new dref(33); }
108 >dref : Symbol(dref, Decl(functions.js, 50, 25))
109 >dref : Symbol(dref, Decl(functions.js, 50, 25))
DjsdocFunctionType.errors.txt53 * @param {function(new: D, number)} dref
56 var construct = function(dref) { return new dref(33); }
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocFunctionType.ts58 var construct = function(dref) { return new dref(33); }
/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_instruction_parser_autogen.h266 IdRef *dref,
274 IdRef *dref,
296 IdRef *dref,
304 IdRef *dref,
327 IdRef *dref,
1008 IdRef *dref,
1016 IdRef *dref,
1038 IdRef *dref,
1046 IdRef *dref,
1069 IdRef *dref,
Dspirv_instruction_builder_autogen.h228 IdRef dref,
236 IdRef dref,
258 IdRef dref,
266 IdRef dref,
289 IdRef dref,
878 IdRef dref,
886 IdRef dref,
908 IdRef dref,
916 IdRef dref,
939 IdRef dref,
Dspirv_instruction_builder_autogen.cpp922 IdRef dref, in WriteImageSampleDrefImplicitLod() argument
932 blob->push_back(dref); in WriteImageSampleDrefImplicitLod()
948 IdRef dref, in WriteImageSampleDrefExplicitLod() argument
958 blob->push_back(dref); in WriteImageSampleDrefExplicitLod()
1016 IdRef dref, in WriteImageSampleProjDrefImplicitLod() argument
1026 blob->push_back(dref); in WriteImageSampleProjDrefImplicitLod()
1043 IdRef dref, in WriteImageSampleProjDrefExplicitLod() argument
1053 blob->push_back(dref); in WriteImageSampleProjDrefExplicitLod()
1117 IdRef dref, in WriteImageDrefGather() argument
1127 blob->push_back(dref); in WriteImageDrefGather()
[all …]
Dspirv_instruction_parser_autogen.cpp1083 IdRef *dref, in ParseImageSampleDrefImplicitLod() argument
1096 *dref = IdRef(_instruction[_o++]); in ParseImageSampleDrefImplicitLod()
1114 IdRef *dref, in ParseImageSampleDrefExplicitLod() argument
1127 *dref = IdRef(_instruction[_o++]); in ParseImageSampleDrefExplicitLod()
1197 IdRef *dref, in ParseImageSampleProjDrefImplicitLod() argument
1210 *dref = IdRef(_instruction[_o++]); in ParseImageSampleProjDrefImplicitLod()
1228 IdRef *dref, in ParseImageSampleProjDrefExplicitLod() argument
1241 *dref = IdRef(_instruction[_o++]); in ParseImageSampleProjDrefExplicitLod()
1316 IdRef *dref, in ParseImageDrefGather() argument
1329 *dref = IdRef(_instruction[_o++]); in ParseImageDrefGather()
[all …]
/third_party/ffmpeg/libavformat/
Dmov.c596 MOVDref *dref = &sc->drefs[i]; in mov_read_dref() local
597 av_freep(&dref->path); in mov_read_dref()
598 av_freep(&dref->dir); in mov_read_dref()
608 MOVDref *dref = &sc->drefs[i]; in mov_read_dref() local
615 dref->type = avio_rl32(pb); in mov_read_dref()
618 if (dref->type == MKTAG('a','l','i','s') && size > 150) { in mov_read_dref()
628 ret = ffio_read_size(pb, dref->volume, 27); in mov_read_dref()
631 dref->volume[volume_len] = 0; in mov_read_dref()
632 av_log(c->fc, AV_LOG_DEBUG, "volume %s, len %d\n", dref->volume, volume_len); in mov_read_dref()
638 ret = ffio_read_size(pb, dref->filename, 63); in mov_read_dref()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp866 float d, dref = 0.0; in verifyDepthStencilGradient() local
896 dref = ((float)i) / (width - 1); in verifyDepthStencilGradient()
897 sref = (int)(dref * 255); in verifyDepthStencilGradient()
900 dref = ((float)j) / (height - 1); in verifyDepthStencilGradient()
904 dref = ((float)j) / (height - 1); in verifyDepthStencilGradient()
910 dref = ((float)j) / (height - 1); in verifyDepthStencilGradient()
915 dref = 1.0f - ((float)j) / (height - 1); in verifyDepthStencilGradient()
926 dref = ((float)j) / (height - 1); in verifyDepthStencilGradient()
931 dref = 1; in verifyDepthStencilGradient()
942 dref = ((float)j) / (height - 1); in verifyDepthStencilGradient()
[all …]
/third_party/ffmpeg/libavcodec/
Dfitsdec.c244 #define CASE_RGB(cas, dst, type, dref) \ in fits_decode_frame() argument
250 t32 = dref(ptr8); \ in fits_decode_frame()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.cpp2748 uint32_t dref = 0; in emit_texture_op() local
2769 dref = ops[4]; in emit_texture_op()
2776 dref = ops[4]; in emit_texture_op()
2783 dref = ops[4]; in emit_texture_op()
2838 if (dref) in emit_texture_op()
2839 inherited_expressions.push_back(dref); in emit_texture_op()
3002 else if (proj || dref) in emit_texture_op()
3057 if (dref) in emit_texture_op()
3071 forward = forward && should_forward(dref); in emit_texture_op()
3072 coord_expr += ", " + to_expression(dref); in emit_texture_op()
[all …]
Dspirv_glsl.cpp6611 uint32_t dref = 0; in to_texture_op() local
6631 dref = ops[4]; in to_texture_op()
6640 dref = ops[4]; in to_texture_op()
6648 dref = ops[4]; in to_texture_op()
6724 if (dref) in to_texture_op()
6725 inherited_expressions.push_back(dref); in to_texture_op()
6782 name_args.has_dref = dref != 0; in to_texture_op()
6797 args.dref = dref; in to_texture_op()
7047 if (args.dref) in to_function_args()
7049 forward = forward && should_forward(args.dref); in to_function_args()
[all …]
Dspirv_glsl.hpp421 uint32_t coord = 0, coord_components = 0, dref = 0; member
Dspirv_msl.cpp9712 if (args.dref) in to_function_args()
9714 forward = forward && should_forward(args.dref); in to_function_args()
9717 auto &dref_type = expression_type(args.dref); in to_function_args()
9721 dref_expr = join(to_enclosed_expression(args.dref), " / ", in to_function_args()
9724 dref_expr = to_expression(args.dref); in to_function_args()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.c753 SpvId dref, in spirv_builder_emit_image_sample() argument
767 if (dref) { in spirv_builder_emit_image_sample()
805 if (dref) in spirv_builder_emit_image_sample()
806 spirv_buffer_emit_word(&b->instructions, dref); in spirv_builder_emit_image_sample()
926 SpvId dref) in spirv_builder_emit_image_gather() argument
950 if (dref) in spirv_builder_emit_image_gather()
962 if (dref) in spirv_builder_emit_image_gather()
963 spirv_buffer_emit_word(&b->instructions, dref); in spirv_builder_emit_image_gather()
Dspirv_builder.h282 SpvId dref,
336 SpvId dref);
Dnir_to_spirv.c3109 SpvId coord = 0, proj = 0, bias = 0, lod = 0, dref = 0, dx = 0, dy = 0, in emit_tex() local
3179 dref = get_src_float(ctx, &tex->src[i].src); in emit_tex()
3180 assert(dref != 0); in emit_tex()
3311 if (dref) in emit_tex()
3348 lod, sample, const_offset, offset, dref); in emit_tex()
3357 lod, bias, dref, dx, dy, in emit_tex()
3364 if (dref && nir_dest_num_components(tex->dest) > 1 && tex->op != nir_texop_tg4) { in emit_tex()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c1066 atom_dref_init (AtomDREF * dref, AtomsContext * context) in atom_dref_init() argument
1070 atom_full_init (&dref->header, FOURCC_dref, 0, 0, 0, flags); in atom_dref_init()
1076 dref->entries = g_list_append (dref->entries, alis); in atom_dref_init()
1080 dref->entries = g_list_append (dref->entries, url); in atom_dref_init()
1085 atom_dref_clear (AtomDREF * dref) in atom_dref_clear() argument
1089 atom_full_clear (&dref->header); in atom_dref_clear()
1090 walker = dref->entries; in atom_dref_clear()
1096 dref->entries = g_list_remove_link (dref->entries, aux); in atom_dref_clear()
1116 atom_dref_init (&dinf->dref, context); in atom_dinf_init()
1123 atom_dref_clear (&dinf->dref); in atom_dinf_clear()
[all …]
Dqtdemux.c10402 GstByteReader dref; in qtdemux_get_rtsp_uri_from_hndl() local
10416 if (qtdemux_tree_get_child_by_type_full (dinf, FOURCC_dref, &dref) && in qtdemux_get_rtsp_uri_from_hndl()
10417 gst_byte_reader_skip (&dref, 4) && in qtdemux_get_rtsp_uri_from_hndl()
10418 gst_byte_reader_get_uint32_be (&dref, &dref_num_entries)) { in qtdemux_get_rtsp_uri_from_hndl()
10425 if (gst_byte_reader_get_uint32_be (&dref, &size) && in qtdemux_get_rtsp_uri_from_hndl()
10426 qt_atom_parser_get_fourcc (&dref, &type)) { in qtdemux_get_rtsp_uri_from_hndl()
10433 if (!gst_byte_reader_skip (&dref, 4) || in qtdemux_get_rtsp_uri_from_hndl()
10434 !gst_byte_reader_get_uint8 (&dref, &string_len) || in qtdemux_get_rtsp_uri_from_hndl()
10435 !gst_byte_reader_skip (&dref, string_len + 4)) { in qtdemux_get_rtsp_uri_from_hndl()
10441 while (gst_byte_reader_get_remaining (&dref) >= 8) { in qtdemux_get_rtsp_uri_from_hndl()
[all …]
Datoms.h353 AtomDREF dref; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1073 inline Memory dref(int lane) const;
2006 SpirvShader::Impl::Debugger::Shadow::Memory::dref(int lane) const in dref() function in sw::SpirvShader::Impl::Debugger::Shadow::Memory
2071 ptr = ptr.dref(shared->lane); in updateValue()
2363 vc->put(name, var->type->value(data.dref(lane), true)); in getOrCreateLocals()
2428 vc->put(var->name, var->type->value(data.dref(lane), true)); in buildGlobals()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp779 const int dref = arg; in handleTEX() local
825 i->swapSources(dref, lod); in handleTEX()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst2242 - zink: respect bit-size of dref-result
/third_party/gstreamer/gstplugins_good/
DChangeLog107074 hndl atom (which is a dref atom entry). This commit makes qtdemux