Searched defs:vtn_builder (Results 1 – 1 of 1) sorted by relevance
530 struct vtn_builder { struct531 nir_builder nb;534 jmp_buf fail_jump;536 const uint32_t *spirv;537 size_t spirv_word_count;539 nir_shader *shader;540 const struct spirv_to_nir_options *options;541 struct vtn_block *block;546 size_t spirv_offset;547 char *file;[all …]