Home
last modified time | relevance | path

Searched defs:step (Results 401 - 425 of 564) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/lz4/tests/
H A Dfullbench.c136 size_t step = 64 MB; in BMK_findMaxMem() local
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c1126 unsigned step; in lima_draw_vbo_count() local
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_xgl_pds.c310 uint32_t step = words; in pvr_find_constant2() local
344 uint8_t step = temps_needed; in pvr_get_temps2() local
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_emit.c374 unsigned step = DIV_ROUND_UP(32, compsz); in mir_pack_swizzle_ldst() local
/third_party/qrcodegen/cpp/
H A Dqrcodegen.cpp669 int step = (version == 32) ? 26 : in getAlignmentPatternPositions() local
/third_party/qrcodegen/c/
H A Dqrcodegen.c554 int step = (version == 32) ? 26 : in getAlignmentPatternPositions() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp423 const auto& step = m_params.steps[stepIndex]; in drawCommands() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationFeedbackTests.cpp687 deUint32 step = start + 1u; in verifyTestResult() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp272 const deUint32 step = 0x00ffffff / numLevels; in Texture2DFilteringTestInstance() local
496 const deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in TextureCubeFilteringTestInstance() local
747 const deUint32 step = 0x00ffffff / (numLevels*m_testParameters.numLayers - 1); in Texture2DArrayFilteringTestInstance() local
957 const deUint32 step = 0x00ffffff / numLevels; in Texture3DFilteringTestInstance() local
H A DvktTextureShadowTests.cpp307 const deUint32 step = 0x00ffffff / numLevels; in Texture2DShadowTestInstance() local
550 const deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in TextureCubeShadowTestInstance() local
774 const deUint32 step = 0x00ffffff / numLevels; in Texture2DArrayShadowTestInstance() local
1000 const deUint32 step = 0x00ffffff / numLevels; in Texture1DShadowTestInstance() local
1225 const deUint32 step = 0x00ffffff / numLevels; in Texture1DArrayShadowTestInstance() local
1474 const deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); TextureCubeArrayShadowTestInstance() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp423 const auto& step = m_params.steps[stepIndex]; in drawCommands() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DANGLEPerfTest.cpp901 void ANGLERenderTest::step() in step() function in ANGLERenderTest
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_descriptor.cpp44 Instruction* step = nullptr; in GetInductionStepOperation() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_descriptor.cpp44 Instruction* step = nullptr; in GetInductionStepOperation() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec.c484 static WEBP_INLINE void DoFilter2_C(uint8_t* p, int step) { in DoFilter2_C() argument
494 static WEBP_INLINE void DoFilter4_C(uint8_t* p, int step) { in DoFilter4_C() argument
507 DoFilter6_C(uint8_t* p, int step) DoFilter6_C() argument
523 Hev(const uint8_t* p, int step, int thresh) Hev() argument
530 NeedsFilter_C(const uint8_t* p, int step, int t) NeedsFilter_C() argument
537 NeedsFilter2_C(const uint8_t* p, int step, int t, int it) NeedsFilter2_C() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatabuilder.cpp345 maybeSetPrimaryRange(UChar32 start, UChar32 end, uint32_t primary, int32_t step, UErrorCode &errorCode) maybeSetPrimaryRange() argument
382 setPrimaryRangeAndReturnNext(UChar32 start, UChar32 end, uint32_t primary, int32_t step, UErrorCode &errorCode) setPrimaryRangeAndReturnNext() argument
/third_party/skia/tests/
H A DBlurTest.cpp211 static int step(int x, SkScalar min, SkScalar max) { in step() function
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_userfunctions.py108 def step(self, x): member in AggrNoFinalize
115 def step(self, x): member in AggrExceptionInInit
125 def step(self, x): member in AggrExceptionInStep
135 def step(self, x): member in AggrExceptionInFinalize
145 def step(self, whichType, val): member in AggrCheckType
157 def step(self, whichType, *vals): member in AggrCheckTypes
170 def step(self, val): member in AggrSum
179 def step(self, txt): member in AggrText
489 def step(self, value): member in WindowSumInt
573 def step(self, x): pass global() member in WindowFunctionTests.test_win_missing_method.MissingValue
578 def step(self, x): pass global() member in WindowFunctionTests.test_win_missing_method.MissingInverse
607 def step(self, x): pass global() member in WindowFunctionTests.test_win_missing_finalize.MissingFinalize
624 def step(self, value): self.count += value * 2 global() member in WindowFunctionTests.test_win_redefine_function.Redefined
635 def step(self, x): pass global() member in WindowFunctionTests.test_win_error_value_return.ErrorValueReturn
[all...]
/third_party/python/Lib/tkinter/
H A Dttk.py993 def step(self, amount=None): member in Progressbar
/third_party/skia/third_party/externals/icu/source/common/
H A Dushape.cpp1202 int32_t step; in shapeUnicode() local
1505 int step=logical_order?1:-1; in u_shapeArabic() local
/third_party/python/Modules/
H A Dmmapmodule.c984 Py_ssize_t start, stop, step, slicelen; in mmap_subscript() local
1095 Py_ssize_t start, stop, step, slicelen; in mmap_ass_subscript() local
[all...]
H A Daudioop.c1675 int step, valpred, delta, in audioop_lin2adpcm_impl() local
1806 int valpred, step, delta, index, sign, vpdiff; audioop_adpcm2lin_impl() local
[all...]
/third_party/python/Objects/
H A Dtupleobject.c790 Py_ssize_t start, stop, step, slicelength, i; in tuplesubscript() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc960 double step = (double{f} - last) / iters_per_float; in ExhaustiveFloat() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dfloat_conversion.cc74 const size_t step = (capacity + kStep - 1) / kStep; in RunWithCapacity() local

Completed in 43 milliseconds

1...<<11121314151617181920>>...23