Home
last modified time | relevance | path

Searched defs:attrib (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DVertexBuffer.cpp95 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()
DVertexDataManager.cpp41 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/
DFileFind.h43 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()
DFileDir.cpp147 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/
DVertexAttribute.cpp59 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()
DVertexArray.cpp66 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/
Dvbo_context.c56 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/
Dtranslate_generic.c76 } 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/
DegluStrUtil.cpp155 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
DegluCallLogWrapper.cpp132 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/
DqpXmlWriter.h54 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/
Dtinyxml.cpp589 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/
DSysIconUtils.cpp55 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/
Darrayobj.h232 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()
Dvarray.h91 gl_vert_attrib attrib) in _mesa_enable_vertex_array_attrib()
106 gl_vert_attrib attrib) in _mesa_disable_vertex_array_attrib()
Dglthread_varray.c242 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/
DteglQueryConfigTests.cpp48 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/
Dst_atom_array.cpp102 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/
Dlp_bld_interp.c122 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/
DVertexArrayGL.cpp53 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/
DInputLayoutCache.cpp36 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/
Ddri_common.c95 #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/
Dpanvk_vX_cs.c103 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/
DVertexDataManager.cpp126 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/
Dsp_setup.h49 } attrib[PIPE_MAX_SHADER_OUTPUTS]; member

123456