HomeSort by relevance Sort by last modified time
    Searched full:nir_function (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/compiler/spirv/
nir_spirv.h 53 nir_function *spirv_to_nir(const uint32_t *words, size_t word_count,
spirv2nir.c 75 nir_function *func = spirv_to_nir(map, word_count, NULL, 0,
vtn_cfg.c 49 nir_function *func =
spirv_to_nir.c     [all...]
  /external/mesa3d/src/compiler/nir/
nir_sweep.c 139 sweep_function(nir_shader *nir, nir_function *f)
178 foreach_list_typed(nir_function, func, node, &nir->functions) {
nir_clone.c 487 nir_function *ncallee = remap_global(state, call->callee);
710 static nir_function *
711 clone_function(clone_state *state, const nir_function *fxn, nir_shader *ns)
714 nir_function *nfxn = nir_function_create(ns, fxn->name);
751 foreach_list_typed(nir_function, fxn, node, &s->functions)
760 nir_function *nfxn = remap_global(&state, fxn);
nir.h 72 struct nir_function;
877 struct nir_function *callee;
1731 typedef struct nir_function { struct
1746 } nir_function; typedef in typeref:struct:nir_function
    [all...]
nir.c 190 nir_function *
193 nir_function *func = ralloc(shader, nir_function);
304 nir_function_impl_create(nir_function *function)
508 nir_call_instr_create(nir_shader *shader, nir_function *callee)
    [all...]
nir_builder.h 56 nir_function *func = nir_function_create(build->shader, "main");
nir_print.c 1084 print_function(nir_function *function, print_state *state)
1194 foreach_list_typed(nir_function, func, node, &shader->functions) {
nir_validate.c     [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 459 nir_function *func = nir_function_create(shader, ir->function_name());
484 nir_function *func = (nir_function *) entry->data;
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 164 nir_function *entry_point;
175 entry_point = exec_node_data(nir_function, node, node);
217 foreach_list_typed_safe(nir_function, func, node, &nir->functions) {
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 132 nir_function *entry_point =
151 foreach_list_typed_safe(nir_function, func, node, &nir->functions) {
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c     [all...]

Completed in 1743 milliseconds