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 <b...@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 <abergme...@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 <imir...@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 <abergme...@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@lists.freedesktop.org
> >> > https://lists.freedesktop.org/mailman/listinfo/mesa-dev
> >
> > _______________________________________________
> > mesa-dev mailing list
> > mesa-dev@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to