Home
last modified time | relevance | path

Searched refs:shd (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dvulkan_shaderc.c24 FFVkSPIRVShader *shd, uint8_t **data, in shdc_shader_compile()
56 shd->src.str, strlen(shd->src.str), in shdc_shader_compile()
57 shdc_kind[shd->shader.stage], in shdc_shader_compile()
58 shd->name, entrypoint, opts); in shdc_shader_compile()
68 ff_vk_print_shader(avctx, shd, loglevel); in shdc_shader_compile()
23 shdc_shader_compile(FFVkSPIRVCompiler *ctx, void *avctx, FFVkSPIRVShader *shd, uint8_t **data, size_t *size, const char *entrypoint, void **opaque) shdc_shader_compile() argument
H A Dvulkan_glslang.c139 FFVkSPIRVShader *shd, uint8_t **data, in glslc_shader_compile()
155 .stage = glslc_stage[shd->shader.stage], in glslc_shader_compile()
168 .code = shd->src.str, in glslc_shader_compile()
183 ff_vk_print_shader(avctx, shd, AV_LOG_WARNING); in glslc_shader_compile()
192 ff_vk_print_shader(avctx, shd, AV_LOG_WARNING); in glslc_shader_compile()
209 ff_vk_print_shader(avctx, shd, AV_LOG_WARNING); in glslc_shader_compile()
222 ff_vk_print_shader(avctx, shd, AV_LOG_WARNING); in glslc_shader_compile()
225 ff_vk_print_shader(avctx, shd, AV_LOG_VERBOSE); in glslc_shader_compile()
138 glslc_shader_compile(FFVkSPIRVCompiler *ctx, void *avctx, FFVkSPIRVShader *shd, uint8_t **data, size_t *size, const char *entrypoint, void **opaque) glslc_shader_compile() argument
H A Dvulkan.h44 #define GLSLC(N, S) av_bprintf(&shd->src, C(N, S))
45 #define GLSLA(...) av_bprintf(&shd->src, __VA_ARGS__)
46 #define GLSLF(N, S, ...) av_bprintf(&shd->src, C(N, S), __VA_ARGS__)
48 av_bprint_append_data(&shd->src, D, strlen(D)); \
68 struct FFVkSPIRVShader *shd, uint8_t **data,
299 void ff_vk_set_compute_shader_sizes(FFVkSPIRVShader *shd, int local_size[3]);
305 FFVkSPIRVShader *shd, FFVulkanDescriptorSetBinding *desc,
311 int ff_vk_compile_shader(FFVulkanContext *s, FFVkSPIRVShader *shd,
317 void ff_vk_print_shader(void *ctx, FFVkSPIRVShader *shd, int prio);
H A Dvulkan.c798 FFVkSPIRVShader *shd = create_shader(pl); in FN_CREATING() local
799 if (!shd) in FN_CREATING()
802 av_bprint_init(&shd->src, 0, AV_BPRINT_SIZE_UNLIMITED); in FN_CREATING()
804 shd->shader.sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO; in FN_CREATING()
805 shd->shader.stage = stage; in FN_CREATING()
807 shd->name = name; in FN_CREATING()
813 return shd; in FN_CREATING()
816 void ff_vk_set_compute_shader_sizes(FFVkSPIRVShader *shd, int local_size[3]) in ff_vk_set_compute_shader_sizes() argument
818 shd->local_size[0] = local_size[0]; in ff_vk_set_compute_shader_sizes()
819 shd in ff_vk_set_compute_shader_sizes()
827 ff_vk_print_shader(void *ctx, FFVkSPIRVShader *shd, int prio) ff_vk_print_shader() argument
849 ff_vk_compile_shader(FFVulkanContext *s, FFVkSPIRVShader *shd, const char *entrypoint) ff_vk_compile_shader() argument
923 ff_vk_add_descriptor_set(FFVulkanContext *s, FFVulkanPipeline *pl, FFVkSPIRVShader *shd, FFVulkanDescriptorSetBinding *desc, int num, int only_print_to_shader) ff_vk_add_descriptor_set() argument
1332 FFVkSPIRVShader *shd = pl->shaders[i]; free_pipeline() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl76 shd $a,$a,27,$t1
81 shd $b,$b,2,$b
87 shd $a,$a,27,$t1
94 shd $b,$b,2,$b
98 shd @X[$j%16],@X[$j%16],31,@X[$j%16]
108 shd $a,$a,27,$t1
114 shd $b,$b,2,$b
116 shd @X[$j%16],@X[$j%16],31,@X[$j%16]
122 shd $a,$a,27,$t1
128 shd
[all...]
H A Dsha512-parisc.pl399 shd $ehi,$elo,$Sigma1[0],$t0
401 shd $elo,$ehi,$Sigma1[0],$t1
403 shd $ehi,$elo,$Sigma1[1],$t2
405 shd $elo,$ehi,$Sigma1[1],$t3
411 shd $ehi,$elo,$Sigma1[2],$t2
413 shd $elo,$ehi,$Sigma1[2],$t3
423 shd $ahi,$alo,$Sigma0[0],$t0
425 shd $alo,$ahi,$Sigma0[0],$t1
427 shd $ahi,$alo,$Sigma0[1],$t2
429 shd
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl76 shd $a,$a,27,$t1
81 shd $b,$b,2,$b
87 shd $a,$a,27,$t1
94 shd $b,$b,2,$b
98 shd @X[$j%16],@X[$j%16],31,@X[$j%16]
108 shd $a,$a,27,$t1
114 shd $b,$b,2,$b
116 shd @X[$j%16],@X[$j%16],31,@X[$j%16]
122 shd $a,$a,27,$t1
128 shd
[all...]
H A Dsha512-parisc.pl399 shd $ehi,$elo,$Sigma1[0],$t0
401 shd $elo,$ehi,$Sigma1[0],$t1
403 shd $ehi,$elo,$Sigma1[1],$t2
405 shd $elo,$ehi,$Sigma1[1],$t3
411 shd $ehi,$elo,$Sigma1[2],$t2
413 shd $elo,$ehi,$Sigma1[2],$t3
423 shd $ahi,$alo,$Sigma0[0],$t0
425 shd $alo,$ahi,$Sigma0[0],$t1
427 shd $ahi,$alo,$Sigma0[1],$t2
429 shd
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_gblur_vulkan.c125 static int init_gblur_pipeline(GBlurVulkanContext *s, FFVulkanPipeline *pl, FFVkSPIRVShader *shd, in init_gblur_pipeline() argument
151 RET(ff_vk_add_descriptor_set(&s->vkctx, pl, shd, &buf_desc, 1, 0)); in init_gblur_pipeline()
172 RET(ff_vk_compile_shader(&s->vkctx, shd, "main")); in init_gblur_pipeline()
199 FFVkSPIRVShader *shd; in init_filter() local
240 shd = ff_vk_init_shader(s->pl_hor, "gblur_compute_hor", image_descs[0].stages); in init_filter()
241 if (!shd) { in init_filter()
246 ff_vk_set_compute_shader_sizes(shd, (int [3]){ CGS, 1, 1 }); in init_filter()
247 RET(ff_vk_add_descriptor_set(&s->vkctx, s->pl_hor, shd, image_descs, FF_ARRAY_ELEMS(image_descs), 0)); in init_filter()
250 RET(init_gblur_pipeline(s, s->pl_hor, shd, &s->params_buf_hor, &s->params_desc_hor, in init_filter()
265 shd in init_filter()
[all...]
H A Dvf_avgblur_vulkan.c74 FFVkSPIRVShader *shd; in init_filter() local
112 shd = ff_vk_init_shader(s->pl_hor, "avgblur_compute_hor", in init_filter()
114 if (!shd) in init_filter()
117 ff_vk_set_compute_shader_sizes(shd, (int [3]){ CGS, 1, 1 }); in init_filter()
119 RET(ff_vk_add_descriptor_set(vkctx, s->pl_hor, shd, desc_i, FF_ARRAY_ELEMS(desc_i), 0)); in init_filter()
143 RET(ff_vk_compile_shader(vkctx, shd, "main")); in init_filter()
157 shd = ff_vk_init_shader(s->pl_ver, "avgblur_compute_ver", in init_filter()
159 if (!shd) in init_filter()
162 ff_vk_set_compute_shader_sizes(shd, (int [3]){ 1, CGS, 1 }); in init_filter()
164 RET(ff_vk_add_descriptor_set(vkctx, s->pl_ver, shd, desc_ in init_filter()
[all...]
H A Dvf_flip_vulkan.c48 FFVkSPIRVShader *shd; in init_filter() local
85 shd = ff_vk_init_shader(s->pl, "flip_compute", image_descs[0].stages); in init_filter()
86 if (!shd) in init_filter()
89 ff_vk_set_compute_shader_sizes(shd, (int [3]){ CGS, 1, 1 }); in init_filter()
90 RET(ff_vk_add_descriptor_set(vkctx, s->pl, shd, image_descs, FF_ARRAY_ELEMS(image_descs), 0)); in init_filter()
120 RET(ff_vk_compile_shader(vkctx, shd, "main")); in init_filter()
H A Dvf_transpose_vulkan.c45 FFVkSPIRVShader *shd; in init_filter() local
82 shd = ff_vk_init_shader(s->pl, "transpose_compute", image_descs[0].stages); in init_filter()
83 if (!shd) in init_filter()
86 ff_vk_set_compute_shader_sizes(shd, (int [3]){ CGS, 1, 1 }); in init_filter()
87 RET(ff_vk_add_descriptor_set(vkctx, s->pl, shd, image_descs, FF_ARRAY_ELEMS(image_descs), 0)); in init_filter()
110 RET(ff_vk_compile_shader(vkctx, shd, "main")); in init_filter()
H A Dvf_chromaber_vulkan.c114 FFVkSPIRVShader *shd = ff_vk_init_shader(s->pl, "chromaber_compute", in init_filter() local
116 if (!shd) in init_filter()
119 ff_vk_set_compute_shader_sizes(shd, CGROUPS); in init_filter()
129 RET(ff_vk_add_descriptor_set(vkctx, s->pl, shd, desc_i, FF_ARRAY_ELEMS(desc_i), 0)); /* set 0 */ in init_filter()
156 RET(ff_vk_compile_shader(vkctx, shd, "main")); in init_filter()
H A Dvf_blend_vulkan.c129 FFVkSPIRVShader *shd; in init_filter() local
176 shd = ff_vk_init_shader(s->pl, "blend_compute", image_descs[0].stages); in init_filter()
177 if (!shd) in init_filter()
180 ff_vk_set_compute_shader_sizes(shd, (int [3]){ CGS, CGS, 1 }); in init_filter()
181 RET(ff_vk_add_descriptor_set(vkctx, s->pl, shd, image_descs, FF_ARRAY_ELEMS(image_descs), 0)); in init_filter()
211 RET(ff_vk_compile_shader(vkctx, shd, "main")); in init_filter()
H A Dvf_scale_vulkan.c177 FFVkSPIRVShader *shd = ff_vk_init_shader(s->pl, "scale_compute", in init_filter() local
179 if (!shd) in init_filter()
182 ff_vk_set_compute_shader_sizes(shd, CGROUPS); in init_filter()
184 RET(ff_vk_add_descriptor_set(vkctx, s->pl, shd, desc_i, FF_ARRAY_ELEMS(desc_i), 0)); /* set 0 */ in init_filter()
185 RET(ff_vk_add_descriptor_set(vkctx, s->pl, shd, &desc_b, 1, 0)); /* set 1 */ in init_filter()
235 RET(ff_vk_compile_shader(vkctx, shd, "main")); in init_filter()
H A Dvf_overlay_vulkan.c142 FFVkSPIRVShader *shd = ff_vk_init_shader(s->pl, "overlay_compute", in init_filter() local
144 if (!shd) in init_filter()
147 ff_vk_set_compute_shader_sizes(shd, CGROUPS); in init_filter()
149 RET(ff_vk_add_descriptor_set(vkctx, s->pl, shd, desc_i, FF_ARRAY_ELEMS(desc_i), 0)); /* set 0 */ in init_filter()
150 RET(ff_vk_add_descriptor_set(vkctx, s->pl, shd, &desc_b, 1, 0)); /* set 1 */ in init_filter()
166 RET(ff_vk_compile_shader(vkctx, shd, "main")); in init_filter()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_log.c576 ngtcp2_pkt_hd shd; in ngtcp2_log_rx_sr() local
577 ngtcp2_pkt_hd *hd = &shd; in ngtcp2_log_rx_sr()
583 memset(&shd, 0, sizeof(shd)); in ngtcp2_log_rx_sr()
585 shd.type = NGTCP2_PKT_STATELESS_RESET; in ngtcp2_log_rx_sr()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c2090 const nghttp3_qpack_static_header *shd; in nghttp3_qpack_encoder_dtable_static_add() local
2102 shd = &stable[absidx]; in nghttp3_qpack_encoder_dtable_static_add()
2104 qnv.name = (nghttp3_rcbuf *)&shd->name; in nghttp3_qpack_encoder_dtable_static_add()
2105 qnv.token = shd->token; in nghttp3_qpack_encoder_dtable_static_add()
3113 const nghttp3_qpack_static_header *shd; in nghttp3_qpack_decoder_dtable_static_add() local
3115 shd = &stable[decoder->rstate.absidx]; in nghttp3_qpack_decoder_dtable_static_add()
3117 if (table_space(shd->name.len, decoder->rstate.value->len) > in nghttp3_qpack_decoder_dtable_static_add()
3122 qnv.name = (nghttp3_rcbuf *)&shd->name; in nghttp3_qpack_decoder_dtable_static_add()
3124 qnv.token = shd->token; in nghttp3_qpack_decoder_dtable_static_add()
3884 const nghttp3_qpack_static_header *shd in qpack_decoder_emit_static_indexed() local
3923 const nghttp3_qpack_static_header *shd = &stable[sctx->rstate.absidx]; qpack_decoder_emit_static_indexed_name() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp2327 Value *lod = NULL, *shd = NULL; in handleTEX() local
2346 case TGSI_OPCODE_TG4: shd = fetchSrc(1, 0); break; in handleTEX()
2347 case TGSI_OPCODE_TEX2: shd = fetchSrc(1, 0); break; in handleTEX()
2348 case TGSI_OPCODE_TXB2: shd = fetchSrc(1, 1); break; in handleTEX()
2349 case TGSI_OPCODE_TXL2: shd = fetchSrc(1, 1); break; in handleTEX()
2354 shd = fetchSrc(C >> 4, C & 3); in handleTEX()
2366 if (shd) { in handleTEX()
2367 arg[n] = shd; in handleTEX()
2372 if (shd) in handleTEX()
2373 shd in handleTEX()
[all...]
/third_party/backends/backend/
H A Dhp3900_types.c226 SANE_Int shd; member
H A Dhp3900_rts8822.c15103 buffer[a] = RTS_Debug->shd + (a * 500); in shadingtest1()

Completed in 39 milliseconds