Searched refs:nir_inline_function_impl (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_inline_functions.c | 29 void nir_inline_function_impl(struct nir_builder *b, function in typeref:typename:void 119 nir_inline_function_impl(b, call->callee->impl, params);
|
| H A D | nir_lower_double_ops.c | 584 nir_inline_function_impl(b, func->impl, params);
|
| H A D | nir.h | 3216 void nir_inline_function_impl(struct nir_builder *b,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_inline_functions.c | 35 void nir_inline_function_impl(struct nir_builder *b, function in typeref:typename:void 168 nir_inline_function_impl(b, call->callee->impl, params, NULL);
|
| H A D | nir_lower_double_ops.c | 603 nir_inline_function_impl(b, func->impl, params, NULL);
|
| H A D | nir.h | 4656 void nir_inline_function_impl(struct nir_builder *b,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | nir_lower_libclc.c | 63 nir_inline_function_impl(b, func->impl, params, copy_vars);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_lower_intersection_shader.c | 215 nir_inline_function_impl(b, any_hit_impl, params,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_pipeline_rt.c | 767 nir_inline_function_impl(b, nir_shader_get_entrypoint(shader), NULL, var_remap); 1056 nir_inline_function_impl(b, any_hit_impl, params, any_hit_var_remap);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 2644 - nir: Use a switch in nir_inline_function_impl 2645 - nir: Take a variable remap parameter in nir_inline_function_impl
|
Completed in 61 milliseconds