| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_draw.c | 224 vroute_add(struct nv30_render *r, uint attrib, uint sem, uint *idx) in vroute_add() argument 289 unsigned attrib = 0; nv30_render_validate() local [all...] |
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLOpsRenderPass.cpp | 154 const auto& attrib = program->instanceAttribute(i); in bindInstanceBuffer() local 172 const auto& attrib = program->vertexAttribute(i); in bindVertexBuffer() local [all...] |
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A D | tinyxml.cpp | 589 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() local 599 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() local 615 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() local 631 const TiXmlAttribute* attrib = attributeSet.Find( name ); Attribute() local 647 const TiXmlAttribute* attrib = attributeSet.Find( name ); Attribute() local 663 const TiXmlAttribute* attrib = attributeSet.Find( name ); QueryIntAttribute() local 712 const TiXmlAttribute* attrib = attributeSet.Find( name ); QueryIntAttribute() local 722 const TiXmlAttribute* attrib = attributeSet.Find( name ); QueryDoubleAttribute() local 732 const TiXmlAttribute* attrib = attributeSet.Find( name ); QueryDoubleAttribute() local 742 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); SetAttribute() local 752 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); SetAttribute() local 762 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); SetDoubleAttribute() local 772 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); SetDoubleAttribute() local 782 TiXmlAttribute* attrib = attributeSet.FindOrCreate( cname ); SetAttribute() local 792 TiXmlAttribute* attrib = attributeSet.FindOrCreate( _name ); SetAttribute() local 810 const TiXmlAttribute* attrib; Print() local [all...] |
| H A D | tinyxmlparser.cpp | 1142 TiXmlAttribute* attrib = new TiXmlAttribute(); in Parse() local 1605 TiXmlAttribute attrib; in Parse() local 1611 TiXmlAttribute attrib; Parse() local 1617 TiXmlAttribute attrib; Parse() local [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsFragOpInteractionCase.cpp | 87 const rsg::ShaderInput* attrib = *iter; in computeVertexLayout() local
|
| /third_party/vk-gl-cts/framework/egl/ |
| H A D | egluUtil.cpp | 199 EGLint getConfigAttribInt (const Library& egl, EGLDisplay display, EGLConfig config, EGLint attrib) in getConfigAttribInt() argument 211 EGLint querySurfaceInt (const Library& egl, EGLDisplay display, EGLSurface surface, EGLint attrib) in querySurfaceInt() argument [all...] |
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglQueryConfigTests.cpp | 48 static void logConfigAttribute (TestLog& log, EGLenum attrib, EGLint value) in logConfigAttribute() argument 282 EGLint GetConfigAttribCase::getValue (EGLConfig config, EGLenum attrib, bool logValue) in getValue() argument 343 void checkBoolean (EGLenum attrib, EGLint value) in checkBoolean() argument 354 void checkInteger (EGLenum attrib, EGLin argument 381 checkAttribute(EGLenum attrib, EGLint value) checkAttribute() argument [all...] |
| H A D | teglChooseConfigReference.cpp | 454 const EGLenum attrib = bitAttribs[ndx]; in getSpecifiedRGBColors() local 478 const EGLenum attrib = bitAttribs[ndx]; in getSpecifiedLuminanceColors() local 492 const EGLenum attrib = EGL_YUV_PLANE_BPP_EXT; in isYuvPlaneBppSpecified() local
|
| H A D | teglChooseConfigTests.cpp | 74 void logConfigAttrib (TestLog& log, EGLenum attrib, EGLint value) in logConfigAttrib() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | VertexArray.cpp | 449 ANGLE_INLINE bool VertexArray::setVertexAttribFormatImpl(VertexAttribute *attrib, in setVertexAttribFormatImpl() argument 475 VertexAttribute &attrib = mState.mVertexAttributes[attribIndex]; setVertexAttribFormat() local [all...] |
| H A D | ProgramExecutable.cpp | 321 sh::ShaderVariable attrib; local
|
| /third_party/glfw/src/ |
| H A D | window.c | 880 GLFWAPI int glfwGetWindowAttrib(GLFWwindow* handle, int attrib) in glfwGetWindowAttrib() argument 943 GLFWAPI void glfwSetWindowAttrib(GLFWwindow* handle, int attrib, int value) in glfwSetWindowAttrib() argument
|
| /third_party/lzma/CPP/Windows/ |
| H A D | FileFind.cpp | 584 DWORD attrib = GetFileAttrib(path);
in Find() local 601 DWORD attrib = GetFileAttrib(path);
in Find() local 639 DWORD attrib = GetFileAttrib(path);
in Find() local 986 UInt32 attrib = S_ISDIR(mode) ? Get_WinAttribPosix_From_PosixMode() local [all...] |
| H A D | FileDir.cpp | 156 bool SetFileAttrib(CFSTR path, DWORD attrib)
in SetFileAttrib() argument 183 bool SetFileAttrib_PosixHighDetect(CFSTR path, DWORD attrib)
in SetFileAttrib_PosixHighDetect() argument 405 const DWORD attrib = NFind::GetFileAttrib(_path);
in CreateComplexDir() local 487 DWORD attrib = NFind::GetFileAttrib(path); DeleteFileAlways() local 1143 SetFileAttrib_PosixHighDetect(CFSTR path, DWORD attrib) SetFileAttrib_PosixHighDetect() argument [all...] |
| /third_party/mesa3d/src/freedreno/decode/ |
| H A D | pgmdump.c | 321 dump_attribute(struct attribute *attrib) in dump_attribute() argument
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri_util.c | 375 driGetConfigAttrib(const __DRIconfig *config, unsigned int attrib, unsigned int *value) driGetConfigAttrib() argument 389 driIndexConfigAttrib(const __DRIconfig *config, int index, unsigned int *attrib, unsigned int *value) driIndexConfigAttrib() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 353 get_current_attrib(texenv_fragment_program *p, GLuint attrib) in get_current_attrib() argument
|
| H A D | api_arrayelt.c | 1444 const gl_vert_attrib attrib = u_bit_scan(&mask); in _mesa_array_element() local 1453 const gl_vert_attrib attrib = u_bit_scan(&mask); in _mesa_array_element() local 1461 const gl_vert_attrib attrib = VERT_ATTRIB_GENERIC0; in _mesa_array_element() local 1466 const gl_vert_attrib attrib = VERT_ATTRIB_POS; in _mesa_array_element() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_interp.c | 122 attrib_name(LLVMValueRef val, unsigned attrib, unsigned chan, const char *suffix) in attrib_name() argument 224 unsigned attrib; in coeffs_init_simple() local 296 unsigned attrib; attribs_update_simple() local 437 lp_build_interp_soa_indirect(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, unsigned attrib, unsigned chan, LLVMValueRef indir_index, LLVMValueRef pixoffx, LLVMValueRef pixoffy) lp_build_interp_soa_indirect() argument 508 lp_build_interp_soa(struct lp_build_interp_soa_context *bld, struct gallivm_state *gallivm, LLVMValueRef loop_iter, LLVMValueRef mask_store, unsigned attrib, unsigned chan, enum tgsi_interpolate_loc loc, LLVMValueRef indir_index, LLVMValueRef offsets[2]) lp_build_interp_soa() argument 690 unsigned attrib; lp_build_interp_soa_init() local [all...] |
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_cs.c | 120 struct mali_attribute_packed *attrib = descs; in emit_varyings() local 298 struct mali_attribute_packed *attrib in emit_attribs() local 100 panvk_emit_varying(const struct panvk_device *dev, const struct panvk_varyings_info *varyings, gl_shader_stage stage, unsigned idx, void *attrib) panvk_emit_varying() argument 267 panvk_emit_attrib(const struct panvk_device *dev, const struct panvk_draw_info *draw, const struct panvk_attribs_info *attribs, const struct panvk_attrib_buf *bufs, unsigned buf_count, unsigned idx, void *attrib) panvk_emit_attrib() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/translate/ |
| H A D | translate_generic.c | 76 } attrib[TRANSLATE_MAX_ATTRIBS]; member 241 emit_A8R8G8B8_UNORM(const void *attrib, void *ptr) in emit_A8R8G8B8_UNORM() argument 252 emit_B8G8R8A8_UNORM(const void *attrib, void *ptr) in emit_B8G8R8A8_UNORM() argument 263 emit_B10G10R10A2_UNORM(const void *attrib, void *ptr) in emit_B10G10R10A2_UNORM() argument 275 emit_B10G10R10A2_USCALED(const void *attrib, void *ptr) emit_B10G10R10A2_USCALED() argument 287 emit_B10G10R10A2_SNORM(const void *attrib, void *ptr) emit_B10G10R10A2_SNORM() argument 299 emit_B10G10R10A2_SSCALED(const void *attrib, void *ptr) emit_B10G10R10A2_SSCALED() argument 311 emit_R10G10B10A2_UNORM(const void *attrib, void *ptr) emit_R10G10B10A2_UNORM() argument 323 emit_R10G10B10A2_USCALED(const void *attrib, void *ptr) emit_R10G10B10A2_USCALED() argument 335 emit_R10G10B10A2_SNORM(const void *attrib, void *ptr) emit_R10G10B10A2_SNORM() argument 347 emit_R10G10B10A2_SSCALED(const void *attrib, void *ptr) emit_R10G10B10A2_SSCALED() argument 359 emit_NULL(const void *attrib, void *ptr) emit_NULL() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | VertexDataManager.cpp | 41 int64_t GetMaxAttributeByteOffsetForDraw(const gl::VertexAttribute &attrib, in GetMaxAttributeByteOffsetForDraw() argument 57 int ElementsInBuffer(const gl::VertexAttribute &attrib, in ElementsInBuffer() argument 73 DirectStoragePossible(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding) DirectStoragePossible() argument 163 ClassifyAttributeStorage(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding) ClassifyAttributeStorage() argument 265 const auto &attrib = vertexAttributes[attribIndex]; prepareVertexData() local 327 const auto &attrib = *directAttrib->attribute; StoreDirectAttrib() local 351 const auto &attrib = *translated->attribute; StoreStaticAttrib() local 491 const auto &attrib = *translatedAttrib.attribute; reserveSpaceForAttrib() local 533 const auto &attrib = *translated->attribute; storeDynamicAttrib() local 601 const auto &attrib = *translated->attribute; storeCurrentValue() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/ |
| H A D | DisplayGbm.cpp | 741 const EGLint attrib[] = {EGL_SYNC_CONDITION_KHR, in flushGL() local
|
| /third_party/python/Modules/clinic/ |
| H A D | _elementtree.c.h | 507 PyObject *attrib; in _elementtree_Element_makeelement() local
|
| /third_party/lzma/C/Util/7z/ |
| H A D | 7zMain.c | 845 UInt32 attrib = db.Attribs.Vals[i];
in main() local
|