/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | VertexBuffer.cpp | 95 const gl::VertexAttribute &attrib, in getSpaceRequired() 168 const gl::VertexAttribute &attrib, in storeDynamicAttribute() 202 const gl::VertexAttribute &attrib, in reserveVertexSpace() 229 const gl::VertexAttribute &attrib, in matchesAttribute() 244 void StaticVertexBufferInterface::AttributeSignature::set(const gl::VertexAttribute &attrib, in set() 259 bool StaticVertexBufferInterface::matchesAttribute(const gl::VertexAttribute &attrib, in matchesAttribute() 265 void StaticVertexBufferInterface::setAttribute(const gl::VertexAttribute &attrib, in setAttribute() 272 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() 76 const gl::VertexAttribute &attrib, in DirectStoragePossible() 166 const gl::VertexAttribute &attrib, in ClassifyAttributeStorage() 267 const auto &attrib = vertexAttributes[attribIndex]; in prepareVertexData() local 328 const auto &attrib = *directAttrib->attribute; in StoreDirectAttrib() local 352 const auto &attrib = *translated->attribute; in StoreStaticAttrib() local 488 const auto &attrib = *translatedAttrib.attribute; in reserveSpaceForAttrib() local 526 const auto &attrib = *translated->attribute; in storeDynamicAttrib() local 593 const auto &attrib = *translated->attribute; in storeCurrentValue() local
|
/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/flutter/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 | 68 VertexAttribute &attrib = mVertexAttributes[attribIndex]; in setAttribBinding() local 376 ANGLE_INLINE bool VertexArray::setVertexAttribFormatImpl(VertexAttribute *attrib, in setVertexAttribFormatImpl() 402 VertexAttribute &attrib = mState.mVertexAttributes[attribIndex]; in setVertexAttribFormat() local 427 VertexAttribute &attrib = mState.mVertexAttributes[attribIndex]; in enableAttribute() local 459 VertexAttribute &attrib = mState.mVertexAttributes[attribIndex]; in setVertexAttribPointerImpl() local 640 const VertexAttribute &attrib = mState.mVertexAttributes[attribIndex]; in hasTransformFeedbackBindingConflict() local
|
/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()
|
/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/flutter/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/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()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | ShaderModule.cpp | 157 for (const auto& attrib : resources.stage_inputs) { in ExtractSpirvInfo() local 171 for (const auto& attrib : resources.stage_outputs) { in ExtractSpirvInfo() local 182 for (const auto& attrib : resources.stage_inputs) { in ExtractSpirvInfo() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | VertexArrayGL.cpp | 42 bool IsVertexAttribPointerSupported(size_t attribIndex, const VertexAttribute &attrib) in IsVertexAttribPointerSupported() 257 const auto &attrib = attribs[idx]; in computeStreamingAttributeSizes() local 325 const auto &attrib = attribs[idx]; in streamAttributes() local 420 const VertexAttribute &attrib = mState.getVertexAttribute(attribIndex); in updateAttribPointer() local 477 const VertexAttribute &attrib, in callVertexAttribPointer() 507 const VertexAttribute &attrib = mState.getVertexAttribute(attribIndex); in updateAttribFormat() local
|
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | InputLayoutCache.cpp | 36 for (const sh::Attribute &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/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
|