Searched refs:packf (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_ps.c308 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; local in function:si_llvm_init_ps_export_args
343 packf = pack_two_16bit;
345 packf = ac_build_cvt_pkrtz_f16;
350 packf = ac_build_cvt_pknorm_u16_f16;
352 packf = ac_build_cvt_pknorm_u16;
357 packf = ac_build_cvt_pknorm_i16_f16;
359 packf = ac_build_cvt_pknorm_i16;
364 packf = pack_two_16bit;
371 packf = pack_two_16bit;
383 if (packf) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c911 LLVMValueRef (*packf)(struct ac_llvm_context * ctx, LLVMValueRef args[2]) = NULL; local in function:si_llvm_init_export_args
946 packf = ac_build_cvt_pkrtz_f16;
955 packf = ac_build_cvt_pknorm_u16;
960 packf = ac_build_cvt_pknorm_i16;
1006 if (packf) {
1011 packed = packf(&ctx->ac, pack_args);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c2588 LLVMValueRef (*packf)(struct ac_llvm_context *ctx, LLVMValueRef args[2]) = NULL; local in function:si_llvm_init_export_args
2617 packf = ac_build_cvt_pkrtz_f16;
2628 packf = ac_build_cvt_pknorm_u16;
2633 packf = ac_build_cvt_pknorm_i16;
2665 if (packf) {
2673 packed = packf(&ctx->ac, pack_args);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2487 LLVMValueRef (*packf)(struct ac_llvm_context *ctx, LLVMValueRef args[2]) = NULL; local in function:si_llvm_init_export_args
2515 packf = ac_build_cvt_pkrtz_f16;
2519 packf = ac_build_cvt_pknorm_u16;
2523 packf = ac_build_cvt_pknorm_i16;
2540 if (packf) {
2548 packed = packf(&ctx->ac, pack_args);

Completed in 22 milliseconds