Searched refs:vtn_string_literal (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 429 vtn_string_literal(struct vtn_builder *b, const uint32_t *words, function in typeref:typename:const char * 528 const char *ext = vtn_string_literal(b, &w[2], count - 2, NULL); 1781 const char *name = vtn_string_literal(b, &w[2], count - 2, NULL); 4322 entry_point->name = vtn_string_literal(b, &w[3], count - 3, &name_words); 4827 vtn_string_literal(b, &w[2], count - 2, NULL); 4831 b->values[w[1]].name = vtn_string_literal(b, &w[2], count - 2, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv_to_nir.c | 324 vtn_string_literal(struct vtn_builder *b, const uint32_t *words, function in typeref:typename:char * 3499 entry_point->name = vtn_string_literal(b, &w[3], count - 3, &name_words); 3821 vtn_string_literal(b, &w[2], count - 2, NULL); 3825 b->values[w[1]].name = vtn_string_literal(b, &w[2], count - 2, NULL);
|
Completed in 12 milliseconds