[Mesa-dev] Declaration of _CmdBeginTransformFeedbackEXT

Andreas Bergmeier abergmeier at gmx.net
Thu Oct 3 15:56:00 UTC 2019


Thanks for pointing that out.
Did not find it since I am not building AMD and Intel currently.
My problem was, that I was missing the
`Extension('VK_EXT_transform_feedback',                1, True),` line in
my vulkan driver.


On Thu, 3 Oct 2019 at 17:48, Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
wrote:

> {$BUILD_DIR?}/src/amd/vulkan/radv_entrypoints.h
> {$BUILD_DIR?}/src/intel/vulkan/anv_entrypoints.h
>
> generated using the entrypoints.py scripts in the corresponding source
> directories.
>
> On Thu, Oct 3, 2019 at 5:46 PM Andreas Bergmeier <abergmeier at gmx.net>
> wrote:
> >
> > First off, thanks for git grep. Did not know that yet.
> > Second - both hits are the definition. I am searching for the
> declaration.
> >
> > On Thu, 3 Oct 2019 at 16:38, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> >>
> >> $ git grep CmdBeginTransformFeedback
> >> src/amd/vulkan/radv_cmd_buffer.c:void radv_CmdBeginTransformFeedbackEXT(
> >> src/intel/vulkan/genX_cmd_buffer.c:void
> genX(CmdBeginTransformFeedbackEXT)(
> >>
> >> Not *that* hard to search for...
> >>
> >> On Thu, Oct 3, 2019 at 10:35 AM <abergmeier at gmx.net> wrote:
> >> >
> >> >
> >> >
> >> > Sorry for being a bit thick but it seems like I cannot find where
> *_CmdBeginTransformFeedbackEXT functions are getting declared. I would
> assume, that it is somewhere in a XML to header stage, but could not yet
> figure out, which header.
> >> > Probably using some macro magic, that makes the code non-searchable :(
> >> > Could anyone please point me in the right direction?
> >> > _______________________________________________
> >> > mesa-dev mailing list
> >> > mesa-dev at lists.freedesktop.org
> >> > https://lists.freedesktop.org/mailman/listinfo/mesa-dev
> >
> > _______________________________________________
> > mesa-dev mailing list
> > mesa-dev at lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20191003/e1e10bba/attachment.html>


More information about the mesa-dev mailing list