| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_render.c | 1160 r300_blitter_draw_rectangle(struct blitter_context *blitter, void *vertex_elements_cso, blitter_get_vs_func get_vs, int x1, int y1, int x2, int y2, float depth, unsigned num_instances, enum blitter_attrib_type type, const union blitter_attrib *attrib) r300_blitter_draw_rectangle() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.c | 128 r600_draw_rectangle(struct blitter_context *blitter, void *vertex_elements_cso, blitter_get_vs_func get_vs, int x1, int y1, int x2, int y2, float depth, unsigned num_instances, enum blitter_attrib_type type, const union blitter_attrib *attrib) r600_draw_rectangle() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | ContextGL.cpp | 371 const gl::VertexAttribute &attrib = attribs[attribIndex]; in updateAttributesForBaseInstance() local 411 const gl::VertexAttribute &attrib = resetUpdatedAttributes() local [all...] |
| H A D | VertexArrayGL.cpp | 53 bool IsVertexAttribPointerSupported(size_t attribIndex, const VertexAttribute &attrib) in IsVertexAttribPointerSupported() argument 359 const auto &attrib = attribs[idx]; in computeStreamingAttributeSizes() local 434 const auto &attrib = attribs[idx]; in streamAttributes() local 583 const auto &attrib = attribs[idx]; recoverForcedStreamingAttributesForDrawArraysInstanced() local 650 const VertexAttribute &attrib = mState.getVertexAttribute(attribIndex); updateAttribPointer() local 712 callVertexAttribPointer(const gl::Context *context, GLuint attribIndex, const VertexAttribute &attrib, GLsizei stride, GLintptr offset) const callVertexAttribPointer() argument 753 const VertexAttribute &attrib = mState.getVertexAttribute(attribIndex); updateAttribFormat() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_egl_ext_autogen.cpp | 345 EGLint EGLAPIENTRY EGL_ProgramCacheGetAttribANGLE(EGLDisplay dpy, EGLenum attrib) in EGL_ProgramCacheGetAttribANGLE() argument
|
| H A D | egl_ext_stubs.cpp | 685 EGLint ProgramCacheGetAttribANGLE(Thread *thread, Display *display, EGLenum attrib) in ProgramCacheGetAttribANGLE() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | VertexArrayVk.cpp | 287 const gl::VertexAttribute &attrib = attribs[attribIndex]; in handleLineLoopIndirectDraw() local 566 const gl::VertexAttribute &attrib = attribs[attribIndex]; in updateActiveAttribInfo() local 578 syncDirtyAttrib(ContextVk *contextVk, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, size_t attribIndex, bool bufferOnly) syncDirtyAttrib() argument 784 const gl::VertexAttribute &attrib = attribs[attribIndex]; updateStreamedAttribs() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
| H A D | libEGL.cpp | 129 std::vector<EGLAttrib> attrib; member in egl::__anon22894::EGLAttribs
|
| /third_party/python/Lib/xml/etree/ |
| H A D | ElementTree.py | 149 attrib = None variable in Element [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fTransformFeedbackTests.cpp | 513 const Attribute* attrib = &(*std::find_if(attributes.begin(), attributes.end(), AttributeNameEquals(attribName))); in computeTransformFeedbackOutputs() local 534 static void genAttributeData (const Attribute& attrib, deUint8* basePtr, int stride, int numElements, de::Random& rnd) in genAttributeData() argument [all...] |
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsAttributeLocationTests.cpp | 66 deInt32 getBoundLocation (const map<string, deUint32>& bindings, const string& attrib) in getBoundLocation() argument 146 string generateToVec4Expression (const Attribute& attrib, int id=-1) in generateToVec4Expression() argument 487 const Attribute& attrib = attributes[attribNdx]; in logAttributes() local 533 const Attribute& attrib = attributes[attribNdx]; checkActiveAttribQuery() local 581 const Attribute& attrib = attributes[attribNdx]; checkActiveAttribQuery() local 608 const Attribute& attrib = attributes[attribNdx]; checkAttribLocationQuery() local [all...] |
| /third_party/vk-gl-cts/framework/platform/lnx/X11/ |
| H A D | tcuLnxX11GlxPlatform.cpp | 425 unsigned GlxDrawable::getAttrib (int attrib) in getAttrib() argument 428 glXQueryDrawable(getXDisplay(), getGLXDrawable(), attrib, &value); in getAttrib() local
|
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglapi.c | 2137 EGLAttrib attrib; in eglGetSyncAttribKHR() local
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_compile.c | 230 struct agx_attribute attrib = key->vs.attributes[index]; in agx_emit_load_attr() local
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri2.c | 1226 dri2_query_image_common(__DRIimage *image, int attrib, int *value) in dri2_query_image_common() argument 1262 dri2_query_image_by_resource_handle(__DRIimage *image, int attrib, int *value) in dri2_query_image_by_resource_handle() argument 1351 dri2_query_image_by_resource_param(__DRIimage *image, int attrib, int *value) in dri2_query_image_by_resource_param() argument 1423 dri2_query_image(__DRIimage *image, int attrib, int *value) in dri2_query_image() argument 1628 dri2_query_dma_buf_format_modifier_attribs(__DRIscreen *_screen, uint32_t fourcc, uint64_t modifier, int attrib, uint64_t *value) dri2_query_dma_buf_format_modifier_attribs() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | varray.c | 647 _mesa_update_array_format(struct gl_context *ctx, struct gl_vertex_array_object *vao, gl_vert_attrib attrib, GLint size, GLenum type, GLenum format, GLboolean normalized, GLboolean integer, GLboolean doubles, GLuint relativeOffset) _mesa_update_array_format() argument 695 validate_array_format(struct gl_context *ctx, const char *func, struct gl_vertex_array_object *vao, GLuint attrib, GLbitfield legalTypesMask, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, bool normalized, bool integer, bool doubles, GLuint relativeOffset, GLenum format) validate_array_format() argument 819 validate_array(struct gl_context *ctx, const char *func, struct gl_vertex_array_object *vao, struct gl_buffer_object *obj, GLuint attrib, GLbitfield legalTypesMask, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, GLboolean doubles, const GLvoid *ptr) validate_array() argument 877 validate_array_and_format(struct gl_context *ctx, const char *func, struct gl_vertex_array_object *vao, struct gl_buffer_object *obj, GLuint attrib, GLbitfield legalTypes, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, GLboolean doubles, GLenum format, const GLvoid *ptr) validate_array_and_format() argument 912 update_array(struct gl_context *ctx, struct gl_vertex_array_object *vao, struct gl_buffer_object *obj, GLuint attrib, GLenum format, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, GLboolean doubles, const GLvoid *ptr) update_array() argument 2036 const gl_vert_attrib attrib = VERT_ATTRIB_GENERIC(index); _mesa_DisableVertexAttribArray() local 2045 const gl_vert_attrib attrib = VERT_ATTRIB_GENERIC(index); _mesa_DisableVertexAttribArray_no_error() local 2072 const gl_vert_attrib attrib = VERT_ATTRIB_GENERIC(index); _mesa_DisableVertexArrayAttrib() local 2091 const gl_vert_attrib attrib = VERT_ATTRIB_GENERIC(index); _mesa_DisableVertexArrayAttribEXT() local 2101 const gl_vert_attrib attrib = VERT_ATTRIB_GENERIC(index); _mesa_DisableVertexArrayAttrib_no_error() local [all...] |
| H A D | ffvertex_prog.c | 885 GLuint attrib = material_attrib(side, property); in get_material() local 935 GLuint attrib = material_attrib(side, property); in get_lightprod() local
|
| H A D | draw.c | 1102 check_array_data(struct gl_context *ctx, struct gl_vertex_array_object *vao, GLuint attrib, GLuint j) check_array_data() argument
|
| /third_party/mesa3d/src/mesa/vbo/ |
| H A D | vbo_save_api.c | 318 const struct gl_array_attributes *attrib = &vao->VertexAttrib[attr]; in compare_vao() local [all...] |
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 486 xcb_get_window_attributes_reply_t *attrib; in get_visualtype_for_window() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_lowering_nv50.cpp | 1436 Value *attrib = bld.mkOp2v(OP_SHL, TYPE_U32, bld.getSSA(), in handleLOAD() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | formatutils.cpp | 2260 angle::FormatID GetVertexFormatID(const VertexAttribute &attrib, VertexAttribType currentValueType) in GetVertexFormatID() argument
|
| H A D | queryutils.cpp | 595 void QueryVertexAttribBase(const VertexAttribute &attrib, in QueryVertexAttribBase() argument 1583 QueryVertexAttribfv(const VertexAttribute &attrib, const VertexBinding &binding, const VertexAttribCurrentValueData ¤tValueData, GLenum pname, GLfloat *params) QueryVertexAttribfv() argument 1592 QueryVertexAttribiv(const VertexAttribute &attrib, const VertexBinding &binding, const VertexAttribCurrentValueData ¤tValueData, GLenum pname, GLint *params) QueryVertexAttribiv() argument 1601 QueryVertexAttribPointerv(const VertexAttribute &attrib, GLenum pname, void **pointer) QueryVertexAttribPointerv() argument 1615 QueryVertexAttribIiv(const VertexAttribute &attrib, const VertexBinding &binding, const VertexAttribCurrentValueData ¤tValueData, GLenum pname, GLint *params) QueryVertexAttribIiv() argument 1624 QueryVertexAttribIuiv(const VertexAttribute &attrib, const VertexBinding &binding, const VertexAttribCurrentValueData ¤tValueData, GLenum pname, GLuint *params) QueryVertexAttribIuiv() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libEGL/ |
| H A D | libEGL_autogen.cpp | 522 EGLint EGLAPIENTRY eglProgramCacheGetAttribANGLE(EGLDisplay dpy, EGLenum attrib) in eglProgramCacheGetAttribANGLE() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | libGLESv3.cpp | 1892 const VertexAttribute& attrib = context->getCurrentVertexAttributes()[index]; in GetVertexAttribIiv() local 1948 const VertexAttribute& attrib = context->getCurrentVertexAttributes()[index]; in GetVertexAttribIuiv() local
|