Home
last modified time | relevance | path

Searched defs:patch_stride (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dextract_image_patches_impl.cu22int64_t patch_stride, int64_t other_stride, int64_t input_row_size, in ExtractImagePatches()
62 int64_t patch_stride, int64_t other_stride, int64_t input_row_size, in CalExtractImagePatchesNHWC()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_tess.c114 LLVMValueRef patch_stride = get_tcs_in_patch_stride(ctx); in get_tcs_in_current_patch_offset() local
123 LLVMValueRef patch_stride = get_tcs_out_patch_stride(ctx); in get_tcs_out_current_patch_offset() local
132 LLVMValueRef patch_stride = get_tcs_out_patch_stride(ctx); in get_tcs_out_current_patch_data_offset() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tess.c396 nir_ssa_def *patch_stride = nir_load_hs_patch_stride_ir3(b); in build_per_vertex_offset() local
473 const uint32_t patch_stride = 1 + inner_levels + outer_levels; in build_tessfactor_base() local