Home
last modified time | relevance | path

Searched defs:interp_param (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_interp_parser.cc31 const caffe::InterpParameter &interp_param = proto.interp_param(); in Parse() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.h136 unsigned interp_param; variable
Dsb_ir.cpp527 unsigned alu_node::interp_param() { in interp_param() function in r600_sb::alu_node
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c3255 LLVMValueRef interp_param = lookup_interp_param(ctx, mode, INTERP_CENTER); in barycentric_center() local
3262 LLVMValueRef interp_param = lookup_interp_param(ctx, mode, INTERP_CENTER); in barycentric_offset() local
3300 LLVMValueRef interp_param = lookup_interp_param(ctx, mode, INTERP_CENTROID); in barycentric_centroid() local
3327 LLVMValueRef interp_param = lookup_interp_param(ctx, mode, INTERP_SAMPLE); in barycentric_sample() local
3337 static LLVMValueRef load_interpolated_input(struct ac_nir_context *ctx, LLVMValueRef interp_param, in load_interpolated_input()
3943 LLVMValueRef interp_param = get_src(ctx, instr->src[0]); in visit_intrinsic() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_ps.c144 unsigned colors_read_mask, LLVMValueRef interp_param, in interp_fs_color()
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto424 optional InterpParameter interp_param = 158; field