/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
D | cutout_ir.cc | 30 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/ |
D | cut_out_op.cc | 33 CutOutOp::CutOutOp(int32_t box_height, int32_t box_width, int32_t num_patches, bool random_color, u… in CutOutOp()
|
D | image_utils.cc | 1225 …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/ |
D | si_state_draw.cpp | 510 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
|
D | si_shader_llvm_tess.c | 219 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/ |
D | fd6_gmem.c | 246 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/ |
D | draw_tess.c | 169 unsigned num_patches = input_prim->count / shader->draw->pt.vertices_per_patch; in draw_tess_ctrl_shader_run() local
|
/third_party/ffmpeg/libavcodec/ |
D | sbr.h | 187 AAC_SIGNE num_patches; member
|
/third_party/mindspore/mindspore/dataset/vision/ |
D | py_transforms.py | 1111 def __init__(self, length, num_patches=1): argument
|
D | c_transforms.py | 399 def __init__(self, length, num_patches=1): argument
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/ |
D | bindings.cc | 156 .def(py::init([](int32_t length, int32_t num_patches) { in __anon682838b20f02()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.c | 3488 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/ |
D | evergreen_state.c | 4530 …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()
|
D | r600_state_common.c | 2103 unsigned num_patches, dirty_tex_counter, index_offset = 0; in r600_draw_vbo() local
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 3047 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
|
D | radv_shader.h | 596 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/ |
D | vision.cc | 257 CutOut::CutOut(int32_t length, int32_t num_patches) : data_(std::make_shared<Data>(length, num_patc… in CutOut()
|