Searched defs:data_stride (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | IndexKernel.cpp | 572 std::array<char, hflip_mask_size> generate_vec_hflip_reg_mask(int64_t data_stride) { in generate_vec_hflip_reg_mask() 585 …char * C10_RESTRICT *data, const int64_t data_size, const int64_t data_stride, const std::array<ch… in vectorized_cpu_hflip_channels_last() 663 const auto data_stride = input_strides[1]; in cpu_hflip_channels_last_vec() local 691 auto data_stride = size0 * stride; in cpu_hflip_channels_last_vec() local
|
H A D | UpSampleKernelAVXAntialias.h | 1086 const int64_t data_stride = stride; in ImagingResampleVerticalConvolution8u() local
|
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/ |
H A D | t1.c | 434 data_stride, ci, mqc, curctx, \ argument 783 #define opj_t1_dec_refpass_step_mqc_macro(flags, data, data_stride, ci, \ argument 1117 data_stride, ci, mqc, curctx, \ argument
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | hw_runner.rs | 35 pub data_stride: u32, field
|
H A D | hw_tests.rs | 116 let data_stride = CBufRef { in new() localVariable
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | restoration.h | 330 int data_stride, dst_stride; member
|
H A D | restoration.c | 251 int rsb_row, int use_highbd, int h, uint8_t *data8, int data_stride, in setup_processing_stripe_boundary() 338 int use_highbd, int h, uint8_t *data8, int data_stride, int copy_above, in restore_processing_stripe_boundary()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | genX_cmd_draw.c | 1763 uint32_t data_stride = 0; in cmd_buffer_set_indirect_stride() local
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 212 uint8_t data_stride; member
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 10572 static const GLuint data_stride = vec4_stride * 2; /* one vec4 + one scalar aligned to 16 */ in test() local 12339 static const GLuint data_stride = vec4_stride * 2; /* one vec4 + one scalar aligned to 16 */ in test() local
|