Home
last modified time | relevance | path

Searched refs:dec (Results 251 - 275 of 944) sorted by relevance

1...<<11121314151617181920>>...38

/third_party/mesa3d/src/compiler/spirv/
H A Dgl_spirv.c70 int member, const struct vtn_decoration *dec, in spec_constant_decoration_cb()
74 if (dec->decoration != SpvDecorationSpecId) in spec_constant_decoration_cb()
78 if (b->specializations[i].id == dec->operands[0]) { in spec_constant_decoration_cb()
69 spec_constant_decoration_cb(struct vtn_builder *b, struct vtn_value *v, int member, const struct vtn_decoration *dec, void *data) spec_constant_decoration_cb() argument
H A Dspirv_to_nir.c580 for (struct vtn_decoration *dec = value->decoration; dec; dec = dec->next) { in _foreach_decoration_helper()
582 if (dec->scope == VTN_DEC_DECORATION) { in _foreach_decoration_helper()
584 } else if (dec->scope >= VTN_DEC_STRUCT_MEMBER0) { in _foreach_decoration_helper()
592 member = dec->scope - VTN_DEC_STRUCT_MEMBER0; in _foreach_decoration_helper()
600 assert(dec->scope == VTN_DEC_EXECUTION_MODE || in _foreach_decoration_helper()
601 dec->scope <= VTN_DEC_STRUCT_MEMBER_NAME0); in _foreach_decoration_helper()
605 if (dec in _foreach_decoration_helper()
663 struct vtn_decoration *dec = rzalloc(b, struct vtn_decoration); vtn_handle_decoration() local
695 struct vtn_decoration *dec = rzalloc(b, struct vtn_decoration); vtn_handle_decoration() local
713 struct vtn_decoration *dec = rzalloc(b, struct vtn_decoration); vtn_handle_decoration() local
1016 array_stride_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, const struct vtn_decoration *dec, void *void_ctx) array_stride_decoration_cb() argument
1036 struct_member_decoration_cb(struct vtn_builder *b, UNUSED struct vtn_value *val, int member, const struct vtn_decoration *dec, void *void_ctx) struct_member_decoration_cb() argument
1185 struct_member_matrix_stride_cb(struct vtn_builder *b, UNUSED struct vtn_value *val, int member, const struct vtn_decoration *dec, void *void_ctx) struct_member_matrix_stride_cb() argument
1226 struct_packed_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, const struct vtn_decoration *dec, void *void_ctx) struct_packed_decoration_cb() argument
1241 struct_block_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, const struct vtn_decoration *dec, void *ctx) struct_block_decoration_cb() argument
1256 type_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, const struct vtn_decoration *dec, UNUSED void *ctx) type_decoration_cb() argument
1927 spec_constant_decoration_cb(struct vtn_builder *b, UNUSED struct vtn_value *val, ASSERTED int member, const struct vtn_decoration *dec, void *data) spec_constant_decoration_cb() argument
1945 handle_workgroup_size_decoration_cb(struct vtn_builder *b, struct vtn_value *val, ASSERTED int member, const struct vtn_decoration *dec, UNUSED void *data) handle_workgroup_size_decoration_cb() argument
2638 non_uniform_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, const struct vtn_decoration *dec, void *void_ctx) non_uniform_decoration_cb() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtopLevelAwait.1(module=es2022,target=es2015).js48 declare const dec: any;
49 @(await dec)
151 (await dec)
H A DtopLevelAwait.1(module=es2022,target=es2017).js48 declare const dec: any;
49 @(await dec)
151 (await dec)
H A DtopLevelAwait.1(module=esnext,target=es2015).js48 declare const dec: any;
49 @(await dec)
151 (await dec)
H A DtopLevelAwait.1(module=esnext,target=es2017).js48 declare const dec: any;
49 @(await dec)
151 (await dec)
H A DtopLevelAwait.1(module=system,target=es2015).js48 declare const dec: any;
49 @(await dec)
166 (await dec)
H A DtopLevelAwait.1(module=system,target=es2017).js48 declare const dec: any;
49 @(await dec)
166 (await dec)
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_hevc_req_multi_if.c307 * @dec: decode information (AP-R, VPU-W)
322 struct vdec_hevc_slice_info dec; member
826 inst->vsi_core->dec.vdec_fb_va = (unsigned long)fb; in vdec_hevc_slice_setup_core_buffer()
952 inst->vsi_core->dec.timeout = !!timeout; in vdec_hevc_slice_core_decode()
957 inst->vsi_core->dec.crc[0], inst->vsi_core->dec.crc[1], in vdec_hevc_slice_core_decode()
958 inst->vsi_core->dec.crc[2], inst->vsi_core->dec.crc[3], in vdec_hevc_slice_core_decode()
959 inst->vsi_core->dec.crc[4], inst->vsi_core->dec in vdec_hevc_slice_core_decode()
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_queue.h1055 static inline VkResult vn_decode_vkQueueSubmit_reply(struct vn_cs_decoder *dec, VkQueue queue, uint32_t submitCount, const VkSubmitInfo* pSubmits, VkFence fence) in vn_decode_vkQueueSubmit_reply() argument
1058 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkQueueSubmit_reply()
1062 vn_decode_VkResult(dec, &ret); in vn_decode_vkQueueSubmit_reply()
1104 static inline VkResult vn_decode_vkQueueWaitIdle_reply(struct vn_cs_decoder *dec, VkQueue queue) in vn_decode_vkQueueWaitIdle_reply() argument
1107 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkQueueWaitIdle_reply()
1111 vn_decode_VkResult(dec, &ret); in vn_decode_vkQueueWaitIdle_reply()
1171 static inline VkResult vn_decode_vkQueueBindSparse_reply(struct vn_cs_decoder *dec, VkQueue queue, uint32_t bindInfoCount, const VkBindSparseInfo* pBindInfo, VkFence fence) in vn_decode_vkQueueBindSparse_reply() argument
1174 vn_decode_VkCommandTypeEXT(dec, &command_type); in vn_decode_vkQueueBindSparse_reply()
1178 vn_decode_VkResult(dec, &ret); in vn_decode_vkQueueBindSparse_reply()
1241 static inline VkResult vn_decode_vkQueueSubmit2_reply(struct vn_cs_decoder *dec, VkQueu argument
1347 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkQueueSubmit() local
1369 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkQueueWaitIdle() local
1391 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkQueueBindSparse() local
1413 struct vn_cs_decoder *dec = vn_instance_get_command_reply(vn_instance, &submit); vn_call_vkQueueSubmit2() local
[all...]
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dcsrc-ioasic.c13 #include <asm/dec/ioasic.h>
14 #include <asm/dec/ioasic_addrs.h>
22 .name = "dec-ioasic",
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dcsrc-ioasic.c13 #include <asm/dec/ioasic.h>
14 #include <asm/dec/ioasic_addrs.h>
22 .name = "dec-ioasic",
/third_party/curl/tests/unit/
H A Dunit1606.c53 int dec) in runawhile()
72 speed -= dec; in runawhile()
50 runawhile(long time_limit, long speed_limit, curl_off_t speed, int dec) runawhile() argument
/kernel/linux/linux-5.10/arch/mips/dec/
H A Decc-berr.c26 #include <asm/dec/ecc.h>
27 #include <asm/dec/kn02.h>
28 #include <asm/dec/kn03.h>
29 #include <asm/dec/kn05.h>
/kernel/linux/linux-6.6/arch/mips/dec/
H A Decc-berr.c26 #include <asm/dec/ecc.h>
27 #include <asm/dec/kn02.h>
28 #include <asm/dec/kn03.h>
29 #include <asm/dec/kn05.h>
/third_party/ffmpeg/doc/examples/
H A Dfiltering_audio.c52 const AVCodec *dec; in open_input_file() local
66 ret = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_AUDIO, -1, -1, &dec, 0); in open_input_file()
74 dec_ctx = avcodec_alloc_context3(dec); in open_input_file()
80 if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { in open_input_file()
H A Dfiltering_video.c56 const AVCodec *dec; in open_input_file() local
70 ret = av_find_best_stream(fmt_ctx, AVMEDIA_TYPE_VIDEO, -1, -1, &dec, 0); in open_input_file()
78 dec_ctx = avcodec_alloc_context3(dec); in open_input_file()
84 if ((ret = avcodec_open2(dec_ctx, dec, NULL)) < 0) { in open_input_file()
/third_party/ffmpeg/libavformat/tests/
H A Dsrtp.c117 struct SRTPContext enc = { 0 }, dec = { 0 }; in test_encrypt() local
121 ff_srtp_set_crypto(&dec, suite, key); in test_encrypt()
123 if (!ff_srtp_decrypt(&dec, buf, &len)) { in test_encrypt()
132 ff_srtp_free(&dec); in test_encrypt()
/third_party/skia/third_party/externals/tint/src/transform/
H A Dfirst_index_offset.cc83 for (auto* dec : var->decorations) { in Run()
84 if (auto* builtin_dec = dec->As<ast::BuiltinDecoration>()) { in Run()
100 for (auto* dec : member->decorations) { in Run()
101 if (auto* builtin_dec = dec->As<ast::BuiltinDecoration>()) { in Run()
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_add_res.asm141 dec r4d
154 dec r4d
176 dec r4d
324 dec r4d
337 dec r4d
353 dec r4d
366 dec r4d
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dchecksum_32.S61 dec %ecx
100 dec %ecx
109 dec %edx
167 dec %ecx
227 dec %ecx
329 dec %ecx
342 dec %edx
423 dec %ecx
/kernel/linux/linux-6.6/arch/x86/lib/
H A Dchecksum_32.S61 dec %ecx
100 dec %ecx
109 dec %edx
167 dec %ecx
227 dec %ecx
329 dec %ecx
342 dec %edx
414 dec %ecx
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H A DMakefile3 obj-$(CONFIG_VIDEO_MEDIATEK_VCODEC) += mtk-vcodec-dec.o \
7 mtk-vcodec-dec-y := vdec/vdec_h264_if.o \
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/
H A Dcx25821-medusa-video.c212 static int medusa_PALCombInit(struct cx25821_dev *dev, int dec) in medusa_PALCombInit() argument
219 COMB_2D_HFS_CFG + (0x200 * dec), 0x20002861); in medusa_PALCombInit()
221 COMB_2D_HFD_CFG + (0x200 * dec), 0x20002861); in medusa_PALCombInit()
223 COMB_2D_LF_CFG + (0x200 * dec), 0x200A1023); in medusa_PALCombInit()
227 COMB_FLAT_THRESH_CTRL + (0x200 * dec), &tmp); in medusa_PALCombInit()
230 COMB_FLAT_THRESH_CTRL + (0x200 * dec), value); in medusa_PALCombInit()
234 COMB_2D_BLEND + (0x200 * dec), 0x210F0F0F); in medusa_PALCombInit()
238 COMB_MISC_CTRL + (0x200 * dec), 0x41120A7F); in medusa_PALCombInit()
/kernel/linux/linux-6.6/drivers/media/pci/cx25821/
H A Dcx25821-medusa-video.c212 static int medusa_PALCombInit(struct cx25821_dev *dev, int dec) in medusa_PALCombInit() argument
219 COMB_2D_HFS_CFG + (0x200 * dec), 0x20002861); in medusa_PALCombInit()
221 COMB_2D_HFD_CFG + (0x200 * dec), 0x20002861); in medusa_PALCombInit()
223 COMB_2D_LF_CFG + (0x200 * dec), 0x200A1023); in medusa_PALCombInit()
227 COMB_FLAT_THRESH_CTRL + (0x200 * dec), &tmp); in medusa_PALCombInit()
230 COMB_FLAT_THRESH_CTRL + (0x200 * dec), value); in medusa_PALCombInit()
234 COMB_2D_BLEND + (0x200 * dec), 0x210F0F0F); in medusa_PALCombInit()
238 COMB_MISC_CTRL + (0x200 * dec), 0x41120A7F); in medusa_PALCombInit()

Completed in 15 milliseconds

1...<<11121314151617181920>>...38