Home
last modified time | relevance | path

Searched defs:index (Results 4551 - 4575 of 4651) sorted by relevance

1...<<181182183184185186187

/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.cpp608 void GL_APIENTRY GL_VertexAttribDivisorANGLE(GLuint index, GLuint divisor) in GL_VertexAttribDivisorANGLE() argument
1496 void GL_APIENTRY GL_GetVertexAttribfvRobustANGLE(GLuint index, in GL_GetVertexAttribfvRobustANGLE() argument
1529 GL_GetVertexAttribivRobustANGLE(GLuint index, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params) GL_GetVertexAttribivRobustANGLE() argument
1562 GL_GetVertexAttribPointervRobustANGLE(GLuint index, GLenum pname, GLsizei bufSize, GLsizei *length, void **pointer) GL_GetVertexAttribPointervRobustANGLE() argument
2151 GL_GetIntegeri_vRobustANGLE(GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, GLint *data) GL_GetIntegeri_vRobustANGLE() argument
2221 GL_GetVertexAttribIivRobustANGLE(GLuint index, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *params) GL_GetVertexAttribIivRobustANGLE() argument
2254 GL_GetVertexAttribIuivRobustANGLE(GLuint index, GLenum pname, GLsizei bufSize, GLsizei *length, GLuint *params) GL_GetVertexAttribIuivRobustANGLE() argument
2391 GL_GetInteger64i_vRobustANGLE(GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, GLint64 *data) GL_GetInteger64i_vRobustANGLE() argument
2661 GL_GetBooleani_vRobustANGLE(GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, GLboolean *data) GL_GetBooleani_vRobustANGLE() argument
2694 GL_GetMultisamplefvRobustANGLE(GLenum pname, GLuint index, GLsizei bufSize, GLsizei *length, GLfloat *val) GL_GetMultisamplefvRobustANGLE() argument
3482 GL_GetMultisamplefvANGLE(GLenum pname, GLuint index, GLfloat *val) GL_GetMultisamplefvANGLE() argument
3960 GL_BindFragDataLocationIndexedEXT(GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) GL_BindFragDataLocationIndexedEXT() argument
4796 GL_ColorMaskiEXT(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) GL_ColorMaskiEXT() argument
4821 GL_DisableiEXT(GLenum target, GLuint index) GL_DisableiEXT() argument
4845 GL_EnableiEXT(GLenum target, GLuint index) GL_EnableiEXT() argument
4869 GL_IsEnablediEXT(GLenum target, GLuint index) GL_IsEnablediEXT() argument
5225 GL_VertexAttribDivisorEXT(GLuint index, GLuint divisor) GL_VertexAttribDivisorEXT() argument
5462 GL_GetUnsignedBytei_vEXT(GLenum target, GLuint index, GLubyte *data) GL_GetUnsignedBytei_vEXT() argument
9035 GL_ColorMaskiOES(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) GL_ColorMaskiOES() argument
9060 GL_DisableiOES(GLenum target, GLuint index) GL_DisableiOES() argument
9084 GL_EnableiOES(GLenum target, GLuint index) GL_EnableiOES() argument
9108 GL_IsEnablediOES(GLenum target, GLuint index) GL_IsEnablediOES() argument
[all...]
/third_party/skia/src/core/
H A DSkPath.cpp527 void SkPath::setPt(int index, SkScalar x, SkScalar y) { in setPt() argument
2477 find_diff_pt(const SkPoint pts[], int index, int n, int inc) find_diff_pt() argument
2495 find_min_max_x_at_y(const SkPoint pts[], int index, int n, int* maxIndexPtr) find_min_max_x_at_y() argument
2558 int index = find_max_y(pts, n); ComputeFirstDirection() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp1260 void Context::bindIndexedUniformBuffer(GLuint buffer, GLuint index, GLintptr offset, GLsizeiptr size) in bindIndexedUniformBuffer() argument
1275 void Context::bindIndexedTransformFeedbackBuffer(GLuint buffer, GLuint index, GLintptr offset, GLsizeiptr size) in bindIndexedTransformFeedbackBuffer() argument
2431 template<typename T> bool Context::getTransformFeedbackiv(GLuint index, GLenum pname, T *param) const in getTransformFeedbackiv() argument
2477 getUniformBufferiv(GLuint index, GLenum pname, T *param) const getUniformBufferiv() argument
3233 applyTexture(sw::SamplerType type, int index, Texture *baseTexture) applyTexture() argument
4011 setVertexAttrib(GLuint index, const GLfloat *values) setVertexAttrib() argument
4020 setVertexAttrib(GLuint index, const GLint *values) setVertexAttrib() argument
4029 setVertexAttrib(GLuint index, const GLuint *values) setVertexAttrib() argument
4491 getExtensions(GLuint index, GLuint *numExt) const getExtensions() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp704 Value *Nucleus::getArgument(unsigned int index) in getArgument() argument
1277 Value *Nucleus::createGEP(Value *ptr, Type *type, Value *index, bool unsignedIndex) in createGEP() argument
1647 createExtractElement(Value *vector, Type *type, int index) createExtractElement() argument
1654 createInsertElement(Value *vector, Value *element, int index) createInsertElement() argument
[all...]
H A DReactor.hpp3091 operator [](int index) operator []() argument
3100 operator [](unsigned int index) operator []() argument
3109 operator [](RValue<Int> index) operator []() argument
3117 operator [](RValue<UInt> index) operator []() argument
[all...]
/third_party/skia/tests/
H A DPathOpsOpTest.cpp16 void setPt(int index, SkScalar x, SkScalar y) { in setPt() argument
[all...]
H A DPathTest.cpp33 static void set_radii(SkVector radii[4], int index, float rad) { in set_radii() argument
2118 int index; test_isRect() local
2423 int index; test_isNestedFillRects() local
5713 int index = (i + j*increment) % 4; test_addRect_and_trailing_lineTo() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc4622 const auto index = inst.GetSingleWordInOperand(i); MakeVectorShuffle() local
4653 size_t index = def_info_.size(); RegisterSpecialBuiltInVariables() local
4696 size_t index = def_info_.size(); RegisterLocallyDefinedValues() local
5933 auto index = MakeOperand(inst, 2); MakeVectorInsertDynamic() local
[all...]
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc21295 vmul(Condition cond, DataType dt, DRegister rd, DRegister rn, DRegister dm, unsigned index) vmul() argument
21345 vmul(Condition cond, DataType dt, QRegister rd, QRegister rn, DRegister dm, unsigned index) vmul() argument
21525 vmull(Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) vmull() argument
22691 vqdmlal(Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) vqdmlal() argument
22769 vqdmlsl(Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) vqdmlsl() argument
[all...]
H A Dassembler-aarch32.h5002 vmul( DataType dt, DRegister rd, DRegister rn, DRegister dm, unsigned index) vmul() argument
5013 vmul( DataType dt, QRegister rd, QRegister rn, DRegister dm, unsigned index) vmul() argument
5042 vmull( DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) vmull() argument
5262 vqdmlal( DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) vqdmlal() argument
5279 vqdmlsl( DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) vqdmlsl() argument
[all...]
H A Ddisasm-aarch32.cc5365 vmul(Condition cond, DataType dt, DRegister rd, DRegister rn, DRegister dm, unsigned index) vmul() argument
5380 vmul(Condition cond, DataType dt, QRegister rd, QRegister rn, DRegister dm, unsigned index) vmul() argument
5428 vmull(Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) vmull() argument
5737 vqdmlal(Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) vqdmlal() argument
5755 vqdmlsl(Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) vqdmlsl() argument
28677 uint32_t index = mvm >> shift; DecodeT32() local
28684 index); DecodeT32() local
29055 uint32_t index = mvm >> shift; DecodeT32() local
29062 index); DecodeT32() local
29232 uint32_t index = mvm >> shift; DecodeT32() local
29239 index); DecodeT32() local
29274 uint32_t index = mvm >> shift; DecodeT32() local
29281 index); DecodeT32() local
29318 uint32_t index = mvm >> shift; DecodeT32() local
29325 index); DecodeT32() local
42842 uint32_t index = mvm >> shift; DecodeA32() local
43179 uint32_t index = mvm >> shift; DecodeA32() local
43345 uint32_t index = mvm >> shift; DecodeA32() local
43384 uint32_t index = mvm >> shift; DecodeA32() local
43425 uint32_t index = mvm >> shift; DecodeA32() local
[all...]
H A Dmacro-assembler-aarch32.h9659 Vmul(Condition cond, DataType dt, DRegister rd, DRegister rn, DRegister dm, unsigned index) MacroAssembler() argument
9678 Vmul( DataType dt, DRegister rd, DRegister rn, DRegister dm, unsigned index) MacroAssembler() argument
9683 Vmul(Condition cond, DataType dt, QRegister rd, QRegister rn, DRegister dm, unsigned index) MacroAssembler() argument
9702 Vmul( DataType dt, QRegister rd, QRegister rn, DRegister dm, unsigned index) MacroAssembler() argument
9764 Vmull(Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) MacroAssembler() argument
9783 Vmull( DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) MacroAssembler() argument
10400 Vqdmlal(Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) MacroAssembler() argument
10419 Vqdmlal( DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) MacroAssembler() argument
10443 Vqdmlsl(Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) MacroAssembler() argument
10462 Vqdmlsl( DataType dt, QRegister rd, DRegister rn, DRegister dm, unsigned index) MacroAssembler() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dassembler-sve-aarch64.cc1310 fcmla(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index, int rot) fcmla() argument
1523 SVEMulIndexHelper(unsigned lane_size_in_bytes_log2, const ZRegister& zm, int index, Instr op_h, Instr op_s, Instr op_d) SVEMulIndexHelper() argument
1566 SVEMulLongIndexHelper(const ZRegister& zm, int index) SVEMulLongIndexHelper() argument
1588 SVEMulComplexIndexHelper(const ZRegister& zm, int index) SVEMulComplexIndexHelper() argument
1607 fmla(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) fmla() argument
1626 fmls(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) fmls() argument
1648 fmul(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, unsigned index) fmul() argument
2201 void Assembler::index(const ZRegister& zd, int start, int step) { index() function in vixl::aarch64::Assembler
2212 void Assembler::index(const ZRegister& zd, index() function in vixl::aarch64::Assembler
2228 void Assembler::index(const ZRegister& zd, const Register& rn, int imm5) { index() function in vixl::aarch64::Assembler
2240 void Assembler::index(const ZRegister& zd, int imm5, const Register& rm) { index() function in vixl::aarch64::Assembler
5325 sdot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sdot() argument
5351 udot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) udot() argument
5972 dup(const ZRegister& zd, const ZRegister& zn, unsigned index) dup() argument
6556 mov(const ZRegister& zd, const ZRegister& zn, unsigned index) mov() argument
6825 cdot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index, int rot) cdot() argument
6875 cmla(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index, int rot) cmla() argument
7131 fmlalb(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) fmlalb() argument
7159 fmlalt(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) fmlalt() argument
7191 fmlslb(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) fmlslb() argument
7223 fmlslt(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) fmlslt() argument
7285 mla(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) mla() argument
7306 mls(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) mls() argument
7327 mul(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) mul() argument
8002 sqdmlalb(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sqdmlalb() argument
8065 sqdmlalt(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sqdmlalt() argument
8113 sqdmlslb(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sqdmlslb() argument
8176 sqdmlslt(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sqdmlslt() argument
8221 sqdmulh(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) sqdmulh() argument
8298 sqrdcmlah(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index, int rot) sqrdcmlah() argument
8336 sqrdmlah(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sqrdmlah() argument
8375 sqrdmlsh(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sqrdmlsh() argument
8410 sqrdmulh(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm, int index) sqrdmulh() argument
9870 usdot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) usdot() argument
9884 sudot(const ZRegister& zda, const ZRegister& zn, const ZRegister& zm, int index) sudot() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc4238 AddTwiceListedError(const FileDescriptorProto& proto, int index) AddTwiceListedError() argument
4245 AddImportError(const FileDescriptorProto& proto, int index) AddImportError() argument
4483 int index = proto.public_dependency(i); BuildFileImpl() local
4516 int index = proto.weak_dependency(i); BuildFileImpl() local
5064 int index; BuildExtensionRange() local
6691 int index = repeated_option_counts_[dest_path]++; InterpretSingleOption() local
[all...]
/third_party/python/Python/
H A Dceval.c2177 Py_ssize_t index = ((PyLongObject*)sub)->ob_digit[0]; local
2202 Py_ssize_t index = ((PyLongObject*)sub)->ob_digit[0]; local
2343 Py_ssize_t index = ((PyLongObject*)sub)->ob_digit[0]; local
3618 Py_ssize_t index = cache->index; global() local
6087 get_exception_handler(PyCodeObject *code, int index, int *level, int *handler, int *lasti) global() argument
[all...]
/third_party/python/Modules/
H A Dsocketmodule.c6902 NET_IFINDEX index; local
6904 unsigned long index; local
6930 NET_IFINDEX index; global() local
[all...]
/third_party/python/Lib/tkinter/
H A D__init__.py2938 def index(self, *args): member in Canvas
3115 def index(self, index): global() member in Entry
3255 def index(self, index): global() member in Listbox
3429 def index(self, index): global() member in Menu
3801 def index(self, index): global() member in Text
4301 def index(self, index): global() member in Spinbox
[all...]
/third_party/python/Objects/
H A Dtypeobject.c7341 slot_sq_ass_item(PyObject *self, Py_ssize_t index, PyObject *value) in slot_sq_ass_item() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3644 index3>>> index; global() typedef
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp255 BoolOp boolOpFromIndex (size_t index) in boolOpFromIndex() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp9441 std::string getShaderTaskIndexName(ShaderTaskIndex index) in getShaderTaskIndexName() argument
[all...]
/third_party/vulkan-loader/loader/
H A Dtrampoline.c141 uint32_t index = 0; in vkGetDeviceProcAddr() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp1871 void TParseContext::checkIndexIsNotSpecified(const TSourceLoc &location, int index) in checkIndexIsNotSpecified() argument
4814 int index = 0; addIndexExpression() local
4898 checkIndexLessThan(bool outOfRangeIndexIsError, const TSourceLoc &location, int index, int arraySize, const char *reason) checkIndexLessThan() argument
4911 reasonStream << reason << " '" << index << "'"; checkIndexLessThan() local
4966 TIntermTyped *index = CreateIndexNode(i); addFieldSelectionExpression() local
5002 TIntermTyped *index = CreateIndexNode(i); addFieldSelectionExpression() local
5261 parseLocalSize(const ImmutableString &qualifierType, const TSourceLoc &qualifierTypeLine, int intValue, const TSourceLoc &intValueLine, const std::string &intValueString, size_t index, sh::WorkGroupSize *localSize) parseLocalSize() argument
5351 parseIndexLayoutQualifier(int intValue, const TSourceLoc &intValueLine, const std::string &intValueString, int *index) parseIndexLayoutQualifier() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp377 GetTextureD3DResourceFromStorageOrImage(const gl::Context *context, TextureD3D *texture, const gl::ImageIndex &index, const TextureHelper11 **outResource, UINT *outSubresource) GetTextureD3DResourceFromStorageOrImage() argument
2550 gl::ImageIndex index = gl::ImageIndex::Make2D(level); copyImage2D() local
2576 gl::ImageIndex index = gl::ImageIndex::MakeCubeMapFace(target, level); copyImageCube() local
2601 gl::ImageIndex index = gl::ImageIndex::Make3D(level, destOffset.z); copyImage3D() local
2626 gl::ImageIndex index = gl::ImageIndex::Make2DArray(level, destOffset.z); copyImage2DArray() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...

Completed in 259 milliseconds

1...<<181182183184185186187