Home
last modified time | relevance | path

Searched defs:STRIDE (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/mesa/x86/
Dsse_normal.S44 #define STRIDE REGOFF(12, ESI) macro
/third_party/ffmpeg/tests/checkasm/
Daacpsdsp.c26 #define STRIDE 128 macro
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c38 #define MIN_BUFFER_SIZE(WIDTH, HEIGHT, STRIDE) \ argument
/third_party/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c38 #define MIN_BUFFER_SIZE(WIDTH, HEIGHT, STRIDE) \ argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dcpu_kernel.h43 constexpr char STRIDE[] = "stride"; variable
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_validate.c89 #define STRIDE(stride) (stride != 0 ? 1 << ((stride) - 1) : 0) macro
/third_party/mesa3d/src/glx/
Dindirect_vertex_array.c1130 #define COMMON_ARRAY_DATA_INIT(a, PTR, TYPE, STRIDE, COUNT, NORMALIZED, HDR_SIZE, OPCODE) \ argument
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h220 constexpr char STRIDE[] = "stride"; variable
/third_party/mesa3d/src/mesa/math/
Dm_translate.c104 #define STRIDE stride macro
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp3386 STRIDE, enumerator
3637 STRIDE, enumerator
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnsafeUtil.java78 private static final int STRIDE = 8; field in UnsafeUtil
/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp248 #define STRIDE 16 in WelsLumaDcDequantIdct() macro