/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_box.h | 80 int *start, *end; in u_box_clip_2d() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_query.c | 40 uint32_t start; member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt_fetch_shade_emit.c | 188 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 D | draw_pt_emit.c | 148 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 D | svga_draw_arrays.c | 176 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 D | r300_screen_buffer.c | 35 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 D | PhonePrefixMap.java | 192 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 D | MatcherCompiler.java | 155 private void buildSequencesFrom(DfaNode start, LinkedHashMap<DfaNode, Sequence> map) { in buildSequencesFrom() argument
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | grammar_parser.py | 45 def start(self) -> Optional[Grammar]: member in GeneratedParser
|
/third_party/python/Tools/scripts/ |
H A D | pindent.py | 96 start = 'if', 'while', 'for', 'try', 'with', 'def', 'class' variable
|
/third_party/python/Lib/multiprocessing/dummy/ |
H A D | __init__.py | 43 def start(self): member in DummyProcess
|
/third_party/python/Include/cpython/ |
H A D | pyerrors.h | 46 Py_ssize_t start; member
|
/third_party/python/Lib/test/ |
H A D | ssl_servers.py | 134 def start(self, flag=None): member in HTTPSServerThread
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_pep492.py | 142 async def start(): function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | VertexDeclarationCache.cpp | 47 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 D | VertexBuffer9.cpp | 60 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 D | VertexBuffer11.cpp | 98 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 D | UnreachableBlockElim.cpp | 133 MachineBasicBlock::iterator start = succ->begin(); in runOnMachineFunction() local
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsPosixTestProcess.cpp | 50 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 D | amber_script.cc | 37 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 D | ilist.h | 340 void IntrusiveList<NodeType>::Check(NodeType* start) { in Check() argument
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrShape.cpp | 63 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 D | GrStyledShape.h | 86 GrStyledShape(const SkRRect& rrect, SkPathDirection dir, unsigned start, bool inverted, in GrStyledShape() argument
|
/third_party/skia/src/core/ |
H A D | SkDeque.cpp | 18 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 D | AnalyzeCallDepth.cpp | 18 traverseCaseBody(AnalyzeCallDepth* analysis, TIntermSequence::iterator& start, const TIntermSequence::iterator& end) traverseCaseBody() argument
|