| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | nir_spirv.h | 93 bool gl_spirv_validation(const uint32_t *words, size_t word_count, 97 nir_function *spirv_to_nir(const uint32_t *words, size_t word_count,
|
| H A D | spirv2nir.c | 64 size_t word_count = len / WORD_SIZE; local in function:main 77 nir_function *func = spirv_to_nir(map, word_count, NULL, 0,
|
| H A D | gl_spirv.c | 222 gl_spirv_validation(const uint32_t *words, size_t word_count, argument 231 const uint32_t *word_end = words + word_count; 233 struct vtn_builder *b = vtn_create_builder(words, word_count,
|
| H A D | spirv_to_nir.c | 325 unsigned word_count, unsigned *words_used) 327 char *dup = ralloc_strndup(b, (char *)words, word_count * sizeof(*words)); 4450 vtn_create_builder(const uint32_t *words, size_t word_count, argument 4461 b->spirv_word_count = word_count; 4474 if (word_count <= 5) 4574 spirv_to_nir(const uint32_t *words, size_t word_count, argument 4581 const uint32_t *word_end = words + word_count; 4583 struct vtn_builder *b = vtn_create_builder(words, word_count, 324 vtn_string_literal(struct vtn_builder * b,const uint32_t * words,unsigned word_count,unsigned * words_used) argument
|
| H A D | vtn_private.h | 823 struct vtn_builder* vtn_create_builder(const uint32_t *words, size_t word_count,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | nir_spirv.h | 101 bool gl_spirv_validation(const uint32_t *words, size_t word_count, 105 nir_shader *spirv_to_nir(const uint32_t *words, size_t word_count,
|
| H A D | gl_spirv.c | 222 gl_spirv_validation(const uint32_t *words, size_t word_count, argument 231 const uint32_t *word_end = words + word_count; 233 struct vtn_builder *b = vtn_create_builder(words, word_count,
|
| H A D | spirv2nir.c | 150 size_t word_count = len / WORD_SIZE; local in function:main 178 nir_shader *nir = spirv_to_nir(map, word_count, NULL, 0,
|
| H A D | spirv_to_nir.c | 430 unsigned word_count, unsigned *words_used) 446 uint32_t *copy = ralloc_array(b, uint32_t, word_count); 447 for (unsigned i = 0; i < word_count; i++) 454 const char *end = memchr(str, 0, word_count * 4); 6004 vtn_create_builder(const uint32_t *words, size_t word_count, argument 6015 b->spirv_word_count = word_count; 6028 if (word_count <= 5) 6175 spirv_to_nir(const uint32_t *words, size_t word_count, argument 6182 const uint32_t *word_end = words + word_count; 6184 struct vtn_builder *b = vtn_create_builder(words, word_count, 429 vtn_string_literal(struct vtn_builder * b,const uint32_t * words,unsigned word_count,unsigned * words_used) argument [all...] |
| H A D | vtn_private.h | 980 struct vtn_builder* vtn_create_builder(const uint32_t *words, size_t word_count,
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/ |
| H A D | spirv2dxil.c | 122 size_t word_count = file_size / WORD_SIZE; local in function:main 132 if (spirv_to_dxil((uint32_t *)file_contents, word_count, NULL, 0,
|
| H A D | spirv_to_dxil.h | 115 * \param word_count number of words in the SPIR-V module 125 spirv_to_dxil(const uint32_t *words, size_t word_count,
|
| H A D | spirv_to_dxil.c | 156 spirv_to_dxil(const uint32_t *words, size_t word_count, argument 186 words, word_count, (struct nir_spirv_specialization *)specializations,
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_shader.c | 34 size_t word_count, 72 spirv_to_nir(words, word_count, spec, num_spec, stage, entry_point_name, 32 tu_spirv_to_nir(struct ir3_compiler * compiler,const uint32_t * words,size_t word_count,gl_shader_stage stage,const char * entry_point_name,const VkSpecializationInfo * spec_info) argument
|