Searched refs:vrend_shader_io (Results 1 – 1 of 1) sorted by relevance
89 struct vrend_shader_io { struct149 struct vrend_shader_io io;188 struct vrend_shader_io inputs[64];190 struct vrend_shader_io outputs[64];193 struct vrend_shader_io system_values[32];1863 static const struct vrend_shader_io *get_io_slot(const struct vrend_shader_io *slots, unsigned nslo… in get_io_slot()1865 const struct vrend_shader_io *result = slots; in get_io_slot()1875 get_blockname(char outvar[64], const char *stage_prefix, const struct vrend_shader_io *io) in get_blockname()1881 get_blockvarname(char outvar[64], const char *stage_prefix, const struct vrend_shader_io *io, const… in get_blockvarname()1886 static void get_so_name(const struct dump_ctx *ctx, bool from_block, const struct vrend_shader_io *… in get_so_name()[all …]