/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | VertexBuffer.cpp | 95 const gl::VertexAttribute &attrib, in getSpaceRequired() 169 const gl::VertexAttribute &attrib, in storeDynamicAttribute() 216 const gl::VertexAttribute &attrib, in reserveVertexSpace() 244 const gl::VertexAttribute &attrib, in matchesAttribute() 259 void StaticVertexBufferInterface::AttributeSignature::set(const gl::VertexAttribute &attrib, in set() 274 bool StaticVertexBufferInterface::matchesAttribute(const gl::VertexAttribute &attrib, in matchesAttribute() 280 void StaticVertexBufferInterface::setAttribute(const gl::VertexAttribute &attrib, in setAttribute() 287 const gl::VertexAttribute &attrib, in storeStaticAttribute()
|
D | VertexDataManager.cpp | 41 int64_t GetMaxAttributeByteOffsetForDraw(const gl::VertexAttribute &attrib, in GetMaxAttributeByteOffsetForDraw() 57 int ElementsInBuffer(const gl::VertexAttribute &attrib, in ElementsInBuffer() 74 const gl::VertexAttribute &attrib, in DirectStoragePossible() 164 const gl::VertexAttribute &attrib, in ClassifyAttributeStorage() 265 const auto &attrib = vertexAttributes[attribIndex]; in prepareVertexData() local 327 const auto &attrib = *directAttrib->attribute; in StoreDirectAttrib() local 351 const auto &attrib = *translated->attribute; in StoreStaticAttrib() local 491 const auto &attrib = *translatedAttrib.attribute; in reserveSpaceForAttrib() local 533 const auto &attrib = *translated->attribute; in storeDynamicAttrib() local 601 const auto &attrib = *translated->attribute; in storeCurrentValue() local
|
/third_party/lzma/CPP/Windows/ |
D | FileFind.h | 43 inline bool IsReadOnly(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_READONLY) != 0; } in IsReadOnly() 44 inline bool IsHidden(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_HIDDEN) != 0; } in IsHidden() 45 inline bool IsSystem(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; } in IsSystem() 46 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; } in IsDir() 47 inline bool IsArchived(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ARCHIVE) != 0; } in IsArchived() 48 inline bool IsCompressed(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_COMPRESSED) != 0; } in IsCompressed() 49 inline bool IsEncrypted(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_ENCRYPTED) != 0; } in IsEncrypted() 51 inline UInt32 Get_PosixMode_From_WinAttrib(DWORD attrib) in Get_PosixMode_From_WinAttrib()
|
D | FileDir.cpp | 147 bool SetFileAttrib(CFSTR path, DWORD attrib) in SetFileAttrib() 174 bool SetFileAttrib_PosixHighDetect(CFSTR path, DWORD attrib) in SetFileAttrib_PosixHighDetect() 393 DWORD attrib = NFind::GetFileAttrib(_path); in CreateComplexDir() local 475 DWORD attrib = NFind::GetFileAttrib(path); in DeleteFileAlways() local 1048 bool SetFileAttrib_PosixHighDetect(CFSTR path, DWORD attrib) in SetFileAttrib_PosixHighDetect()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexAttribute.cpp | 59 VertexAttribute::VertexAttribute(VertexAttribute &&attrib) in VertexAttribute() function in gl::VertexAttribute 69 VertexAttribute &VertexAttribute::operator=(VertexAttribute &&attrib) in operator =() 139 size_t ComputeVertexAttributeStride(const VertexAttribute &attrib, const VertexBinding &binding) in ComputeVertexAttributeStride() 147 GLintptr ComputeVertexAttributeOffset(const VertexAttribute &attrib, const VertexBinding &binding) in ComputeVertexAttributeOffset()
|
D | VertexArray.cpp | 66 VertexAttribute &attrib = mVertexAttributes[attribIndex]; in setAttribBinding() local 449 ANGLE_INLINE bool VertexArray::setVertexAttribFormatImpl(VertexAttribute *attrib, in setVertexAttribFormatImpl() 475 VertexAttribute &attrib = mState.mVertexAttributes[attribIndex]; in setVertexAttribFormat() local 500 VertexAttribute &attrib = mState.mVertexAttributes[attribIndex]; in enableAttribute() local 532 VertexAttribute &attrib = mState.mVertexAttributes[attribIndex]; in setVertexAttribPointerImpl() local 725 const VertexAttribute &attrib = mState.mVertexAttributes[attribIndex]; in hasTransformFeedbackBindingConflict() local
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_context.c | 56 init_array(struct gl_context *ctx, struct gl_array_attributes *attrib, in init_array() 83 struct gl_array_attributes *attrib = &vbo->current[attr]; in init_legacy_currval() local 99 struct gl_array_attributes *attrib = &vbo->current[attr]; in init_generic_currval() local 117 struct gl_array_attributes *attrib = &vbo->current[attr]; in init_mat_currval() local
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_generic.c | 76 } attrib[TRANSLATE_MAX_ATTRIBS]; member 241 emit_A8R8G8B8_UNORM(const void *attrib, void *ptr) in emit_A8R8G8B8_UNORM() 252 emit_B8G8R8A8_UNORM(const void *attrib, void *ptr) in emit_B8G8R8A8_UNORM() 263 emit_B10G10R10A2_UNORM(const void *attrib, void *ptr) in emit_B10G10R10A2_UNORM() 275 emit_B10G10R10A2_USCALED(const void *attrib, void *ptr) in emit_B10G10R10A2_USCALED() 287 emit_B10G10R10A2_SNORM(const void *attrib, void *ptr) in emit_B10G10R10A2_SNORM() 299 emit_B10G10R10A2_SSCALED(const void *attrib, void *ptr) in emit_B10G10R10A2_SSCALED() 311 emit_R10G10B10A2_UNORM(const void *attrib, void *ptr) in emit_R10G10B10A2_UNORM() 323 emit_R10G10B10A2_USCALED(const void *attrib, void *ptr) in emit_R10G10B10A2_USCALED() 335 emit_R10G10B10A2_SNORM(const void *attrib, void *ptr) in emit_R10G10B10A2_SNORM() [all …]
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluStrUtil.cpp | 155 int attrib = fmt.attribs[pos]; in operator <<() local 195 int attrib = fmt.attribs[pos]; in operator <<() local 235 int attrib = fmt.attribs[pos]; in operator <<() local
|
D | egluCallLogWrapper.cpp | 132 deUint32 attrib; member in eglu::ConfigAttribValuePointerFmt 137 inline ConfigAttribValuePointerFmt getConfigAttribValuePointerStr (deUint32 attrib, const int* valu… in getConfigAttribValuePointerStr() 152 deUint32 attrib; member in eglu::ContextAttribValuePointerFmt 157 inline ContextAttribValuePointerFmt getContextAttribValuePointerStr (deUint32 attrib, const int* va… in getContextAttribValuePointerStr() 172 deUint32 attrib; member in eglu::SurfaceAttribValuePointerFmt 177 inline SurfaceAttribValuePointerFmt getSurfaceAttribValuePointerStr (deUint32 attrib, const int* va… in getSurfaceAttribValuePointerStr()
|
/third_party/vk-gl-cts/framework/qphelper/ |
D | qpXmlWriter.h | 54 qpXmlAttribute attrib; in qpSetStringAttrib() local 65 qpXmlAttribute attrib; in qpSetIntAttrib() local 76 qpXmlAttribute attrib; in qpSetBoolAttrib() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
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 ); in Attribute() local 647 const TiXmlAttribute* attrib = attributeSet.Find( name ); in Attribute() local 663 const TiXmlAttribute* attrib = attributeSet.Find( name ); in QueryIntAttribute() local 712 const TiXmlAttribute* attrib = attributeSet.Find( name ); in QueryIntAttribute() local 722 const TiXmlAttribute* attrib = attributeSet.Find( name ); in QueryDoubleAttribute() local 732 const TiXmlAttribute* attrib = attributeSet.Find( name ); in QueryDoubleAttribute() local 742 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name ); in SetAttribute() local [all …]
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | SysIconUtils.cpp | 55 static DWORD_PTR MySHGetFileInfoW(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInfo… in MySHGetFileInfoW() 67 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex) in GetRealIconIndex() 119 static int FindInSorted_Attrib(const CRecordVector<CAttribIconPair> &vect, DWORD attrib, int &inser… in FindInSorted_Attrib() 155 int CExtToIconMap::GetIconIndex(DWORD attrib, const wchar_t *fileName /*, UString *typeName */) in GetIconIndex()
|
/third_party/mesa3d/src/mesa/main/ |
D | arrayobj.h | 232 const struct gl_array_attributes *attrib) in _mesa_draw_buffer_binding_from_attrib() 270 const struct gl_array_attributes *const attrib in _mesa_draw_buffer_binding() local 306 _mesa_draw_attributes_relative_offset(const struct gl_array_attributes *attrib) in _mesa_draw_attributes_relative_offset()
|
D | varray.h | 91 gl_vert_attrib attrib) in _mesa_enable_vertex_array_attrib() 106 gl_vert_attrib attrib) in _mesa_disable_vertex_array_attrib()
|
D | glthread_varray.c | 242 gl_vert_attrib attrib, bool enable) in _mesa_glthread_ClientState() 300 gl_vert_attrib attrib, unsigned new_binding_index) in set_attrib_binding() 316 gl_vert_attrib attrib, GLuint divisor) in _mesa_glthread_AttribDivisor() 346 GLuint buffer, gl_vert_attrib attrib, in attrib_pointer() 369 _mesa_glthread_AttribPointer(struct gl_context *ctx, gl_vert_attrib attrib, in _mesa_glthread_AttribPointer() 382 GLuint buffer, gl_vert_attrib attrib, in _mesa_glthread_DSAAttribPointer()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglQueryConfigTests.cpp | 48 static void logConfigAttribute (TestLog& log, EGLenum attrib, EGLint value) in logConfigAttribute() 269 EGLint GetConfigAttribCase::getValue (EGLConfig config, EGLenum attrib, bool logValue) in getValue() 330 void checkBoolean (EGLenum attrib, EGLint value) in checkBoolean() 341 void checkInteger (EGLenum attrib, EGLint value) in checkInteger() 368 void checkAttribute (EGLenum attrib, EGLint value) in checkAttribute()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_array.cpp | 102 const struct gl_array_attributes *const attrib = in setup_arrays() local 169 const struct gl_array_attributes *const attrib in setup_arrays() local 226 const struct gl_array_attributes *const attrib in st_setup_current() local 284 const struct gl_array_attributes *const attrib in st_setup_current_user() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 122 attrib_name(LLVMValueRef val, unsigned attrib, unsigned chan, const char *suffix) in attrib_name() 224 unsigned attrib; in coeffs_init_simple() local 296 unsigned attrib; in attribs_update_simple() local 439 unsigned attrib, unsigned chan, in lp_build_interp_soa_indirect() 512 unsigned attrib, unsigned chan, in lp_build_interp_soa() 690 unsigned attrib; in lp_build_interp_soa_init() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 53 bool IsVertexAttribPointerSupported(size_t attribIndex, const VertexAttribute &attrib) in IsVertexAttribPointerSupported() 359 const auto &attrib = attribs[idx]; in computeStreamingAttributeSizes() local 434 const auto &attrib = attribs[idx]; in streamAttributes() local 583 const auto &attrib = attribs[idx]; in recoverForcedStreamingAttributesForDrawArraysInstanced() local 650 const VertexAttribute &attrib = mState.getVertexAttribute(attribIndex); in updateAttribPointer() local 714 const VertexAttribute &attrib, in callVertexAttribPointer() 753 const VertexAttribute &attrib = mState.getVertexAttribute(attribIndex); in updateAttribFormat() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | InputLayoutCache.cpp | 36 for (const sh::ShaderVariable &attrib : shaderAttributes) in GetGLSLAttributeType() local 158 const auto &attrib = attribs[attribIndex]; in getInputLayout() local 214 const auto &attrib = *currentAttributes[attribIndex]; in createInputLayout() local
|
/third_party/mesa3d/src/glx/ |
D | dri_common.c | 95 #define __ATTRIB(attrib, field) \ argument 100 unsigned int attrib, offset; member 128 scalarEqual(struct glx_config *mode, unsigned int attrib, unsigned int value) in scalarEqual() 145 unsigned int attrib, value, glxValue; in driConfigEqual() local
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_cs.c | 103 void *attrib) in panvk_emit_varying() 120 struct mali_attribute_packed *attrib = descs; in panvk_per_arch() local 272 unsigned idx, void *attrib) in panvk_emit_attrib() 298 struct mali_attribute_packed *attrib = descs; in panvk_per_arch() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | VertexDataManager.cpp | 126 const VertexAttribute &attrib = attribs[i].mArrayEnabled ? attribs[i] : currentAttribs[i]; in prepareVertexData() local 145 const VertexAttribute &attrib = attribs[i].mArrayEnabled ? attribs[i] : currentAttribs[i]; in prepareVertexData() local
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_setup.h | 49 } attrib[PIPE_MAX_SHADER_OUTPUTS]; member
|