Home
last modified time | relevance | path

Searched defs:patch_offset (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dextract_image_patches_impl.cu36 const int64_t patch_offset = (inner_index - patch_index * patch_stride) / output_depth; in ExtractImagePatches() local
Dextract_volume_patches_impl.cu37 const int64_t patch_offset = inner_index / patch_stride / input_channel; in ExtractVolumePatches() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/akg/
Dakg_kernel_loader.cc323 void *patch_offset = text_runtime_base_ + relocations[i].r_offset; in DoTextRelocations() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c389 nir_def *patch_offset = nir_imul24(b, patch_id, patch_stride); in build_per_vertex_offset() local
470 nir_def *patch_offset = in build_tessfactor_base() local
/third_party/mesa3d/src/amd/common/nir/
Dac_nir_lower_tess_io_to_mem.c413 nir_def *patch_offset = nir_imul_imm(b, rel_patch_id, output_patch_stride); in hs_output_lds_offset() local
490 nir_def *patch_offset = nir_imul(b, rel_patch_id, nir_imul_imm(b, out_vertices_per_patch, 16u)); in hs_per_vertex_output_vmem_offset() local
517 nir_def *patch_offset = nir_imul_imm(b, rel_patch_id, 16u); in hs_per_patch_output_vmem_offset() local
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_private.h677 uint32_t patch_offset; member
/third_party/mesa3d/include/drm-uapi/
Dd3dkmthk.h120 __u32 patch_offset; member