Home
last modified time | relevance | path

Searched defs:dest_type (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c181 const struct vtn_type *dest_type, in call_mangled_function()
213 struct vtn_type *dest_type = w_dest ? vtn_get_type(b, w_dest[0]) : NULL; in handle_instr() local
286 const struct vtn_type *dest_type) in handle_alu()
435 const struct vtn_type *dest_type) in handle_clc_fn()
481 const struct vtn_type *dest_type) in handle_special()
579 const struct vtn_type *dest_type) in handle_core()
842 const struct vtn_type *dest_type) in handle_round()
857 const struct vtn_type *dest_type) in handle_shuffle()
877 const struct vtn_type *dest_type) in handle_shuffle2()
Dvtn_subgroup.c77 struct vtn_type *dest_type = vtn_get_type(b, w[1]); in vtn_handle_subgroup() local
Dvtn_amd.c81 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in vtn_handle_amd_shader_ballot_instruction() local
Dvtn_alu.c76 const struct glsl_type *dest_type; in matrix_multiply() local
598 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in vtn_handle_alu() local
1009 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in vtn_handle_integer_dot() local
Dvtn_glsl450.c279 const struct glsl_type *dest_type = vtn_get_type(b, w[1])->type; in handle_glsl450_alu() local
Dspirv_to_nir.c2720 nir_alu_type dest_type = nir_type_invalid; in vtn_handle_texture() local
3594 nir_alu_type dest_type = in vtn_handle_image() local
6214 const struct glsl_type *dest_type = type->type; in vtn_handle_body_instruction() local
/third_party/mesa3d/src/compiler/nir/
Dnir_conversion_builder.h231 nir_alu_type dest_type, in nir_get_clamp_limits()
350 nir_alu_type dest_type) in nir_clamp_to_type_range()
396 nir_alu_type dest_type, in nir_simplify_conversion_rounding()
437 nir_alu_type dest_type, in nir_convert_with_rounding()
Dnir_lower_convert_alu_types.c34 nir_alu_type dest_type = nir_intrinsic_dest_type(conv); in try_simplify_convert_intrin() local
Dnir_lower_mediump.c602 fold_16bit_destination(nir_ssa_def *ssa, nir_alu_type dest_type, in fold_16bit_destination()
639 nir_alu_type dest_type = nir_intrinsic_dest_type(instr); in fold_16bit_load_data() local
Dnir_validate.c390 nir_alu_type dest_type = nir_op_infos[instr->op].output_type; in validate_alu_instr() local
595 nir_alu_type dest_type = nir_intrinsic_dest_type(instr); in validate_intrinsic_instr() local
Dnir_builder.c439 nir_alu_type dest_type) in nir_type_convert()
Dnir_lower_io.c296 nir_alu_type dest_type) in emit_load()
Dnir_serialize.c1496 unsigned dest_type:8; member
/third_party/mesa3d/src/compiler/glsl/
Dir_expression_operation.py50 def __init__(self, dest_type, source_types, num_operands): argument
326 …def __init__(self, name, num_operands, printable_name = None, source_types = None, dest_type = Non… argument
Dglsl_to_nir.cpp1371 const glsl_type *dest_type = in visit() local
2491 const glsl_type *dest_type in visit() local
/third_party/ffmpeg/libavformat/
Dsdp.c61 const char *dest_type, int ttl) in sdp_write_address()
812 const char *dest_addr, const char *dest_type, in ff_sdp_write_media()
916 const char *dest_addr, const char *dest_type, in ff_sdp_write_media()
/third_party/ffmpeg/libswscale/ppc/
Dswscale_altivec.c220 #define yuv2plane1_float(template, dest_type, BE_LE) \ argument
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1915 SpvId dest_type = get_dest_type(ctx, &alu->dest.dest, in emit_alu() local
2415 SpvId dest_type = get_dest_type(ctx, &intr->dest, nir_type_uint); in emit_load_shared() local
2660 SpvId dest_type = get_dest_type(ctx, &intr->dest, type); in handle_atomic_op() local
2683 SpvId dest_type = get_dest_type(ctx, &intr->dest, nir_type_uint32); in emit_shared_atomic_intrinsic() local
2788 extract_sparse_load(struct ntv_context *ctx, SpvId result, SpvId dest_type, nir_ssa_def *dest_ssa) in extract_sparse_load()
2835 …SpvId dest_type = spirv_builder_type_vector(&ctx->builder, base_type, nir_dest_num_components(intr… in emit_image_deref_load() local
3504 SpvId dest_type = get_dest_type(ctx, &tex->dest, tex->dest_type); in emit_tex() local
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c152 nir_alu_type dest_type; in clc_lower_input_image_deref() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp407 enum brw_reg_type dest_type = BRW_REGISTER_TYPE_F; in opt_vector_float() local
/third_party/mesa3d/src/panfrost/midgard/
Dcompiler.h104 nir_alu_type dest_type; member
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c388 load_vs_input(struct radv_shader_context *ctx, unsigned driver_location, LLVMTypeRef dest_type, in load_vs_input()
/third_party/ffmpeg/libswscale/
Doutput.c285 #define yuv2plane1_float(template, dest_type, BE_LE) \ argument
292 #define yuv2planeX_float(template, dest_type, BE_LE) \ argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc5736 auto* dest_type = parser_impl_.GetTexelTypeForFormat(format); in ConvertTexelForStorage() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c3441 LLVMTypeRef dest_type = get_def_type(ctx, &instr->dest.ssa); in visit_load() local

12