blorp: introduce helper method blorp_nir_init_shader
authorAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 13 Feb 2019 11:11:47 +0000 (12:11 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 21 Feb 2019 10:47:51 +0000 (11:47 +0100)
commit675eabb56069795a2dbcc55ced7e77cfe4e93b92
treecd8d3f0acdb7189c2c680f6ff7dd8feb81e28394
parent705723e6bef61b3937d5a4928e58b63d4c70f18c
blorp: introduce helper method blorp_nir_init_shader

This initializes the nir shader that will be used by blorp. Right now
it doesn't do too much beyond calling nir_builder_init_simple_shader,
and setting a name. More stuff will be added on following patches.

v2: there is a case were it is used a VERTEX_SHADER (Alejandro)
src/intel/blorp/blorp_blit.c
src/intel/blorp/blorp_clear.c
src/intel/blorp/blorp_nir_builder.h