Home
last modified time | relevance | path

Searched defs:num_patches (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/
Dcutout_ir.cc30 CutOutOperation::CutOutOperation(int32_t length, int32_t num_patches) : length_(length), num_patche… in CutOutOperation()
59 int32_t num_patches = op_params["num_patches"]; in from_json() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dcut_out_op.cc33 CutOutOp::CutOutOp(int32_t box_height, int32_t box_width, int32_t num_patches, bool random_color, u… in CutOutOp()
Dimage_utils.cc1225 …int32_t box_width, int32_t num_patches, bool bounded, bool random_color, std::mt19937 *rnd, uint8_… in Erase()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.cpp510 static void si_emit_derived_tess_state(struct si_context *sctx, unsigned *num_patches) in si_emit_derived_tess_state()
978 enum pipe_prim_type prim, unsigned num_patches, in si_get_ia_multi_vgt_param()
1165 enum pipe_prim_type prim, unsigned num_patches, in si_emit_ia_multi_vgt_param()
1199 static void gfx10_emit_ge_cntl(struct si_context *sctx, unsigned num_patches) in gfx10_emit_ge_cntl()
1248 enum pipe_prim_type prim, unsigned num_patches, in si_emit_draw_registers()
1989 unsigned num_patches = 0; in si_emit_all_states() local
Dsi_shader_llvm_tess.c219 LLVMValueRef base_addr, vertices_per_patch, num_patches, total_vertices; in get_tcs_tes_buffer_address() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c246 unsigned num_patches = fd_patch_num_elements(&batch->fb_read_patches); in patch_fb_read_gmem() local
278 unsigned num_patches = fd_patch_num_elements(&batch->fb_read_patches); in patch_fb_read_sysmem() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_tess.c169 unsigned num_patches = input_prim->count / shader->draw->pt.vertices_per_patch; in draw_tess_ctrl_shader_run() local
/third_party/ffmpeg/libavcodec/
Dsbr.h187 AAC_SIGNE num_patches; member
/third_party/mindspore/mindspore/dataset/vision/
Dpy_transforms.py1111 def __init__(self, length, num_patches=1): argument
Dc_transforms.py399 def __init__(self, length, num_patches=1): argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/
Dbindings.cc156 .def(py::init([](int32_t length, int32_t num_patches) { in __anon682838b20f02()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c3488 uint32_t num_patches = draw_count / verts_per_patch; in get_tess_param_bo_size() local
3504 uint32_t num_patches = draw_count / verts_per_patch; in get_tess_factor_bo_size() local
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c4530 …tess_constants(struct r600_context *rctx, const struct pipe_draw_info *info, unsigned *num_patches) in evergreen_setup_tess_constants()
4626 unsigned num_patches) in evergreen_get_ls_hs_config()
Dr600_state_common.c2103 unsigned num_patches, dirty_tex_counter, index_offset = 0; in r600_draw_vbo() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c3047 unsigned num_patches = get_tcs_num_patches( in gather_tess_info() local
4726 unsigned num_tcs_input_cp, num_tcs_output_cp, num_patches; in radv_pipeline_generate_tess_state() local
Dradv_shader.h596 unsigned num_patches = 64 / MAX2(tcs_num_input_vertices, tcs_num_output_vertices) * 4; in get_tcs_num_patches() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dvision.cc257 CutOut::CutOut(int32_t length, int32_t num_patches) : data_(std::make_shared<Data>(length, num_patc… in CutOut()