OSDN Git Service

anv: Add some NIR builder helpers
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 2 Oct 2015 23:15:51 +0000 (16:15 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 2 Oct 2015 23:15:53 +0000 (16:15 -0700)
commitb68805f83c515916d4256f3b2f1ec67a662ca953
treeeee949ba7aedfa7c87e8213f9e33d4fa7ab2bc86
parentc1553653a2ed4f06301a7818a1878da46f785882
anv: Add some NIR builder helpers

These should all eventually be up-streamed.  However, since they currently
have no upstream users, they would just bitrot there.  We'll keep them
local for the time being.
src/vulkan/anv_nir_builder.h [new file with mode: 0644]