Home
last modified time | relevance | path

Searched defs:start (Results 976 - 1000 of 3734) sorted by relevance

1...<<31323334353637383940>>...150

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_box.h80 int *start, *end; in u_box_clip_2d() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c40 uint32_t start; member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c188 fse_run_linear(struct draw_pt_middle_end *middle, unsigned start, unsigned count, unsigned prim_flags) fse_run_linear() argument
298 fse_run_linear_elts(struct draw_pt_middle_end *middle, unsigned start, unsigned count, const ushort *draw_elts, unsigned draw_count, unsigned prim_flags) fse_run_linear_elts() argument
H A Ddraw_pt_emit.c148 unsigned start, i; in draw_pt_emit() local
223 unsigned start, i; in draw_pt_emit_linear() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c176 simple_draw_arrays(struct svga_hwtnl *hwtnl, enum pipe_prim_type prim, unsigned start, unsigned count, unsigned start_instance, unsigned instance_count, ubyte vertices_per_patch) simple_draw_arrays() argument
210 svga_hwtnl_draw_arrays(struct svga_hwtnl *hwtnl, enum pipe_prim_type prim, unsigned start, unsigned count, unsigned start_instance, unsigned instance_count, ubyte vertices_per_patch) svga_hwtnl_draw_arrays() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c35 r300_upload_index_buffer(struct r300_context *r300, struct pipe_resource **index_buffer, unsigned index_size, unsigned *start, unsigned count, const uint8_t *ptr) r300_upload_index_buffer() argument
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H A DPhonePrefixMap.java192 private int binarySearch(int start, int end, long value) { in binarySearch() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompiler.java155 private void buildSequencesFrom(DfaNode start, LinkedHashMap<DfaNode, Sequence> map) { in buildSequencesFrom() argument
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar_parser.py45 def start(self) -> Optional[Grammar]: member in GeneratedParser
/third_party/python/Tools/scripts/
H A Dpindent.py96 start = 'if', 'while', 'for', 'try', 'with', 'def', 'class' variable
/third_party/python/Lib/multiprocessing/dummy/
H A D__init__.py43 def start(self): member in DummyProcess
/third_party/python/Include/cpython/
H A Dpyerrors.h46 Py_ssize_t start; member
/third_party/python/Lib/test/
H A Dssl_servers.py134 def start(self, flag=None): member in HTTPSServerThread
/third_party/python/Lib/test/test_asyncio/
H A Dtest_pep492.py142 async def start(): function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexDeclarationCache.cpp47 applyDeclaration( const gl::Context *context, IDirect3DDevice9 *device, const std::vector<TranslatedAttribute> &attributes, gl::Program *program, GLint start, GLsizei instances, GLsizei *repeatDraw) applyDeclaration() argument
H A DVertexBuffer9.cpp60 storeVertexAttributes(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, gl::VertexAttribType currentValueType, GLint start, size_t count, GLsizei instances, unsigned int offset, const uint8_t *sourceData) storeVertexAttributes() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DVertexBuffer11.cpp98 storeVertexAttributes(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, gl::VertexAttribType currentValueType, GLint start, size_t count, GLsizei instances, unsigned int offset, const uint8_t *sourceData) storeVertexAttributes() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp133 MachineBasicBlock::iterator start = succ->begin(); in runOnMachineFunction() local
/third_party/vk-gl-cts/execserver/
H A DxsPosixTestProcess.cpp50 void CaseListWriter::start (const char* caseList, deFile* dst) in start() function in xs::posix::CaseListWriter
108 void PipeReader::start (deFile* file) in start() function in xs::posix::PipeReader
186 void PosixTestProcess::start (const char* name, const char* params, const char* workingDir, const char* caseList) in start() function in xs::PosixTestProcess
[all...]
/third_party/vk-gl-cts/external/amber/src/android_sample/jni/
H A Damber_script.cc37 bool IsStartedWith(const std::string& path, const std::string& start) { in IsStartedWith() argument
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dilist.h340 void IntrusiveList<NodeType>::Check(NodeType* start) { in Check() argument
/third_party/skia/src/gpu/geometry/
H A DGrShape.cpp63 unsigned start; in simplifyPath() local
111 SkPoint start = {center.fX + 0.5f * fArc.fOval.width() * SkScalarCos(startRad), in simplifyArc() local
151 simplifyRRect(const SkRRect& rrect, SkPathDirection dir, unsigned start, unsigned flags) simplifyRRect() argument
168 simplifyRect(const SkRect& rect, SkPathDirection dir, unsigned start, unsigned flags) simplifyRect() argument
[all...]
H A DGrStyledShape.h86 GrStyledShape(const SkRRect& rrect, SkPathDirection dir, unsigned start, bool inverted, in GrStyledShape() argument
/third_party/skia/src/core/
H A DSkDeque.cpp18 char* start() { return (char*)(this + 1); } in start() function
19 const char* start() const { return (const char*)(this + 1); } in start() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.cpp18 traverseCaseBody(AnalyzeCallDepth* analysis, TIntermSequence::iterator& start, const TIntermSequence::iterator& end) traverseCaseBody() argument

Completed in 19 milliseconds

1...<<31323334353637383940>>...150