/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_native_layer_avgpool.h | 32 int32_t strides, kernel_size; member
|
H A D | dnn_backend_tf.c | 502 int64_t strides[] = {1, 1, 1, 1}; in add_conv_layer() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_linear_fallback.c | 101 unsigned strides[1] = { stride }; in shade_quads() local
|
H A D | lp_state_fs_fastpath.c | 122 opaque_color(uint8_t **cbufs, unsigned *strides, in opaque_color() argument 46 no_op(const struct lp_jit_context *context, uint32_t x, uint32_t y, uint32_t facing, const void *a0, const void *dadx, const void *dady, uint8_t **cbufs, uint8_t *depth, uint64_t mask, struct lp_jit_thread_data *thread_data, unsigned *strides, unsigned depth_stride, unsigned *color_sample_stride, unsigned depth_sample_stride) no_op() argument 144 red(const struct lp_jit_context *context, uint32_t x, uint32_t y, uint32_t facing, const void *a0, const void *dadx, const void *dady, uint8_t **cbufs, uint8_t *depth, uint64_t int_mask, struct lp_jit_thread_data *thread_data, unsigned *strides, unsigned depth_stride, unsigned *sample_stride, unsigned depth_sample_stride) red() argument 171 green(const struct lp_jit_context *context, uint32_t x, uint32_t y, uint32_t facing, const void *a0, const void *dadx, const void *dady, uint8_t **cbufs, uint8_t *depth, uint64_t int_mask, struct lp_jit_thread_data *thread_data, unsigned *strides, unsigned depth_stride, unsigned *sample_stride, unsigned depth_sample_stride) green() argument
|
/third_party/python/Include/ |
H A D | pybuffer.h | 30 Py_ssize_t *strides; member
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A D | es2sVertexArrayTests.cpp | 75 int strides[] = {17}; in init() local 144 int strides[] = {17}; in init() local 215 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. init() local 285 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. init() local [all...] |
H A D | es2sDrawTests.cpp | 232 const int strides[] = { 0, 7, 16, 17 }; in init() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_streamout.c | 137 unsigned strides[SVGA3D_DX_MAX_SOTARGETS]; in svga_create_stream_output() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_pipeline_state.cpp | 224 UINT strides[PIPE_MAX_SO_OUTPUTS] = { 0 }; in create_gfx_pipeline_state() local 97 fill_so_declaration(const struct pipe_stream_output_info *info, nir_shader *last_vertex_stage, D3D12_SO_DECLARATION_ENTRY *entries, UINT *num_entries, UINT *strides, UINT *num_strides) fill_so_declaration() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | TransformFeedback.cpp | 154 auto strides = programExecutable->getTransformFeedbackStrides(); in begin() local
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.cpp | 273 const int strides[] = { SkToInt(pm.rowBytes()) }; in addFrame() local
|
H A D | SkVideoDecoder.cpp | 173 pixmaps[0].reset(SkImageInfo::MakeA8(w, h), data[0], strides[0]); in make_yuv_420() local 176 pixmaps[1].reset(SkImageInfo::MakeA8(w, h), data[1], strides[1]); in make_yuv_420() local 177 pixmaps[2].reset(SkImageInfo::MakeA8(w, h), data[2], strides[2]); in make_yuv_420() local 162 make_yuv_420(GrRecordingContext* rContext, int w, int h, uint8_t* const data[], int const strides[], SkYUVColorSpace yuvSpace, sk_sp<SkColorSpace> cs) make_yuv_420() argument
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sVertexArrayTests.cpp | 77 int strides[] = {0, -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. in init() local 175 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. in init() local 281 int strides[] in init() local 384 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. init() local [all...] |
H A D | es3sDrawTests.cpp | 426 const int strides[] = { 0, 7, 16, 17 }; in init() local
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fVertexArrayTest.cpp | 74 int strides[] = {0, -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. in init() local 143 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. in init() local 214 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. init() local 284 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. init() local 723 int strides[] = {0, -1, 17, 32}; addStrideCases() local [all...] |
H A D | es2fDrawTests.cpp | 518 static const int strides[] = { 0, 7, 16, 17 }; in init() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glthread_varray.c | 475 _mesa_glthread_DSAVertexBuffers(struct gl_context *ctx, GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) _mesa_glthread_DSAVertexBuffers() argument
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fVertexArrayTest.cpp | 74 int strides[] = {0, -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. in init() local 172 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. in init() local 278 int strides[] in init() local 381 int strides[] = {/*0,*/ -1, 17, 32}; // Tread negative value as sizeof input. Same as 0, but done outside of GL. init() local 936 int strides[] = {0, -1, 17, 32}; addStrideCases() local [all...] |
H A D | es3fDrawTests.cpp | 928 static const int strides[] = { 0, 7, 16, 17 }; in init() local
|
/third_party/mesa3d/src/loader/ |
H A D | loader_dri3_helper.h | 74 int strides[4]; member
|
/third_party/mesa3d/src/gbm/main/ |
H A D | gbm.h | 323 int strides[GBM_MAX_PLANES]; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_shader_info.h | 100 uint16_t strides[ACO_MAX_SO_BUFFERS]; member
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | kopper.c | 309 int strides[4], offsets[4]; in dri3_create_image_from_buffers() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 402 string strides[4]; in initPrograms() local 786 deUint32 strides[4]; // in elements iterate() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessVertexArraysTests.cpp | 1515 static const glw::GLsizei strides[2] = { sizeof(glw::GLint) * 2, sizeof(glw::GLint) * 2 }; in PrepareVAO() local
|